fix: missing delphi severity (#7054)

This commit is contained in:
ThatGravyBoat
2026-08-07 18:16:13 -07:00
committed by GitHub
parent 5072c1d298
commit b78dd9bf1b
@@ -84,6 +84,8 @@ pub enum DelphiSeverity {
High, High,
#[serde(alias = "SEVERE")] #[serde(alias = "SEVERE")]
Severe, Severe,
#[serde(alias = "MALWARE")]
Malware,
} }
/// An issue found in a Delphi report. Every issue belongs to a report, /// An issue found in a Delphi report. Every issue belongs to a report,