matchComponent

fun matchComponent(component: SBOMComponent, threshold: Float = this.threshold): Set<Match>

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

component

The SBOM node represented by a Node instance.

threshold

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