Sourced from golang.org/x/vuln's releases.
v1.1.1
This release brings some minor improvements to govulncheck textual output and performance optimizations for
package
andmodule
scan modes.The major change brought by this release is the support for SARIF output format.
Integration
Govulncheck now supports Static Analysis Results Interchange Format (SARIF) output format via
-format sarif
flag option. Please see here for more details on the actual encoding.
486fd23
all: remove unit tests for staticcheck, unparam, and spellcheck6b0fd56
internal/sarif,cmd/govulncheck: publicize sarif7b455ee
internal/vulncheck: load source code for scan symbol mode only7ed0faa
all: update golang.org/x/tools122c809
internal/vulncheck: emit progress message instead of warningd837ff8
internal/scan: improve textual output for binary traces4a8a6ff
internal/buildinfo: avoid panic on nil symbol for elf052eac7
internal/sarif: improve GOMODCACHE relative paths93d3090
internal/sarif: add version to module info for locations0e39fee
internal/sarif: remove originalURIBaseIds