diff --git a/dependency-check-core/src/main/java/org/owasp/dependencycheck/utils/Settings.java b/dependency-check-core/src/main/java/org/owasp/dependencycheck/utils/Settings.java index 893d7466e..3a60bf6f2 100644 --- a/dependency-check-core/src/main/java/org/owasp/dependencycheck/utils/Settings.java +++ b/dependency-check-core/src/main/java/org/owasp/dependencycheck/utils/Settings.java @@ -67,6 +67,11 @@ public final class Settings { * The base path to use for the data directory. */ public static final String DATA_DIRECTORY = "data.directory"; + /** + * The location of the batch update URL. This is a zip file that + * contains the contents of the data directory. + */ + public static final String BATCH_UPDATE_URL = "batch.update.url"; /** * The properties key for the path where the CPE Lucene Index will be * stored. @@ -77,14 +82,6 @@ public final class Settings { * stored. */ public static final String CVE_DATA_DIRECTORY = "data.cve"; - /** - * The properties key for the URL to the CPE. - */ - public static final String CPE_URL = "cpe.url"; - /** - * The properties key for the URL to the CPE. - */ - public static final String CPE_META_URL = "cpe.meta.url"; /** * The properties key for the URL to retrieve the "meta" data from about * the CVE entries.