aboutsummaryrefslogtreecommitdiffstats
path: root/bin/debian/datasource.json
blob: 0a78e155d0fc509dfca47ca136cba37cdf27b17c (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%",
      "lastModifiedDate" : "2018-03-01 01:01:01",
      "update_frequency" : "3",
      "update_time" : "02:00:00"
    }
  ]
}