Product Version Property Provider
The ProductVersionPropertyProvider is a PropertyProvider that provides the name of a product as a ProductVersionProperty.
It extracts the version from the ProductWithBranches.branches, Cpe or Purl and returns it as a ProductVersionProperty.
Functions
Link copied to clipboard
fun <T : Property<*>> PropertyProvider<T>.gatherComponentProperties(node: Node): Map<PropertySource, T>
This extension function is used to gather all properties from a PropertyProvider for a Node (component).
Link copied to clipboard
fun <T : Property<*>> PropertyProvider<T>.gatherVulnerableProperties(vulnerable: ProductWithBranches): Map<PropertySource, T>
This extension function is used to gather all properties from a PropertyProvider for a ProductWithBranches.
Link copied to clipboard