docs: add security policy#7
Merged
Merged
Conversation
Document supported versions, the private reporting path via GitHub advisories, expected response timelines, and what is in and out of scope. Gives researchers a clear way to disclose issues without filing public tickets. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Adds a GitHub-compatible security policy document so users can privately report vulnerabilities and understand support/scope expectations.
Changes:
- Introduces
SECURITY.mdwith instructions for private vulnerability reporting via GitHub Security Advisories. - Documents supported versions, expected response timelines, and in-scope/out-of-scope security issues.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+7
to
+14
| This project tracks a single active line. Only the latest release on the | ||
| `main` branch receives fixes. If you are running an older version, please | ||
| upgrade before reporting an issue. | ||
|
|
||
| | Version | Supported | | ||
| |---------|-----------| | ||
| | Latest `main` | Yes | | ||
| | Older tags | No | |
There was a problem hiding this comment.
The wording here mixes “latest release” with “main branch” (releases are typically tags), and the table row label “Latest main” can be read ambiguously. Consider rephrasing to consistently describe the supported artifact (e.g., “latest commit on main” or “latest GitHub Release/tag only”) and align the table row to match.
Suggested change
| This project tracks a single active line. Only the latest release on the | |
| `main` branch receives fixes. If you are running an older version, please | |
| upgrade before reporting an issue. | |
| | Version | Supported | | |
| |---------|-----------| | |
| | Latest `main` | Yes | | |
| | Older tags | No | | |
| This project tracks a single active line. Only the latest commit on the | |
| `main` branch receives fixes. If you are running an older commit or tag, | |
| please upgrade before reporting an issue. | |
| | Version | Supported | | |
| |--------------------------|-----------| | |
| | Latest commit on `main` | Yes | | |
| | Older commits/tags | No | |
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.
Summary
SECURITY.mddocumenting how to privately report issues via GitHub advisories.Test plan
🤖 Generated with Claude Code