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
  
     | 
    
      Source: golang-golang-x-vuln
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Shengjing Zhu <zhsj@debian.org>,
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any (>= 2:1.18~),
               golang-github-google-go-cmp-dev (>= 0.5.8),
               golang-golang-x-mod-dev (>= 0.14.0),
               golang-golang-x-sync-dev (>= 0.6.0),
               golang-golang-x-tools-dev (>= 1:0.17.0),
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-golang-x-vuln
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-golang-x-vuln.git
Homepage: https://github.com/golang/vuln
XS-Go-Import-Path: golang.org/x/vuln
Package: golang-golang-x-vuln-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-golang-x-mod-dev (>= 0.14.0),
         golang-golang-x-sync-dev (>= 0.6.0),
         golang-golang-x-tools-dev (>= 1:0.17.0),
         ${misc:Depends},
Description: client and tools for the Go vulnerability database (library)
 This package contains the following:
  * Package client: a client for interacting with the Go vulnerability
    database
  * Package vulncheck: an API for detecting vulnerabilities in Go
    packages
Package: govulncheck
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
Static-Built-Using: ${misc:Static-Built-Using},
Description: CLI for detecting vulnerabilities in Go packages
 Govulncheck reports known vulnerabilities that affect Go code.
 .
 It uses static analysis or a binary's symbol table to narrow down
 reports to only those that potentially affect the application.
 .
 For more information about the API behind govulncheck, see
 https://go.dev/security/vulncheck.
 
     |