V12 Docs

Managing severity and validity

Triage findings consistently so the highest-risk issues get attention and false positives stay out of the way.

V12 gives every finding an initial machine-generated severity and validity signal, but the final call belongs to your team.

Use severity and validity together:

  • Severity answers how bad the issue would be if it matters.
  • Validity answers whether the issue is real, accepted, or still waiting on human review.

Severity levels

LevelMeaning
CriticalSevere, exploitable impact that needs immediate attention.
HighSignificant security risk that should be prioritized quickly.
MediumMeaningful issue that deserves investigation and likely remediation.
LowLower-risk problem or a minor weakness.
QAQuality or hygiene issue worth tracking, even if it is not a security bug.
UntriagedNo final severity has been set yet.

Validity states

StateMeaning
UnreviewedNobody on your team has made a final call yet.
ValidConfirmed as a real issue.
InvalidFalse positive, not applicable, or otherwise not actionable.
AcknowledgedReal or relevant enough to keep visible, but intentionally accepted for now.

Where to change them

From the list

In the findings list, click either badge:

  • the severity badge to change risk level, or
  • the validity badge to change review status.

From the details panel

Inside a finding, use the evaluation controls to mark it Valid, Invalid, or Acknowledged.

Click the active state again to return it to Unreviewed.

Practical triage workflow

A reliable first pass usually looks like this:

  1. Review Critical and High findings first.
  2. Open the Proof of concept tab when available to understand exploitability.
  3. Use Invalid aggressively for clear false positives.
  4. Use Acknowledged when the team accepts the issue, dependency, or tradeoff and wants that decision recorded.
  5. Revisit Unreviewed items until the queue is empty.

How these decisions help

Good triage does more than clean up the list:

  • it makes team review faster,
  • it keeps reporting focused on what still needs action, and
  • it builds a trustworthy audit record for future runs.

Next: Enable continuous reviews with Autopilot.