Match
data class Match(val document: <Error class: unknown class>, val product: <Error class: unknown class>, val matchedComponent: SBOMComponent, val confidence: MatchingConfidence)
A data class representing a match between an Csaf.Product to an SBOMComponent with given MatchingConfidence.
Constructors
Link copied to clipboard
constructor(document: <Error class: unknown class>, product: <Error class: unknown class>, matchedComponent: SBOMComponent, confidence: MatchingConfidence)
Creates match between CSAF document and (parts of) an SBOM with a given score.