Configuring policies

Policy is configured per organization in the Vulnetix console, not in the CLI. The same policy applies to every ecosystem your plan includes. Open the console at www.vulnetix.com/vdb-package-firewall (sign in with your VDB account).

Score thresholds

A package is blocked when any matching CVE meets or exceeds a threshold. Set a threshold to 0 to disable it.

SettingBlocks when
CVSS thresholdThe maximum CVSS base score ≥ your value (e.g. 8.0).
EPSS thresholdThe exploit-prediction probability ≥ your value (0.01.0).
CESS thresholdThe Vulnetix exploitability severity score ≥ your value.

Block toggles

Each toggle blocks a package version when the condition is true:

ToggleBlocks a version that…
Block malwareis flagged as a malicious package.
Block KEVhas a CVE in CISA KEV or VulnCheck KEV.
Block weaponizedhas weaponized exploitation reported by VulnCheck canaries.
Block activehas active exploitation sightings (CrowdSec).
Block PoChas a public proof-of-concept or exploit record.
Block bad actorshas a CVE linked to actors with malicious reputation.
Block EOLbelongs to an end-of-life package.

Cooldown

Cooldown (days) blocks any version published within the last N days — a quarantine against compromised or accidentally-published releases. A request for a too-new version returns 425 Too Early with a Retry-After header. Cooldown applies wherever the registry exposes a publish time (npm, PyPI, Cargo, pub.dev, NuGet, Composer, Conda, Helm, Chef, Hex); it is skipped where it does not (Maven, CRAN, Conan, Julia, Go, and the OS/container ecosystems).

Upstream mirrors

Each ecosystem has an ordered list of upstream mirrors. The firewall tries them by priority and serves the first that responds. Defaults are seeded automatically (for example registry.npmjs.org for npm); add your own regional or internal mirrors per ecosystem in the Mirrors tab.

Decision log

Every PASS / BLOCK / ERROR decision is recorded with its ecosystem, package, version, action, and reason. Filter the log by ecosystem and action in the console to audit what the firewall has allowed or blocked.

Note Policy changes are cached by the firewall for up to 60 seconds, so a new threshold takes effect within a minute.