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 --offlineOr 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