aboutsummaryrefslogtreecommitdiffstats
path: root/bin/nist/datasource_2018.json
blob: 216ef5a438116b4b4173b7963d22f1da69abe1ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "datasource" : [
    {
      "key" : "0010-nist-2018",
      "data" : "cve",
      "source" : "nist",
      "name" : "NIST",
      "description" : "NIST 2018",
      "cve_filter" : "CVE-2018",
      "init" : "bin/nist/srtool_nist.py -I --source='NIST 2018' --file=data/nvdcve-1.0-2018.json --url-file=nvdcve-1.0-2018.json.gz --url-meta=nvdcve-1.0-2018.meta",
      "update" : "bin/nist/srtool_nist.py -n --source='NIST 2018' --file=data/nvdcve-1.0-2018.json --url-file=nvdcve-1.0-2018.json.gz --url-meta=nvdcve-1.0-2018.meta",
      "lookup" : "bin/nist/srtool_nist.py --file=data/nvdcve-1.0-2018.json %command%",
      "lastModifiedDate" : "2018-03-01 01:01:01",
      "update_frequency" : "3",
      "update_time" : "02:00:00"
    }
  ]
}