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.

Properties

Link copied to clipboard

The confidence score of the match.

Link copied to clipboard
val document: <Error class: unknown class>

The matched CSAF document.

Link copied to clipboard

The affected component from the SBOM document.

Link copied to clipboard
val product: <Error class: unknown class>

The product from the CSAF document.