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