| Package | Description |
|---|---|
| org.owasp.dependencycheck.data.nvdcve |
Contains classes used to work with the NVD CVE data.
|
| org.owasp.dependencycheck.data.update |
Contains classes used to update the data stores.
The UpdateService will load, any correctly defined CachedWebDataSource(s) and call update() on them. |
| org.owasp.dependencycheck.reporting |
Contains classes used to generate reports.
|
| Modifier and Type | Method and Description |
|---|---|
DatabaseProperties |
CveDB.getDatabaseProperties()
Get the value of databaseProperties.
|
protected DatabaseProperties |
CveDB.reloadProperties()
Used within the unit tests to reload the database properties.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
EngineVersionCheck.shouldUpdate(long lastChecked,
long now,
DatabaseProperties properties,
String currentVersion)
Determines if a new version of the dependency-check engine has been
released.
|
| Constructor and Description |
|---|
ReportGenerator(String applicationName,
List<Dependency> dependencies,
List<Analyzer> analyzers,
DatabaseProperties properties,
Settings settings)
|
ReportGenerator(String applicationName,
List<Dependency> dependencies,
List<Analyzer> analyzers,
DatabaseProperties properties,
Settings settings,
ExceptionCollection exceptions)
Constructs a new ReportGenerator.
|
ReportGenerator(String applicationName,
String groupID,
String artifactID,
String version,
List<Dependency> dependencies,
List<Analyzer> analyzers,
DatabaseProperties properties,
Settings settings)
|
ReportGenerator(String applicationName,
String groupID,
String artifactID,
String version,
List<Dependency> dependencies,
List<Analyzer> analyzers,
DatabaseProperties properties,
Settings settings,
ExceptionCollection exceptions)
Constructs a new ReportGenerator.
|
Copyright © 2012–2020 OWASP. All rights reserved.