ProductWithBranches

data class ProductWithBranches(var advisory: <Error class: unknown class>, var product: <Error class: unknown class>, var branches: List<<Error class: unknown class>>)

A utility class for a Product and a list of Csaf.Branches that define the "path" from the root of the Csaf.ProductTree to the Product

Constructors

Link copied to clipboard
constructor(advisory: <Error class: unknown class>, product: <Error class: unknown class>, branches: List<<Error class: unknown class>>)

Properties

Link copied to clipboard
var advisory: <Error class: unknown class>
Link copied to clipboard
var branches: List<<Error class: unknown class>>
Link copied to clipboard
val cpe: Cpe?
Link copied to clipboard
var product: <Error class: unknown class>
Link copied to clipboard
val purl: Purl?