Enum
IssueRecordDisplayStatus
The effective status of an issue record, computed from scanner_status,
team_status, and scan history.
Values
new
Issue has not been seen before — first time detected.
present
Issue has been seen before and is still present — not new, not a regression.
regressed
Issue was previously fixed but has reappeared.
false_positive
Marked as a false positive by the team.
accepted_risk
Risk accepted by the team.
verified_risk
Risk verified as real by the team.
fixed_unconfirmed
Marked fixed but not yet confirmed by a rescan.
fixed_confirmed
Confirmed fixed by a rescan.
inconclusive
Scanner result was inconclusive.