github OWASP/cve-lite-cli v1.1.0
v1.1.0 - Add offline advisory DB support and zero-network scans

latest releases: v1, v1.26.0, v1.25.0...
3 months ago

Added

  • local SQLite advisory database foundation for offline advisory lookups
  • cve-lite advisories sync to download the official OSV npm dump and build the local advisory DB
  • offline scanning with --offline
  • explicit local advisory DB selection with --offline-db <path>
  • sync progress reporting during advisory DB download and ingest

Changed

  • CLI output now clearly reports when offline mode is enabled
  • CLI output now states when the local advisory DB is being used as the advisory source
  • README now makes the offline workflow, scheduled DB refreshes, and advisory freshness guidance more prominent

Example workflow

cve-lite advisories sync
cve-lite /path/to/project --offline

Or with an explicit DB path:

cve-lite advisories sync --output /path/to/advisories.db
cve-lite /path/to/project --offline-db /path/to/advisories.db

Don't miss a new cve-lite-cli release

NewReleases is sending notifications on new releases.