Uses of Class
org.owasp.dependencycheck.dependency.Vulnerability.Source
-
Packages that use Vulnerability.Source Package Description org.owasp.dependencycheck.dependency Contains the core Dependency implementation. -
-
Uses of Vulnerability.Source in org.owasp.dependencycheck.dependency
Methods in org.owasp.dependencycheck.dependency that return Vulnerability.Source Modifier and Type Method Description Vulnerability.Source
Vulnerability. getSource()
Returns the source that identified the vulnerability.static Vulnerability.Source
Vulnerability.Source. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Vulnerability.Source[]
Vulnerability.Source. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.owasp.dependencycheck.dependency with parameters of type Vulnerability.Source Modifier and Type Method Description void
Vulnerability. setSource(Vulnerability.Source source)
Sets the source that identified the vulnerability.
-