concept
Analysis
#severity
#risk
#scoring
#cvss

Severity Scoring — How Decoder ranks findings

Severity tells you what to fix first. Decoder normalises every finding into Critical / High / Medium / Low using signal strength, exploitability, and project context.

Reading level

What it is

Normalised priority score across heterogeneous detectors (static, malware, secrets).

Why it's useful

Comparable triage across rule packs and languages.

How Decoder implements it

Each rule emits a base severity, refined by entropy, reachability hints, and detector confidence.

When to use it

Sorting backlog, gating CI, building reports.

When NOT to use it

When you need raw CVSS — Decoder severity is policy-relative, not CVSS-equivalent.

Practical example

Filter Critical+High and export to share with the security team.

FAQ

Glossary

Critical
Likely exploitable, immediate risk.
Triage
Sorting findings by urgency before fixing.

Related