match

fun match(sbom: SBOM, threshold: Float = this.threshold): Set<Match>

Matches the provided SBOM with the CSAF advisories and determines whether they meet specific criteria.

Return

A list of Match objects between the SBOM node and the CSAF advisories.

Parameters

sbom

The SBOM represented by a SBOM instance.

threshold

The minimum threshold required for a match to be included, defaults to the value of this Matcher.