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