File: control

package info (click to toggle)
go-cve-dictionary 0.3.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 420 kB
  • sloc: makefile: 2
file content (71 lines) | stat: -rw-r--r-- 3,361 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Source: go-cve-dictionary
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Nobuhiro Iwamatsu <iwamatsu@debian.org>,
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-asaskevich-govalidator-dev (>= 9),
               golang-github-fatih-color-dev,
               golang-github-go-redis-redis-dev (>= 6.13.2),
               golang-github-google-subcommands-dev,
               golang-github-hashicorp-go-version-dev,
               golang-github-htcat-htcat-dev,
               golang-github-inconshreveable-log15-dev (>= 2.13),
               golang-github-jinzhu-gorm-dev (>= 1.9.1),
               golang-github-k0kubun-pp-dev (>= 2.3.0),
               golang-github-knqyf263-go-cpe-dev (>= 0.0~git20180327.659663f6-4),
               golang-github-labstack-echo.v3-dev (>= 3.3.5),
               golang-github-mattn-go-sqlite3-dev (>= 1.6.0~ds1),
               golang-github-olekukonko-tablewriter-dev,
               golang-gopkg-cheggaaa-pb.v2-dev (>= 2.0.6),
Standards-Version: 4.5.1
Homepage: https://github.com/kotakanbe/go-cve-dictionary
Vcs-Browser: https://salsa.debian.org/go-team/packages/go-cve-dictionary
Vcs-Git: https://salsa.debian.org/go-team/packages/go-cve-dictionary.git
XS-Go-Import-Path: github.com/kotakanbe/go-cve-dictionary
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-go

Package: golang-github-kotakanbe-go-cve-dictionary-dev
Architecture: all
Depends: golang-github-asaskevich-govalidator-dev (>= 9),
         golang-github-fatih-color-dev,
         golang-github-go-redis-redis-dev (>= 6.13.2),
         golang-github-google-subcommands-dev,
         golang-github-hashicorp-go-version-dev,
         golang-github-htcat-htcat-dev,
         golang-github-inconshreveable-log15-dev (>= 2.13),
         golang-github-jinzhu-gorm-dev (>= 1.9.1),
         golang-github-k0kubun-pp-dev (>= 2.3.0),
         golang-github-knqyf263-go-cpe-dev (>= 0.0~git20180327.659663f6-4),
         golang-github-labstack-echo.v3-dev (>= 3.3.5),
         golang-github-mattn-go-sqlite3-dev (>= 1.6.0~ds1),
         golang-github-olekukonko-tablewriter-dev,
         golang-gopkg-cheggaaa-pb.v2-dev (>= 2.0.6),
         ${misc:Depends},
         ${shlibs:Depends},
Description: builds a local copy of the NVD/JVN (source)
 go-cve-dictionary is tool to build a local copy of the NVD
 (National Vulnerabilities Database) and the Japanese JVN, which contain
 security vulnerabilities according to their CVE identifiers including
 exhaustive information and a risk score. The local copy is generated in
 sqlite format, and the tool has a server mode for easy querying.
 .
 This package contains the source.

Package: go-cve-dictionary
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
Built-Using: ${misc:Built-Using},
Provides: cve-dictionary,
Replaces: cve-dictionary,
Conflicts: cve-dictionary,
Description: builds a local copy of the NVD/JVN
 go-cve-dictionary is tool to build a local copy of the NVD
 (National Vulnerabilities Database) and the Japanese JVN, which contain
 security vulnerabilities according to their CVE identifiers including
 exhaustive information and a risk score. The local copy is generated in
 sqlite format, and the tool has a server mode for easy querying.