stable
Clone or download
Read-only
Merge commit 'refs/changes/07/25807/2' of ssh://gerrit.tuleap.net:29418/tuleap
# By Thomas Gerbet # Via Thomas Gerbet * ssh://gerrit.tuleap.net:29418/tuleap: request #26734: Add basic support of security.txt file (RFC 9116)
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 |