Add repository security policy (SECURITY.md)#137
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a repository-level SECURITY.md to document how to privately report vulnerabilities affecting this repo and its published artifacts, enabling GitHub’s Security tab / “Report a vulnerability” flow and providing a stable target for future security-policy metadata links.
Changes:
- Introduces a root-level security policy describing the preferred reporting channel (GitHub private security advisories) and expected response timeline.
- Defines supported versions policy (security fixes for the latest release).
- Clarifies scope for reports (workflows/actions, CSSC Dashboard images, Helm charts) and what is out of scope.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
Adds a
SECURITY.mdsecurity policy at the repo root, describing how to report vulnerabilities in the CSSC framework and its published artifacts.Details
Adapted from the Notary Project / Helm Community security policies, scoped to this repo. Covers:
ghcr.io/toddysm/apps/cssc-dashboard/*), Helm charts (oci://ghcr.io/toddysm/charts).Once merged, GitHub will surface this under the repo Security tab / "Report a vulnerability" flow, providing the URL that the #134 security-policy annotation can point at.
Closes #136.