Skip to main content

diff_scans

Function diff_scans 

Source
pub fn diff_scans(previous: &PersistedScan, current: &PersistedScan) -> ScanDiff
Expand 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.