aboutsummaryrefslogtreecommitdiffstats
path: root/bin/nist/datasource_2006.json
blob: 6f3c508e1d285723c17b4b61063367638c7e7f3f (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-2006",
      "data" : "cve",
      "source" : "nist",
      "name" : "NIST",
      "description" : "NIST 2006",
      "cve_filter" : "CVE-2006",
      "init" : "bin/nist/srtool_nist.py --download-only --source='NIST 2006' --file=data/nvdcve-1.1-2006.json --url-file=nvdcve-1.1-2006.json.gz --url-meta=nvdcve-1.1-2006.meta",
      "update" : "bin/nist/srtool_nist.py --download-only --source='NIST 2006' --file=data/nvdcve-1.1-2006.json --url-file=nvdcve-1.1-2006.json.gz --url-meta=nvdcve-1.1-2006.meta",
      "lookup" : "bin/nist/srtool_nist.py --file=data/nvdcve-1.1-2006.json %command%",
      "update_frequency" : "3",
      "_comment_" : "Update on Saturdays at 2:00 am",
      "update_time" : "{\"weekday\":\"5\",\"hour\":\"2\"}"
    }
  ]
}