Skip to content

Releases: nelmio/NelmioSecurityBundle

v2.8.0

02 Mar 11:19
v2.8.0
c4d55c4

Choose a tag to compare

  • Fixed deprecated/invalid method usage on logger interface
  • Drop tests for PHP 5.4

2.7.0

03 Apr 13:45
2.7.0
ce63c12

Choose a tag to compare

  • Use base64 for encoding nonces
  • Support more CSP level 3 keywords
  • Allow configuring a report URI for XSS

2.6.0

03 Apr 09:57
2.6.0
4d1cc82

Choose a tag to compare

  • Support random_compat v9.99.99
  • Don't ship unneeded files for composer installs
  • Change controller action reference
  • Add worker-src directive
  • Fix deprecation for symfony/config 4.2+

2.5.1

21 Mar 14:34
2.5.1
fe1d31e

Choose a tag to compare

  • Abort CSP compiler pass when CSP is not enabled

2.5.0

21 Mar 14:31
2.5.0
e895e05

Choose a tag to compare

  • Allows matching the query parameter for clickjacking protection
  • Cleanup content type restrictable listener
  • Added Symfony 4 support
  • Added support for 'worker-src' CSP directive
  • Removed PHP 5.3 support guarantees
    F- ix CSP noise filter compiler pass registration

2.4.0

22 Jun 08:12

Choose a tag to compare

  • Deprecate calling ContentSecurityPolicyListener::getNonce without usage ('script' or 'style')
  • Added forced_ssl > redirect_status_code option to allow switching to permanent redirect (301) responses
  • Fixed HSTS header being sent even in non-secure responses unnecessarily
  • Fixed URLs with whitespace prefix not being seen as external redirects

2.3.1

17 Mar 13:44
2.3.1
5ac173e

Choose a tag to compare

  • Fix arguments for Twig extension

2.3.0

17 Mar 13:02
2.3.0
d304962

Choose a tag to compare

2.2.4

13 Feb 17:25
2.2.4

Choose a tag to compare

  • Fix exceptions thrown by Report::fromRequest

2.2.3

13 Feb 12:14
2.2.3
e12485e

Choose a tag to compare

  • Improve CSP filtering