Adding security policy - #13
Open
CsatariGergely wants to merge 1 commit into
Open
Conversation
Signed-off-by: Gergely Csatari <gergely.csatari@nokia.com>
CsatariGergely
requested review from
ciaranjohnston,
liamfallon and
timop62
as code owners
September 9, 2026 15:05
There was a problem hiding this comment.
Warning
Copilot couldn't run its full agentic review because it didn't start before the timeout. Make sure your repository has a runner available, or add a copilot-code-review.yml file specifying one with the runs-on attribute. See the docs for more details.
Pull request overview
Adds a repository security policy describing supported versions, how to report vulnerabilities via GitHub Security Advisories, and expectations around disclosure timing.
Changes:
- Introduces
SECURITY.mdwith vulnerability reporting guidance and disclosure process - Documents supported versions policy (
n-1) and communication channels - Adds a per-repository table linking to Security Advisories pages
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+31
to
+33
| ### Please use the process below to report a vulnerability the repositories in the kpt organization | ||
|
|
||
| Vulnerabilities reported as new security advisory to the repository affected by the vulnerability. |
Comment on lines
+35
to
+45
| | Repository | Advisory Reporting | | ||
| |------------|--------------------| | ||
| | kpt | [In the kpt repository](https://github.com/kptdev/kpt/security/advisories/) | | ||
| | porch | [In the porch repository](https://github.com/kptdev/porch/security/advisories/) | | ||
| | krm-functions-catalog | [In the krm-functions-catalog repository](https://github.com/kptdev/krm-functions-catalog/security/advisories/) | | ||
| | krm-functions-sdk | [In the krm-functions-sdk repository](https://github.com/kptdev/krm-functions-sdk/security/advisories/) | | ||
| | kpt-samples | [In the kpt-samples repository](https://github.com/kptdev/kpt-samples/security/advisories/) | | ||
| | kpt-backstage-plugins | [In the kpt-backstage-plugins repository](https://github.com/kptdev/kpt-backstage-plugins/security/advisories) | | ||
| | governance | [In the governance repository](https://github.com/kptdev/governance/security/advisories/) | | ||
| | .github | [In the .github repository](https://github.com/kptdev/.github/security/advisories) | | ||
| | .project | [In the .project repository](https://github.com/kptdev/.project/security/advisories) | |
| @@ -0,0 +1,84 @@ | |||
| # Security Policy for the kpt organisation | |||
|
|
||
| ## Supported Versions | ||
|
|
||
| The kpt community has *n - 1* version support policy for all artefacts released. |
|
|
||
| ## Reporting a Vulnerability | ||
|
|
||
| ### When should you? |
| - You think you discovered a vulnerability in a dependency of kpt. For those projects, please leverage their reporting | ||
| policy. | ||
|
|
||
| ### When you should not? |
| | .project | [In the .project repository](https://github.com/kptdev/.project/security/advisories) | | ||
|
|
||
|
|
||
| 1. Open the new Security Advisory |
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.
No description provided.