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 72 73 74 75 76 77 78 79 80 81 82
|
Source: vuls
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Build-Depends: debhelper (>= 9),
dh-golang,
golang-any,
golang-github-azure-azure-sdk-for-go-dev,
# golang-github-azure-azure-sdk-for-go-dev (>= 11.2.2-beta),
# golang-github-azure-go-autorest-dev (>= 9.4.1),
golang-github-burntsushi-toml-dev (>= 0.3.0),
golang-github-asaskevich-govalidator-dev (>= 6),
golang-github-aws-aws-sdk-go-dev,
# golang-github-aws-aws-sdk-go-dev (>= 1.12.30),
golang-github-boltdb-bolt-dev (>= 1.3.1),
golang-github-cenkalti-backoff-dev (>= 1.1.0),
golang-gopkg-cheggaaa-pb.v1-dev (>= 1.0.18),
golang-github-dgrijalva-jwt-go-v3-dev (>= 3.1.0),
golang-github-go-ini-ini-dev (>= 1.32.0),
golang-github-google-subcommands-dev,
golang-github-gosuri-uitable-dev,
golang-github-howeyc-gopass-dev,
golang-logrus-dev,
golang-toml-dev,
golang-github-go-redis-redis-dev (>= 6.7.4),
golang-github-go-sql-driver-mysql-dev (>= 1.3),
golang-github-jinzhu-gorm-dev (>= 1.0),
golang-github-jinzhu-inflection-dev,
golang-github-jmespath-go-jmespath-dev,
golang-github-jroimartin-gocui-dev (>= 0.3.0),
golang-github-k0kubun-pp-dev,
golang-github-knqyf263-go-deb-version-dev,
golang-github-knqyf263-go-rpm-version-dev,
golang-github-kotakanbe-go-cve-dictionary-dev,
golang-github-kotakanbe-go-pingscanner-dev (>= 0.1.0),
golang-github-kotakanbe-goval-dictionary-dev,
golang-github-kotakanbe-logrus-prefixed-formatter-dev,
golang-github-lib-pq-dev,
golang-github-mattn-go-colorable-dev (>= 0.0.9),
golang-github-mattn-go-isatty-dev (>= 0.0.3),
golang-github-mattn-go-runewidth-dev (>= 0.0.2),
golang-github-mattn-go-sqlite3-dev (>= 1.4.0),
golang-github-mgutz-ansi-dev,
golang-github-moul-http2curl-dev,
golang-github-nlopes-slack-dev (>= 0.1.0),
golang-github-nsf-termbox-go-dev,
golang-github-parnurzeal-gorequest-dev (>= 0.2.15),
golang-github-pkg-errors-dev (>= 0.8.0),
golang-github-rifflock-lfshook-dev (>= 1.7),
golang-github-satori-go.uuid-dev (>= 1.1.0),
golang-github-sirupsen-logrus-dev,
golang-github-ymomoi-goval-parser-dev,
golang-golang-x-crypto-dev,
golang-golang-x-net-dev,
golang-golang-x-sys-dev,
golang-github-mitchellh-go-homedir-dev,
golang-github-hashicorp-uuid-dev,
golang-github-olekukonko-tablewriter-dev,
golang-github-knqyf263-go-cpe-dev,
golang-github-knqyf263-gost-dev (>= 0.1.0+git20181204.5afeda5e),
golang-github-spf13-viper-dev,
golang-github-mozqnet-go-exploitdb-dev,
golang-github-racksec-srslog-dev
Standards-Version: 4.1.1
Homepage: https://github.com/future-architect/vuls
Vcs-Browser: https://salsa.debian.org/go-team/packages/vuls
Vcs-Git: https://salsa.debian.org/go-team/packages/vuls.git
XS-Go-Import-Path: github.com/future-architect/vuls
Testsuite: autopkgtest-pkg-go
Package: vuls
Architecture: any
Built-Using: ${misc:Built-Using}
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Vulnerability scanner for Linux/FreeBSD, agentless, written in Go
This is scanner which checks the package inventory against a local copy of
the National Vunerabilities Database (NVD) of vulnerabilities according to
their CVE (Common Vulnerabilities and Exposures) indentifiers. The backends
supports a couple of OSs (Debian, RHEL, CentOS, Amazon Linux). Scanning servers
over the network is possible.
|