aboutsummaryrefslogtreecommitdiffstats
path: root/bin/debian/datasource.json
blob: eb8b5170dc4f513bd395641670a69097fa90c637 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "datasource" : [
    {
      "key" : "0030-debian",
      "data" : "cve",
      "source" : "debian",
      "name" : "Debian",
      "description" : "Debian",
      "attributes" : "ALT-SOURCE",
      "cve_filter" : "CVE-",
      "init" : "bin/debian/srtool_debian.py -i --source='Debian CVE' --file=data/debian_cve_list.txt",
      "update" : "bin/debian/srtool_debian.py -u --source='Debian CVE' --file=data/debian_cve_list.txt",
      "lookup" : "bin/debian/srtool_debian.py --file=data/debian_cve_list.txt %command%",
      "update_frequency" : "3",
      "_comment_" : "Update on Saturdays at 2:00 am",
      "update_time" : "{\"weekday\":\"5\",\"hour\":\"2\"}"
    }
  ]
}