| 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
EngineVersionCheck.shouldUpdate(long lastChecked,
long now,
DatabaseProperties properties,
java.lang.String currentVersion)
Determines if a new version of the dependency-check engine has been
released.
|
| Constructor and Description |
|---|
ReportGenerator(java.lang.String applicationName,
java.util.List<Dependency> dependencies,
java.util.List<Analyzer> analyzers,
DatabaseProperties properties,
Settings settings)
|
ReportGenerator(java.lang.String applicationName,
java.util.List<Dependency> dependencies,
java.util.List<Analyzer> analyzers,
DatabaseProperties properties,
Settings settings,
ExceptionCollection exceptions)
Constructs a new ReportGenerator.
|
ReportGenerator(java.lang.String applicationName,
java.lang.String groupID,
java.lang.String artifactID,
java.lang.String version,
java.util.List<Dependency> dependencies,
java.util.List<Analyzer> analyzers,
DatabaseProperties properties,
Settings settings)
|
ReportGenerator(java.lang.String applicationName,
java.lang.String groupID,
java.lang.String artifactID,
java.lang.String version,
java.util.List<Dependency> dependencies,
java.util.List<Analyzer> analyzers,
DatabaseProperties properties,
Settings settings,
ExceptionCollection exceptions)
Constructs a new ReportGenerator.
|
Copyright© 2012-21 Jeremy Long. All Rights Reserved.