Why 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 was working on a shared hosting environment (EIG) and saw this newly created directory (well-known) and promptly freaked. I viewed that dir and inside was "acme-challenge" and I freaked even more, thinking my client had been hacked. Was very happy to see this was not a hack, but found the naming conventions very odd.
Security.txt (2017)
41–50 of 56 posts
Re: Security.txt (2017)
#42Earlier quoted context omitted.
What if it was required to encrypt the message? Do you think the number of spam would go down?
I haven't explicitly tried to enforce encryption, but probably the drive-by style reports would require extra steps that their automation might not handle. So probably a good first filter. But then I'm still no wiser since the ability to use pgp isn't a qualifier regarding knowledge of the engineer or quality of their report. It seems that the underlying problem is that those that do good work in this space don't sca…
There were a handful of genuinely good contributors, but probably under 10% of reports.
Re: Security.txt (2017)
#43Why 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.
Re: Security.txt (2017)
#44Earlier quoted context omitted.
I was working on a shared hosting environment (EIG) and saw this newly created directory (well-known) and promptly freaked. I viewed that dir and inside was "acme-challenge" and I freaked even more, thinking my client had been hacked. Was very happy to see this was not a hack, but found the naming conventions very odd.
Used by the Let's Encrypt client to verify site ownership.
Re: Security.txt (2017)
#45Why 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.
.well-known is also used for ACME for auto-certificate generation and renewal. I still would like to know the backstory around this folder, just like OP.
Re: Security.txt (2017)
#46Why 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.
Is been an RFC for almost a decade, RFC5785 [0]. 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-...
The RFC says:
> 2. Why /.well-known? It's short, descriptive, and according to search indices, not widely used.
This gives reasoning for the name of the subpath, but not its existence.
Re: Security.txt (2017)
#47Yes 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…
Like this: https://kloudtrader.com/security
Re: Security.txt (2017)
#48Re: Security.txt (2017)
#49This doesn't really add anything for companies that already do that, and wont change anything for companies that don't.
Re: Security.txt (2017)
#50Why 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.