Skip to content

Commit 20e4000

Browse files
authored
Merge pull request #81 from sonukapoor/feature/release-1.1.0
[Release] Prepare v1.1.0
2 parents d6b2054 + 12dae93 commit 20e4000

3 files changed

Lines changed: 18 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to CVE Lite CLI will be documented in this file.
44

5+
## [1.1.0] - 2026-04-04
6+
7+
### Added
8+
- Local SQLite advisory database foundation for offline advisory lookups
9+
- `cve-lite advisories sync` command to download the official OSV npm dump and build the local advisory DB
10+
- Offline scanning with `--offline` using the default local advisory DB
11+
- Explicit local DB selection with `--offline-db <path>`
12+
- Progress reporting during advisory DB sync, including download and ingest progress
13+
14+
### Changed
15+
- CLI output now reports when offline mode is enabled and when the local advisory DB is being used as the advisory source
16+
- README now highlights offline advisory DB support, offline workflows, and scheduled DB refresh guidance more prominently
17+
- Coverage notes now clarify that offline scans do not make outbound advisory API calls
18+
519
## [1.0.6] - 2026-04-02
620

721
### Added
@@ -18,4 +32,4 @@ All notable changes to CVE Lite CLI will be documented in this file.
1832
- Configurable OSV endpoint support
1933

2034
### Changed
21-
- README updates and documentation fixes
35+
- README updates and documentation fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cve-lite-cli",
3-
"version": "1.0.6",
3+
"version": "1.1.0",
44
"description": "Developer-friendly CLI for scanning JS/TS projects for dependency vulnerabilities using local lockfiles and OSV",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)