added CPE entries to patch issue #149

Former-commit-id: 2bd88a3823d5889ad12952fc3f344e69d571ad05
This commit is contained in:
Jeremy Long
2015-07-04 06:39:54 -04:00
parent 621ac3b6ec
commit bdf2ca6e1d

View File

@@ -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.
*