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
|
Source: vuls
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,
golang-github-aws-aws-sdk-go-dev,
golang-github-azure-azure-sdk-for-go-dev,
golang-github-boltdb-bolt-dev,
golang-github-burntsushi-toml-dev,
golang-github-cenkalti-backoff-dev,
golang-github-google-subcommands-dev,
golang-github-gosuri-uitable-dev,
golang-github-hashicorp-go-uuid-dev,
golang-github-howeyc-gopass-dev,
golang-github-jroimartin-gocui-dev,
golang-github-k0kubun-pp-dev,
golang-github-knqyf263-go-cpe-dev,
golang-github-knqyf263-go-deb-version-dev,
golang-github-knqyf263-go-rpm-version-dev,
golang-github-knqyf263-gost-dev,
golang-github-kotakanbe-go-cve-dictionary-dev (>= 0.3.1-3),
golang-github-kotakanbe-go-pingscanner-dev,
golang-github-kotakanbe-goval-dictionary-dev,
golang-github-kotakanbe-logrus-prefixed-formatter-dev,
golang-github-mitchellh-go-homedir-dev,
golang-github-mozqnet-go-exploitdb-dev,
golang-github-nlopes-slack-dev,
golang-github-olekukonko-tablewriter-dev,
golang-github-parnurzeal-gorequest-dev,
golang-github-racksec-srslog-dev,
golang-github-rifflock-lfshook-dev,
golang-github-sirupsen-logrus-dev,
golang-golang-x-crypto-dev,
Standards-Version: 4.5.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
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-go
Package: vuls
Architecture: any
Built-Using: ${misc:Built-Using},
Depends: ${misc:Depends},
${shlibs: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.
|