Skip to content

v0.0.4

Latest

Choose a tag to compare

@github-actions github-actions released this 18 May 12:54

Changes

Features

  • npm-fw cache-clean command — clears the advisory cache from disk and from the running daemon's in-memory state. If the daemon is running, it reloads afterward so subsequent requests re-fetch fresh advisory data.

Fixes

  • Advisory checks now correctly consider the package version's semver range. Previously, advisories flagged against a package could incorrectly apply to versions outside the affected range, potentially blocking non-vulnerable versions. Now only advisories whose vulnerable_versions range actually covers the requested version are reported.

View changes on GitHub