NelmioSecurityBundle Versions Save

Adds extra security-related features in your Symfony application

v3.3.0

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/nelmio/NelmioSecurityBundle/compare/v3.2.0...v3.3.0

v3.2.0

2 months ago

What's Changed

Full Changelog: https://github.com/nelmio/NelmioSecurityBundle/compare/v3.1.1...v3.2.0

v3.1.0

5 months ago
  • Fixed overriding CSP header
  • Dropped support for Symfony < 5.4
  • Added support for Symfony 7

v3.0.0

2 years ago

v3.0.0-alpha.1

2 years ago
  • Bump minimal PHP version to 7.4
  • Dropped support for Symfony < 4.4
  • Dropped support for Twig 1
  • Removed DoctrineCacheUAFamilyParser (use PsrCacheUAFamilyParser instead)
  • All classes have been marked as final
  • Renamed WhitelistBasedTargetValidator class to AllowListBasedTargetValidator
  • Removed CookieSessionHandler
  • Allowed to define host restriction for clickjacking protection

v2.12.0

2 years ago
  • Filter moz-extension reports
  • Log user agent along with CSP report
  • Deprecated external_redirects.whitelist option in favor of external_redirects.allow_list
  • Deprecated forced_ssl.whitelist option in favor of forced_ssl.allow_list
  • Deprecated Nelmio\SecurityBundle\ContentSecurityPolicy\Violation\Event class in favor of Nelmio\SecurityBundle\ContentSecurityPolicy\Violation\ReportEvent.

v2.11.0

2 years ago
  • Added support for CSP "prefetch-src" directive
  • Added support for CSP "wasm-unsafe-eval" keyword
  • Added support for Symfony 6
  • Fixed deprecations warnings using PHP 8.1

v2.10.3

3 years ago
  • Fixed Symfony 5 compatibility issues

v2.10.2

3 years ago
  • Fixed dependencies (allow installing on PHP 8 and explicitly require symfony/yaml)