This release adds 3 notable features for engineering teams evaluating rollout.
Published 2mo
Vulnerability Scanning
✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
security
cve
javascript
nodejs
owasp
security-tools
Summary
AI summaryAdded offline SQLite advisory database support and related CLI flags.
Full changelog
Added
- local SQLite advisory database foundation for offline advisory lookups
cve-lite advisories syncto 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
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About OWASP/cve-lite-cli
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]