matchDatabase

fun matchDatabase(database: SBOMDatabase, threshold: Float = this.threshold): Set<Match>

Matches the provided SBOM database 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

database

A list of SBOMs represented by SBOM instances.

threshold

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