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,
#[serde(alias = "SEVERE")]
Severe,
#[serde(alias = "MALWARE")]
Malware,
}
/// An issue found in a Delphi report. Every issue belongs to a report,