docs(security): publish SECURITY.md to enable GitHub private vulnerability reporting#207
Open
sirdeggen wants to merge 1 commit into
Open
docs(security): publish SECURITY.md to enable GitHub private vulnerability reporting#207sirdeggen wants to merge 1 commit into
sirdeggen wants to merge 1 commit into
Conversation
… policy The security/responsible-disclosure policy already existed at plans/SECURITY.md but was not at a path GitHub recognizes, so the repo showed no security policy and no "Report a vulnerability" entry point. Reporters had no visible guidance to report privately (a recent vuln was filed as a public issue as a result). Copy the existing policy verbatim to .github/SECURITY.md, which enables the GitHub "Report a vulnerability" button and private advisory intake. No policy content changes. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
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.



What
Publishes the existing security / responsible-disclosure policy to
.github/SECURITY.mdso GitHub recognizes it.Why
The policy already lived at
plans/SECURITY.md, but that path is not one GitHub surfaces. As a result the repo showed no security policy and no "Report a vulnerability" button, so reporters had no visible way to disclose privately — a recent vulnerability was filed as a public issue for exactly this reason.Copying it to
.github/SECURITY.md:Changes
.github/SECURITY.md— verbatim copy ofplans/SECURITY.md. No policy content changes.🤖 Generated with Claude Code