Releases: lirantal/express-security-txt
Releases · lirantal/express-security-txt
v4.0.0
4.0.0 (2019-02-16)
Features
- 301 Redirect from /security.txt to /.well-known/security.txt (#58) (0fa0b79), closes #57
BREAKING CHANGES
- Instead of displaying the security policy at /security.txt, 301 redirect to
/.well-known/security.txt and display the policy there
v3.0.0
3.0.0 (2019-01-13)
Features
BREAKING CHANGES
- Signature: and Permission: directives are both removed per the -05 version of the Internet draft. Using the
signature
or permission
keys in an options object will lead to a validation error.
v2.5.0
2.5.0 (2019-01-10)
Features
- Add the 'Preferred-Languages' directive (#53) (019cfdc), closes #50
v2.4.0
2.4.0 (2018-11-11)
Features
- deprecate 'acknowledgement' to 'acknowledgments' (853f251), closes #39
v2.3.0
2.3.0 (2018-11-05)
Features
- Allow comments to be inserted into the security.txt file (aa23c88), closes #33
v2.2.2
2.2.2 (2018-10-29)
Bug Fixes
- Append a newline terminator on the last line of the generated file (f48bfe2), closes #36