mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 00:55:25 +00:00
fix: missing delphi severity (#7054)
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user