Function audit_findings
Source pub fn audit_findings(db: &Database, source: &Source) -> Vec<Finding>
Expand description
Audit an opened Database and convert each anomaly to the canonical
Finding under the supplied Source, ready to merge into a Report.