Skip to main content

RuleSeverity

Type Alias RuleSeverity 

Source
pub type RuleSeverity = Severity;

Aliased Type§

pub enum RuleSeverity {
    Info,
    Low,
    Medium,
    High,
    Critical,
}

Variants§

§

Info

Informational — no security impact, useful context.

§

Low

Low — minor issue, unlikely to be exploitable alone.

§

Medium

Medium — real risk, exploitable under certain conditions.

§

High

High — serious vulnerability, likely exploitable.

§

Critical

Critical — immediate risk, trivially exploitable.