Skip to content

Commit d9fb007

Browse files
authored
release: v1.21.0 (#601)
1 parent ea181fa commit d9fb007

4 files changed

Lines changed: 13 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to CVE Lite CLI will be documented in this file.
44

55
## [Unreleased]
66

7+
## [1.21.0] - 2026-06-09
8+
9+
### Added
10+
- Ratcheting mode: `--ratchet` saves current findings as `.cve-lite/baseline.json`; subsequent scans auto-suppress known findings and only report new ones above the baseline
11+
12+
### Docs
13+
- Dedicated ratcheting mode page at `/docs/ratcheting`
14+
- MAL- advisory handling and unverifiable private source findings documented in how-remediation-works
15+
716
## [1.20.0] - 2026-06-08
817

918
### Added

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.20.0",
3+
"version": "1.21.0",
44
"description": "Developer-friendly CLI for scanning JS/TS projects for dependency vulnerabilities using local lockfiles and OSV",
55
"type": "module",
66
"bin": {

website/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {themes as prismThemes} from 'prism-react-renderer';
22
import type {Config} from '@docusaurus/types';
33
import type * as Preset from '@docusaurus/preset-classic';
44

5-
const latestVersion = 'v1.20.0';
5+
const latestVersion = 'v1.21.0';
66

77
const config: Config = {
88
title: 'CVE Lite CLI',

0 commit comments

Comments
 (0)