aboutsummaryrefslogtreecommitdiffstats
path: root/bin/mitre/datasource_2012.json
blob: 49f32562e9526a0a04a3490ce336a0e1be43256b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "datasource" : [
    {
      "key" : "0020-mitre-2012",
      "data" : "cve",
      "source" : "mitre",
      "name" : "MITRE",
      "description" : "MITRE 2012",
      "cve_filter" : "CVE-2012",
      "init" : "bin/mitre/srtool_mitre.py --download-only --source='Mitre 2012' --file=data/allitems-cvrf-year-2012.xml --url-file=allitems-cvrf-year-2012.xml",
      "update" : "bin/mitre/srtool_mitre.py --download-only --source='Mitre 2012' --file=data/allitems-cvrf-year-2012.xml --url-file=allitems-cvrf-year-2012.xml",
      "lookup" : "bin/mitre/srtool_mitre.py --file=data/allitems-cvrf-year-2012.xml %command%",
      "update_frequency" : "3",
      "_comment_" : "Update on Saturdays at 2:00 am",
      "update_time" : "{\"weekday\":\"5\",\"hour\":\"2\"}"
    }
  ]
}