| 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(List<JarAnalyzer.ClassNameInformation> classes,
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(List<String> packages,
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(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–2020 OWASP. All rights reserved.