Back to Help Index

CVE Evidence Decisions

VersionGopher treats CVE matching as an evidence decision, not a simple filename and version comparison. The matcher uses product identity, vendor/platform context, component scope, and version authority to decide whether a candidate should be shown as actionable, marked for verification, or retained only as audit evidence.

The goal is fewer visible false positives without losing the trail of why a CVE candidate was considered.

Production scans are evaluated with the current evidence-decision model. Existing production scans were refreshed so normal CVE filters show current evidence lanes rather than stale broad matches.

Actionable

The product, vendor, component, and version evidence agree strongly enough that the CVE belongs in the normal remediation lane.

Needs Verification

The version or identity evidence is plausible, but exploitability, distro backports, bundled component reachability, or parent-product context needs an analyst check.

Audit Evidence

Suppressed and not-applicable candidates are hidden from visible CVE lanes by default, but the reason code and failed gates remain available for review.

False-Positive Classes The Matcher Blocks

How To Read The UI

Needs verification is not a synonym for false positive. It means the evidence is not strong enough for automatic remediation, but the item still deserves analyst attention.

Operational Notes