pub fn diff(
current: &[Finding],
baseline: &HashSet<BaselineEntry>,
) -> DiffResultExpand description
Computes the difference between current findings and a saved baseline.
Returns which findings are new, which were removed, and how many are unchanged.