golang-golang-x-vuln 1.0.1-1 source package in Ubuntu

Changelog

golang-golang-x-vuln (1.0.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 1.0.1
  * Set debian/watch to track released tarballs
  * Update versioned dependencies as per go.mod
  * Remove obsolete 0001-add-support-for-go-versions-1.20.patch

 -- Anthony Fok <email address hidden>  Sun, 05 Nov 2023 20:05:22 -0700

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
Noble proposed universe misc

Downloads

File Size SHA-256 Checksum
golang-golang-x-vuln_1.0.1-1.dsc 2.4 KiB c5299be468118b595fe7a6ea08c226ff2730a182871d6c24b514eb6092c805a4
golang-golang-x-vuln_1.0.1.orig.tar.gz 270.0 KiB 973a94a499c19c90f76624f9fc22d8a15b68fbb9565d74d237d4fb524bddf4ec
golang-golang-x-vuln_1.0.1-1.debian.tar.xz 3.1 KiB 9c484816854243a2f44e1469049adc8df79334b09b84a3e6cbc3fac020073a96

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