Awesome
Security.txt for Magento1
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.”
Installation
composer
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
modman init
modman clone --copy https://github.com/kkrieger85/magento-module-security-txt.git
Usage
- 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
Development
Please create PR on Github
Issues
Please create a new issue on Github
License and author
- Author: Kevin Krieger (kk@kkrieger.de)
- GNU General Public License, version 3 (GPLv3)