Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

v0.7.0

Choose a tag to compare

@andrew andrew released this 09 Jan 17:03
· 29 commits to main since this release
0968405

What's Changed

  • git pkgs vulns subcommand for vulnerability scanning via OSV API
  • git pkgs vulns scan to scan dependencies for known vulnerabilities
  • git pkgs vulns show to display details for a specific vulnerability
  • git pkgs vulns sync to prefetch vulnerability data for all packages
  • git pkgs vulns exposure to analyze vulnerability exposure over time
  • git pkgs vulns praise to show resolved vulnerabilities with attribution
  • SARIF output format for CI integration (--format=sarif)
  • Docker container support for running git-pkgs without local Ruby installation
  • list command now shows locked versions and manifest kind
  • --stateless flag for list, show, and diff commands (auto-enabled when no database exists)
  • Update ecosystems-bibliothecary to ~> 15.2
  • Fix -f flag conflict in diff command (was defined for both --from and --format)

New Contributors

Full Changelog: v0.6.2...v0.7.0