Skip to main content

diff

Function diff 

Source
pub fn diff(
    current_findings: &[Finding],
    baseline: &Baseline,
    graph: &AuthorityGraph,
) -> BaselineDiff
Expand description

Diff current_findings against baseline using the SARIF-equivalent fingerprint computed from graph. Entry point for verify and the taudit baseline diff subcommand.