Registry / security / x-vuln

x-vuln

JSON →
library1.3.0gogounverified

Package vuln provides tools for working with the Go vulnerability database, including scanning and reporting known vulnerabilities in Go modules.

go get golang.org/x/vuln
INSTALL
IMPORT
SIG · X-VULN
X
x-vuln
securitygov1.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

vuln
golang.org/x/vuln

Fetches vulnerabilities for a specific Go module.

package main import ( "fmt" "golang.org/x/vuln" ) func main() { client := vuln.NewClient() vulns, _ := client.GetByModule("golang.org/x/net") fmt.Printf("Vulnerabilities: %+v\n", vulns) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
42 hits · last 30 days
node
36
Resources
x-vuln — go get x-vuln · libregistry