-
Notifications
You must be signed in to change notification settings - Fork 53
TWA 0504
"No security file found at: \${domain}/.well-known/security.txt"
In the message output the variable
Each web site should contain a security policies file security.txt stored in the top-level directory .well-known in the root of the web site.
The file should contain contact information to a web site administrator. Security researchers can use the contact if they have found an issue on the web site or on the web server.
Implement a process to handle security issues, e.g. an E-Mail address and persons which will read the messages and react.
Add a valid security.txt file into the .well-known directory of your web server.
The file could be generated online: security.txt
See also the Internet-Draft: A File Format to Aid in Security Vulnerability Disclosure draft.