stable

Clone or download

Read-only

request #26734: Add basic support of security.txt file (RFC 9116)

This contribution adds a new plugin. When this plugin is installed and activated, an administrator can set up a new global option `security_txt_primary_contact`. When this option is defined, a security.txt file is available at `/.well-known/security.txt`. Change-Id: I27910cd909b6f23d661c345ce169c26b1daf6f1d

Modified Files

Name
A plugins/securitytxt/composer.json +11 −0 Go to diff View file
A plugins/securitytxt/composer.lock +18 −0 Go to diff View file
A plugins/securitytxt/db/uninstall.sql +1 −0 Go to diff View file
A plugins/securitytxt/include/SecurityTxtController.php +72 −0 Go to diff View file
A plugins/securitytxt/include/SecurityTxtOptions.php +41 −0 Go to diff View file
A plugins/securitytxt/include/securitytxtPlugin.php +76 −0 Go to diff View file
A plugins/securitytxt/site-content/fr_FR/LC_MESSAGES/tuleap-securitytxt.po +10 −0 Go to diff View file
A plugins/securitytxt/tests/unit/SecurityTxtControllerTest.php +69 −0 Go to diff View file
M plugins/tee_container/docker/Dockerfile +1 −0 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +11 −0 Go to diff View file