feat: add /.well-known/security.txt (RFC 9116) - #718
Open
robbyrussell wants to merge 1 commit into
Open
Conversation
Adds the machine-discoverable pointer to the existing reporting process, which previously 404'd while /security advertised the HackerOne program. Jekyll skips dot-directories when scanning sources, so the file alone builds nothing — _config.yml needs the matching include for it to reach _site. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
robbyrussell
force-pushed
the
task/rr-693-add-security-txt
branch
from
August 13, 2026 23:52
8832fef to
1296577
Compare
robbyrussell
marked this pull request as ready for review
August 13, 2026 23:52
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #693
Definitely not high priority, but it was simple enough that I figured I'd just send it along rather than let it sit.
/.well-known/security.txtwas 404ing while/securityhappily points people at HackerOne. This adds the little RFC 9116 file so scanners and researchers can find the reporting process without guessing.To answer the "which directory?" question from the issue: Jekyll skips dot-directories, so the file on its own does nothing.
_config.ymlneeds the matchingincludebefore it'll actually land in_site. Verified locally that it shows up at/.well-known/security.txtand that nothing else snuck into the build.One thing to keep in mind —
Expiresis a required field and I set it to 2027-08-13, so it'll need a bump before then. Happy to shorten that or trim thePreferred-Languagesline if you'd rather keep it leaner.🤖 Co-authored with Claude Code