Added a database property for recording the last time the NVD CVE was checked.

This commit is contained in:
Anthony Whitford
2015-10-21 23:21:25 -07:00
parent f2778e5d28
commit cd5bf85245

View File

@@ -45,6 +45,10 @@ public class DatabaseProperties {
* updates)..
*/
public static final String MODIFIED = "Modified";
/**
* The properties file key for the last checked field - used to store the last check time of the Modified NVD CVE xml file.
*/
public static final String LAST_CHECKED = "NVD CVE Checked";
/**
* The properties file key for the last updated field - used to store the last updated time of the Modified NVD CVE xml file.
*/