Create SECURITY.md for security policy - #2199
Open
lisagorewitdecker wants to merge 2 commits into
Open
Conversation
Added a security policy document outlining supported versions and vulnerability reporting.
There was a problem hiding this comment.
Pull request overview
Adds a repository-level SECURITY.md to document the project鈥檚 security policy, including which versions receive security fixes and how to report vulnerabilities.
Changes:
- Introduced
SECURITY.mdwith sections for supported versions and vulnerability reporting. - Added a supported-versions table (currently template/example content).
- Added vulnerability reporting guidance (currently template content).
Suppressed comments (2)
SECURITY.md:13
- The supported versions table lists example versions (5.1.x/5.0.x/4.0.x) that don't match this project's current versioning (package.json is 0.0.4). This should be updated to reflect what is actually supported so the policy is not misleading.
| Version | Supported |
| ------- | ------------------ |
| 5.1.x | :white_check_mark: |
| 5.0.x | :x: |
| 4.0.x | :white_check_mark: |
| < 4.0 | :x: |
SECURITY.md:21
- This reporting section is still the default template text and doesn't provide an actual reporting channel. It should include a concrete place to report vulnerabilities (preferably private) and guidance not to open public issues.
Use this section to tell people how to report a vulnerability.
Tell them where to go, how often they can expect to get an update on a
reported vulnerability, what to expect if the vulnerability is accepted or
declined, etc.
馃挕 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Author
|
@copilot Fix the code for all comments in this review thread. When a review comment includes a suggested change, apply the suggestion exactly. Do not make changes beyond what is described in the linked review thread. |
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.
Added a security policy document outlining supported versions and vulnerability reporting.