Type Alias RuleSeverity
Source pub type RuleSeverity = Severity;
pub enum RuleSeverity {
Info,
Low,
Medium,
High,
Critical,
}
Informational — no security impact, useful context.
Low — minor issue, unlikely to be exploitable alone.
Medium — real risk, exploitable under certain conditions.
High — serious vulnerability, likely exploitable.
Critical — immediate risk, trivially exploitable.