aboutsummaryrefslogtreecommitdiffstats
path: root/bin/nist/datasource_2003.json
blob: 8bcf620a3413c96851d0c14509e09465262b080f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "datasource" : [
    {
      "_comment_" : "Download the NIST source CVE file, load CVEs on demand only",
      "key" : "0010-nist-2003",
      "data" : "cve",
      "source" : "nist",
      "name" : "NIST",
      "description" : "NIST 2003",
      "cve_filter" : "CVE-2003",
      "init" : "bin/nist/srtool_nist.py --download-only --source='NIST 2003' --file=data/nvdcve-1.1-2003.json --url-file=nvdcve-1.1-2003.json.gz --url-meta=nvdcve-1.1-2003.meta",
      "update" : "bin/nist/srtool_nist.py --download-only --source='NIST 2003' --file=data/nvdcve-1.1-2003.json --url-file=nvdcve-1.1-2003.json.gz --url-meta=nvdcve-1.1-2003.meta",
      "lookup" : "bin/nist/srtool_nist.py --file=data/nvdcve-1.1-2003.json %command%",
      "update_frequency" : "3",
      "_comment_" : "Update on Saturdays at 2:00 am",
      "update_time" : "{\"weekday\":\"5\",\"hour\":\"2\"}"
    }
  ]
}