pub fn diff(
current_findings: &[Finding],
baseline: &Baseline,
graph: &AuthorityGraph,
) -> BaselineDiffExpand description
Diff current_findings against baseline using the SARIF-equivalent
fingerprint computed from graph. Entry point for verify and the
taudit baseline diff subcommand.