This module creates a security.txt
file according to https://securitytxt.org/ and its RFC
“When security risks in web services are discovered by independent security researchers who understand the severity of the risk, they often lack the channels to disclose them properly. As a result, security issues may be left unreported. security.txt defines a standard to help organizations define the process for security researchers to disclose security vulnerabilities securely.”
Add to your composer.json
"repositories": [
{
"type": "vcs",
"url": "git@github.com:kkrieger85/magento-module-security-txt.git"
}
],
composer require kkrieger85/magento-module-security-txt:"dev-master"
modman init
modman clone --copy https://github.com/kkrieger85/magento-module-security-txt.git
- enter configuration values
- create
security.txt
file from Magento Backend
If you don't enter any contact information the module use contacts/email/recipient_email
setting
Please create PR on Github
Please create a new issue on Github
- Author: Kevin Krieger (kk@kkrieger.de)
- GNU General Public License, version 3 (GPLv3)