| Package | Description |
|---|---|
| org.owasp.dependencycheck.analyzer |
Analyzers are used to inspect the identified dependencies, collect Evidence, and process the dependencies.
|
| org.owasp.dependencycheck.dependency |
Contains the core Dependency implementation.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
JarAnalyzer.addMatchingValues(java.util.List<JarAnalyzer.ClassNameInformation> classes,
java.lang.String value,
Dependency dep,
EvidenceType type)
Cycles through the collection of class name information to see if parts
of the package names are contained in the provided value.
|
protected static void |
AssemblyAnalyzer.addMatchingValues(java.util.List<java.lang.String> packages,
java.lang.String value,
Dependency dep,
EvidenceType type)
Cycles through the collection of class name information to see if parts
of the package names are contained in the provided value.
|
| Modifier and Type | Method and Description |
|---|---|
static EvidenceType |
EvidenceType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EvidenceType[] |
EvidenceType.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.