Loading...
 
Skip to main content

History: Create security.txt file

Preview of version: 2

What is security.txt file


security.txt is an accepted standard for website security information that allows security researchers to report security vulnerabilities easily.

For more information please check https://en.wikipedia.org/wiki/Security.txt

It has been introduced to tiki in https://gitlab.com/tikiwiki/tiki/-/merge_requests/7832

How to create security.txt


security.txt file requires .well-known to be available at the root of your project directory.

To create security.txt file in Tiki, use this console command below. Different options are explained in detail in the merge request.

Copy to clipboard
php console.php security:generate --admin-contact="tel:+1 800-555-0100" --expires=365 --encryption="https://example.com/pgp/my-key.gpg" --signature-path="~/.gnupg/key.asc"

History

Information Version
luciash d' being 🧙 3
Josaphat Imani Nathan 2
Josaphat Imani Nathan 1
Collapse/expand modules below