Skip to content

kkrieger85/magento-module-security-txt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published