Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Security Policy

## Reporting A Vulnerability

Please do not open public issues for security problems.

Use GitHub private vulnerability reporting:

- Create a private advisory: `https://github.com/shpitdev/cable-intel/security/advisories/new`
- Include repro steps, impact, and any known fix/workaround.

If private advisory creation is unavailable for your access level, contact a maintainer directly and mark the message as `SECURITY`.

## Scope

This policy covers:

- Source code in this repository
- CI/CD workflows and repository automation
- Credentials/secrets exposure risks tied to this repository

## Response Targets

- Initial triage: within 3 business days
- Status update after validation: within 7 business days

## Remediation

Validated vulnerabilities are prioritized by impact and fixed as quickly as practical.
When possible, fixes are released before public disclosure.
Loading