Skip to content

v1.21.0 - Ratcheting mode for CI adoption with existing vulnerability debt

Latest

Choose a tag to compare

@sonukapoor sonukapoor released this 09 Jun 13:00
v1.21.0
d9fb007

Added

  • Ratcheting mode: run cve-lite . --ratchet once to snapshot current findings into .cve-lite/baseline.json. All subsequent scans automatically suppress known findings and only report new ones introduced above the baseline. No CI flag changes needed - the baseline file's presence activates suppression.

Docs

  • New dedicated Ratcheting Mode page
  • MAL- advisory handling and unverifiable private source findings documented in how-remediation-works

Validation

  • npm test
  • npm run build