mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-25 02:21:28 +01:00
Adding a setting to suppress repetitive NVD checks.
This commit is contained in:
@@ -117,6 +117,10 @@ public final class Settings {
|
|||||||
* The properties key for the URL to retrieve the recently modified and added CVE entries (last 8 days).
|
* The properties key for the URL to retrieve the recently modified and added CVE entries (last 8 days).
|
||||||
*/
|
*/
|
||||||
public static final String CVE_MODIFIED_VALID_FOR_DAYS = "cve.url.modified.validfordays";
|
public static final String CVE_MODIFIED_VALID_FOR_DAYS = "cve.url.modified.validfordays";
|
||||||
|
/**
|
||||||
|
* The properties key to control the skipping of the check for CVE updates.
|
||||||
|
*/
|
||||||
|
public static final String CVE_CHECK_VALID_FOR_HOURS = "cve.check.validforhours";
|
||||||
/**
|
/**
|
||||||
* The properties key for the telling us how many cve.url.* URLs exists. This is used in combination with CVE_BASE_URL to
|
* The properties key for the telling us how many cve.url.* URLs exists. This is used in combination with CVE_BASE_URL to
|
||||||
* be able to retrieve the URLs for all of the files that make up the NVD CVE listing.
|
* be able to retrieve the URLs for all of the files that make up the NVD CVE listing.
|
||||||
|
|||||||
Reference in New Issue
Block a user