v1.1.0
This release brings minor improvements to govulncheck inner workings and a few bug fixes (#66139, #65590).
Integration
Govulncheck JSON now also contains scan mode as part of the Config
message.
Further, the Position
in trace frames now contains only paths relative to their enclosing module. This could potentially break some existing clients, hence the bump of the minor version.
Note that this change is made to allow for easier preservation of privacy by the clients as now the file positions do not contain information about the local machine. This is also a portable solution. Clients can reconstruct full paths for their local machine by joining the Position
relative paths with paths of the enclosing modules on the local machine.