pub fn diff_scans(previous: &PersistedScan, current: &PersistedScan) -> ScanDiffExpand description
Compare two persisted scans.
The diff is intentionally conservative: added_found and
removed_found are based only on the Found verdict, while
evidence_changes are reported only for sites that are Found in both
scans.