Skip to content

Security: psdon/barsmith

Security

SECURITY.md

Security Policy

Reporting a vulnerability

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.

Supported versions

Only the main branch is currently supported.

Dependency vulnerabilities (RustSec)

This repository uses cargo audit (RustSec) to detect vulnerable dependencies.

Local run:

cargo audit

Handling 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.toml with a short rationale in the PR, and open a tracking issue to remove the ignore.

There aren’t any published security advisories