v1.0.3
The major feature brought by this release is govulncheck -mode extract
option. It enables users to extract a blob abstraction of a binary whose size is typically much smaller than the binary itself. The blob can be passed to govulncheck for analysis with the -mode binary
option. The users should not rely on the contents or the representation of the blob.
This release also brings several bug fixes (#65124, #65155, and #65130).