I understand and welcomed the initiative when it was first discussed. Meanwhile I've implemented it on a couple of domains and hat it running for all of 2018. Last month I removed it all again (the sites still have a responsible disclosure link but not at a standardized URI). It was a massive waste of time for me to engage with a group of " unknowns " -without prior relationship- who now had a channel to fast-track i…
Security.txt (2017)
11–20 of 56 posts
Re: Security.txt (2017)
#12Last year, I discovered a severe security flaw on a couple dozen websites and the sheer communication of this was super painful. I can't just e-mail someone at hi@foobar.com, I'd usually have to send an e-mail along the lines of "Can you give me a contact for your admin/security guy? I have something here and I can't quite disclose it just now." The response rate was extremely low.
If you just give me a security.txt, at least I know I can disclose something and I have some level of certainty that the e-mail will be read.
Re: Security.txt (2017)
#13Re: Security.txt (2017)
#14No need to overcomplicate this.
.well-known is a terrible idea by the way, a or would make much more sense.
Re: Security.txt (2017)
#15I understand and welcomed the initiative when it was first discussed. Meanwhile I've implemented it on a couple of domains and hat it running for all of 2018. Last month I removed it all again (the sites still have a responsible disclosure link but not at a standardized URI). It was a massive waste of time for me to engage with a group of " unknowns " -without prior relationship- who now had a channel to fast-track i…
Re: Security.txt (2017)
#16Yes please! Last year, I discovered a severe security flaw on a couple dozen websites and the sheer communication of this was super painful. I can't just e-mail someone at hi@foobar.com, I'd usually have to send an e-mail along the lines of "Can you give me a contact for your admin/security guy? I have something here and I can't quite disclose it just now." The response rate was extremely low. If you just give me a s…
I'm willing to bet that 10 years after this is standardized the percentage of HTTP/S domains hosting security.txt files will be around 1%. And that 1% will be websites that are mostly already doing the right security things.
Re: Security.txt (2017)
#17Why the /.well-known/ subdirectory? Is this a commonly used directory for web dev things? From what I recall, items like robots.txt and .htaccess normally just go in the current directory.
Mattias Geniar has a good write up on it [1].
[0] https://tools.ietf.org/html/rfc5785
[1] https://ma.ttias.be/well-known-directory-webservers-aka-rfc-...
Re: Security.txt (2017)
#18Why the /.well-known/ subdirectory? Is this a commonly used directory for web dev things? From what I recall, items like robots.txt and .htaccess normally just go in the current directory.
I still would like to know the backstory around this folder, just like OP.
Re: Security.txt (2017)
#19webmaster@domain.com No need to overcomplicate this. .well-known is a terrible idea by the way, a or would make much more sense.
Re: Security.txt (2017)
#20Why the /.well-known/ subdirectory? Is this a commonly used directory for web dev things? From what I recall, items like robots.txt and .htaccess normally just go in the current directory.