If you believe you have found a security vulnerability, please report it privately.
- Preferred: open a private GitHub Security Advisory for this repository.
- Alternative: open an issue with minimal details and ask maintainers to move the discussion to a private channel.
Please include:
- A clear description of the issue and its impact.
- Steps to reproduce (or a proof-of-concept).
- Any suggested mitigation.
Only the main branch is currently supported.
This repository uses cargo audit (RustSec) to detect vulnerable dependencies.
Local run:
cargo auditHandling advisories:
- Prefer upgrading:
cargo update -p <crate>(and/or bumping crate versions) and re-run tests. - If an advisory is not applicable or cannot be fixed immediately, add an allowlist entry in
audit.tomlwith a short rationale in the PR, and open a tracking issue to remove the ignore.