openSUSE / obs-service-go_modules

OBS Source Service to download, verify, and vendor Go module dependency sources
GNU General Public License v2.0
19 stars 18 forks source link

Check for CVEs in Go sources including vendored modules #48

Open jfkw opened 5 months ago

jfkw commented 5 months ago

The tool govulncheck "reports known vulnerabilities that affect Go code". Add a feature to obs-service-go_modules to run govulncheck, checking the application source and vendored modules.

Package govulncheck is already in openSUSE Factory (devel:languages:go/govulncheck).

Feature goals:

Assigning to myself.