aboutsummaryrefslogtreecommitdiffstats
path: root/bin/mitre/datasource_2018.json
blob: cc9c560b4c0ea7903f3b17440a3d4b6d66d6a3cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "datasource" : [
    {
      "key" : "0020-mitre-2018",
      "data" : "cve",
      "source" : "mitre",
      "name" : "MITRE",
      "description" : "MITRE 2018",
      "cve_filter" : "CVE-2018",
      "init" : "bin/mitre/srtool_mitre.py -I --source='Mitre 2018' --file=data/allitems-cvrf-year-2018.xml --url-file=allitems-cvrf-year-2018.xml",
      "update" : "bin/mitre/srtool_mitre.py -u --source='Mitre 2018' --file=data/allitems-cvrf-year-2018.xml --url-file=allitems-cvrf-year-2018.xml",
      "lookup" : "bin/mitre/srtool_mitre.py --file=data/allitems-cvrf-year-2018.xml %command%",
      "lastModifiedDate" : "2018-03-01 01:01:01",
      "update_frequency" : "3",
      "update_time" : "02:00:00"
    }
  ]
}