| Package | Description |
|---|---|
| org.owasp.dependencycheck.data.nvd.ecosystem |
Contains utility classes used to identify the ecosystem for CPEs from the NVD.
|
| Modifier and Type | Method and Description |
|---|---|
EcosystemHintNature |
DescriptionKeywordHint.getNature()
Returns the nature.
|
EcosystemHintNature |
UrlPathHint.getNature() |
EcosystemHintNature |
UrlHostHint.getNature() |
EcosystemHintNature |
FileExtensionHint.getNature() |
EcosystemHintNature |
EcosystemHint.getNature()
Returns the nature of the ecosystem hint.
|
static EcosystemHintNature |
EcosystemHintNature.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EcosystemHintNature[] |
EcosystemHintNature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright© 2012-21 Jeremy Long. All Rights Reserved.