kkrieger85 / magento-module-security-txt

This module creates a security.txt file according to https://securitytxt.org/ and its RFC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  1. enter configuration values
  2. 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

Contributors

About

This module creates a security.txt file according to https://securitytxt.org/ and its RFC

License:GNU General Public License v3.0


Languages

Language:PHP 77.6%Language:HTML 22.4%