Security.txt
From Just Solve the File Format Problem
(Difference between revisions)
(→Links) |
|||
| Line 8: | Line 8: | ||
It is similar in concept, and in format, to [[Robots Exclusion Standard|robots.txt]]. | It is similar in concept, and in format, to [[Robots Exclusion Standard|robots.txt]]. | ||
| − | To use it, the website administrator creates a document at <code>/.well-known/security.txt</code>. The full URL would be something like <code><nowiki>http://example.com/.well-known/security.txt</nowiki></code>. ( | + | To use it, the website administrator creates a document at <code>/.well-known/security.txt</code>. The full URL would be something like <code><nowiki>http://example.com/.well-known/security.txt</nowiki></code>. (See also [[Well-known URI]].) |
== Links == | == Links == | ||
Latest revision as of 20:16, 4 March 2026
Security.txt is a proposed standard way for website owners to provide security-related information (e.g. how to report vulnerabilities) to security researchers and other third parties.
It is similar in concept, and in format, to robots.txt.
To use it, the website administrator creates a document at /.well-known/security.txt. The full URL would be something like http://example.com/.well-known/security.txt. (See also Well-known URI.)