Skip to main content

permits_impact

Function permits_impact 

Source
pub const fn permits_impact(
    namespace: &ErrorNamespace,
    impact: ImpactScore,
) -> bool
Expand description

Validate that a namespace permits the given impact level.

ยงSeverity Authority Enforcement

When strict_severity feature is enabled, restricts Breach-level impacts (951-1000) to namespaces with can_breach authority.

Authority is decoupled from namespace identity, allowing architectural evolution without policy rewrites.