Uses of Enum
org.owasp.dependencycheck.dependency.Vulnerability.Source
Packages that use Vulnerability.Source
Package
Description
Contains the core Dependency implementation.
-
Uses of Vulnerability.Source in org.owasp.dependencycheck.dependency
Subclasses with type arguments of type Vulnerability.Source in org.owasp.dependencycheck.dependencyModifier and TypeClassDescriptionstatic enumAn enumeration for the source of vulnerability.Methods in org.owasp.dependencycheck.dependency that return Vulnerability.SourceModifier and TypeMethodDescriptionVulnerability.getSource()Returns the source that identified the vulnerability.static Vulnerability.SourceReturns 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.SourceModifier and TypeMethodDescriptionvoidVulnerability.setSource(Vulnerability.Source source) Sets the source that identified the vulnerability.