Expand description
Semantic policy diff engine.
Compares two auths_policy::Expr trees and returns a structured list of
semantic changes with risk classifications.
Structs§
- Policy
Change - A single semantic change between two policy expressions.
Enums§
- Policy
Diff Error - Errors from policy diff operations.
Functions§
- compute_
policy_ diff - Compute the semantic diff between two compiled policy expressions.
- overall_
risk_ score - Reduce a list of changes to a single risk label (HIGH > MEDIUM > LOW).