Class UrlEcosystemMapper
java.lang.Object
org.owasp.dependencycheck.data.nvd.ecosystem.UrlEcosystemMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEcosystem(io.github.jeremylong.openvulnerability.client.nvd.DefCveItem cve) Determines the ecosystem for the given CVE.
-
Constructor Details
-
UrlEcosystemMapper
public UrlEcosystemMapper()Constructs a new URL ecosystem mapper.
-
-
Method Details
-
getEcosystem
Determines the ecosystem for the given CVE.- Parameters:
cve- the CVE data- Returns:
- the ecosystem
-