Magento_Securitytxt module

When security vulnerabilities are discovered by researchers, proper reporting channels are often lacking. As a result, vulnerabilities may be left unreported. This document defines a format ("security.txt") to help organizations describe their vulnerability disclosure practices to make it easier for researchers to report vulnerabilities.

Source: draft-foudil-securitytxt-09

The Magento_Securitytxt module provides the following functionality:

A valid security.txt file could look like the following example:

Contact: mailto:security@example.com
Contact: tel:+1-201-555-0123
Encryption: https://example.com/pgp.asc
Acknowledgement: https://example.com/security/hall-of-fame
Policy: https://example.com/security-policy.html
Signature: https://example.com/.well-known/security.txt.sig

Security.txt can be accessed at the location of the following format: https://example.com/.well-known/security.txt

To create security.txt signature (security.txt.sig) file, run the following command:

gpg -u KEYID --output security.txt.sig --armor --detach-sig security.txt

To verify the security.txt file's signature, run the following command:

gpg --verify security.txt.sig security.txt
data-slots=text
The version of this module is 1.1.5.