golang-golang-x-vuln 0.0~git20230201.4c848ed-1 source package in Ubuntu

Changelog

golang-golang-x-vuln (0.0~git20230201.4c848ed-1) unstable; urgency=medium

  * New upstream version 0.0~git20230201.4c848ed
  * Update Standards-Version to 4.6.2 (no changes)

 -- Shengjing Zhu <email address hidden>  Tue, 07 Feb 2023 18:17:50 +0800

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
golang-golang-x-vuln_0.0~git20230201.4c848ed-1.dsc 1.9 KiB 82d0665ef4d958eac4aae63936a04016b740298c042e9549563e65f4b0ed3fa7
golang-golang-x-vuln_0.0~git20230201.4c848ed.orig.tar.xz 218.2 KiB e981bbcd20d96ddda2cf27c48881c322f94b9a637996becac06f4fec428b8bd2
golang-golang-x-vuln_0.0~git20230201.4c848ed-1.debian.tar.xz 2.9 KiB ea67a9394850d03ad6f12e6837de069d27f2c6996a36d2f7675ba6dfb5fdedca

No changes file available.

Binary packages built by this source

golang-golang-x-vuln-dev: 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

govulncheck: 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.

govulncheck-dbgsym: debug symbols for govulncheck