# Functions
DiffVulnerabilityResults will return any new vulnerabilities that are in `newRes` which is not present in `oldRes`, but not the reverse.
DiffVulnerabilityResultsByOccurrences will return the occurrence of each vulnerability that are in `newRes` which is not present in `oldRes`, but not the reverse.
No description provided by the author