-
Notifications
You must be signed in to change notification settings - Fork 2
added SECURITY.md #34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
wpak-ai
merged 3 commits into
cppalliance:develop
from
jonathanMLDev:documentation/add-security.md
May 5, 2026
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,55 @@ | ||
| # Security Policy | ||
|
|
||
| ## Supported Versions | ||
|
|
||
| Local CI is in pre-release development. There are no tagged stable releases yet | ||
| (`pyproject.toml` declares `0.1.0`, not yet tagged). | ||
|
|
||
| Security fixes are produced only against the latest commit on the | ||
| [`develop`](https://github.com/cppalliance/local-ci-test-system/tree/develop) | ||
| branch. Once a `v0.1.0` tag is cut, this section will be reformatted as a | ||
| semver-style support table. | ||
|
|
||
| ## Reporting a Vulnerability | ||
|
|
||
| **Please do not open a public GitHub issue for security vulnerabilities.** | ||
|
|
||
| Report security issues through **[GitHub private vulnerability reporting](https://github.com/cppalliance/local-ci-test-system/security/advisories/new)** (preferred), or email **will@cppalliance.org** if you do not have a GitHub account. | ||
|
|
||
| If you need an encrypted channel, mention this in your initial email and a | ||
| maintainer will reply with a current PGP key fingerprint or arrange another | ||
| secure channel. | ||
|
|
||
| Include as much of the following as you can: | ||
|
|
||
| - A description of the vulnerability and its impact | ||
| - Steps to reproduce or a proof-of-concept | ||
| - Affected version(s) or commit range | ||
| - Any proposed mitigation or fix | ||
|
|
||
| You can expect an acknowledgement within **5 business days** and a resolution or status update within **90 days**. | ||
|
|
||
| For confirmed vulnerabilities with user impact, CppAlliance maintainers will | ||
| request a CVE through GitHub's CNA on your behalf and credit you in the | ||
| advisory unless you ask to remain anonymous. | ||
|
|
||
| ## Scope | ||
|
|
||
| The following classes of vulnerability are **in scope**: | ||
|
|
||
| | Category | Examples | | ||
| | ----------------------------------- | ---------------------------------------------------------------------------------------------------------------- | | ||
| | Container escape | Breakout from Docker containers spawned by `localci run` | | ||
| | Token / secret exposure | CI tokens, Docker registry credentials, or `.localci.yml` secrets leaked to logs, temp files, or child processes | | ||
| | Path traversal | Workflow YAML or config paths that escape the project root | | ||
| | Dependency confusion / supply chain | Malicious images resolved by the image-scoring algorithm | | ||
| | Privilege escalation | Commands that gain unintended host-level access via Docker socket | | ||
|
|
||
| Issues with the act runner itself, Docker Engine, or other external prerequisites should be reported to their respective projects unless the vulnerability is triggered specifically by Local CI's orchestration of those tools. | ||
|
|
||
| ## Out of Scope | ||
|
|
||
| - Vulnerabilities in third-party dependencies (act, Docker, yq) that are not amplified by Local CI | ||
| - Resource-exhaustion or crash issues with no privilege escalation, sandbox | ||
| escape, or data-exfiltration consequence | ||
| - Theoretical vulnerabilities without a realistic attack scenario |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.