Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ It complements them by catching risks specific to AI-assisted development - hall

See [CONTRIBUTING.md](CONTRIBUTING.md) for development setup, code standards, and how to add new rules.

## Security

Report suspected vulnerabilities privately by following [SECURITY.md](SECURITY.md).

## License

[MIT](LICENSE)
29 changes: 29 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Security Policy

## Supported versions

Security fixes are provided for the latest released minor version.

| Version | Supported |
|---------|-----------|
| 0.3.x | Yes |
| < 0.3 | No |

## Reporting a vulnerability

Do not report suspected vulnerabilities in a public issue.

Use [GitHub private vulnerability reporting](https://github.com/NhanAZ/OpenPolicyKit/security/advisories/new)
to submit a report. Include:

- A description of the vulnerability and its potential impact.
- The affected version, operating system, and Node.js version.
- Reproduction steps or a minimal proof of concept.
- Any known mitigations or workarounds.

Maintainers aim to acknowledge reports within three business days and
provide an initial assessment within seven business days. Resolution
timelines depend on severity and complexity.

Please allow maintainers reasonable time to investigate and release a
fix before public disclosure.
Loading