mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 15:53:36 +01:00
added CPE entries to patch issue #149
Former-commit-id: 2bd88a3823d5889ad12952fc3f344e69d571ad05
This commit is contained in:
@@ -130,6 +130,14 @@ public final class Settings {
|
||||
* The properties key for the CVE schema version 2.0.
|
||||
*/
|
||||
public static final String CVE_SCHEMA_2_0 = "cve.url-2.0.base";
|
||||
/**
|
||||
* The properties key that indicates how often the CPE data needs to be updated.
|
||||
*/
|
||||
public static final String CPE_MODIFIED_VALID_FOR_DAYS = "cpe.validfordays";
|
||||
/**
|
||||
* The properties key for the URL to retrieve the CPE.
|
||||
*/
|
||||
public static final String CPE_URL = "cpe.url";
|
||||
/**
|
||||
* The properties key for the proxy server.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user