add security.txt
See original GitHub issueFeature request
Feature description
Add a configuration option for the security.txt file. It could look like:
#security.txt
location /security.txt {
return 301 http://$host/.well-known/security.txt;
}
location = /.well-known/security.txt {
alias /<User configurable path>/security.txt
}
How the feature is useful
The security.txt is comparable to the robots.txt and serves contact information etc. to security researchers. More information can be found on their site.
Issue Analytics
- State:
- Created 3 years ago
- Comments:13 (10 by maintainers)
Top Results From Across the Web
security.txt: Proposed standard for defining security policies
A proposed standard that allows websites to define security policies. ... Add another alternative. Expires Required Only 1 allowed.
Read more >Does Your Organization Have a Security.txt File?
The idea behind Security.txt is straightforward: The organization places a file called security.txt in a predictable place — such as example.com ...
Read more >Security.txt - Wikipedia
security.txt is a proposed standard for websites' security information that is meant to allow security researchers to easily report security vulnerabilities.
Read more >securitytxt/security-txt: A proposed standard that ... - GitHub
security.txt provides a way for websites to define security policies. The security.txt file sets clear guidelines for security researchers on how to report ......
Read more >What Is a Security.txt File and How Can It Help Your Program?
Security.txt is a security mechanism that allows your organization to provide its vulnerability disclosure policy and contact information in ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Go for it 👍
Merged & deployed in prod. Ty all