Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 895 Bytes

File metadata and controls

24 lines (16 loc) · 895 Bytes

[Unreleased]

[0.2.2] - 2026-01-25

  • Add retry logic to OSV API requests (up to 3 attempts on timeout or connection errors)

[0.2.1] - 2026-01-08

  • Fix severity extraction for OSS-Fuzz vulnerabilities by reading ecosystem_specific.severity from OSV data

[0.2.0] - 2026-01-08

  • Add CycloneDX SBOM output with vulnerabilities (--cyclonedx)
  • Add Brewfile scanning support (--brewfile) to check packages from a Brewfile
  • Add SARIF output for GitHub code scanning integration (--sarif)
  • Add severity filtering to only show vulnerabilities at or above a threshold (--severity)
  • Add configurable summary truncation length (--max-summary)
  • Fetch vulnerability details in parallel for faster scans
  • Add GitLab and Codeberg support alongside GitHub
  • Log warnings when version parsing fails instead of silently ignoring errors

[0.1.0] - 2026-01-08

  • Initial release