Skip to main content

diff

Function diff 

Source
pub fn diff(
    current: &[Finding],
    baseline: &HashSet<BaselineEntry>,
) -> DiffResult
Expand description

Computes the difference between current findings and a saved baseline.

Returns which findings are new, which were removed, and how many are unchanged.