You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are many scanners for finding known vulnerabilities (CVEs). Typical scanner could be based on e.g. RPM index.
CVEs are reported also about go modules (see example here) but due to static linking it is difficult to recognize if a given binary has known vulnerability.
Go compiler could augment the binaries with metadata about included modules and their versions.
Implementers of vulnerability scanners could leverage this metadata for introducing support for go binary scanning.
The text was updated successfully, but these errors were encountered:
There are many scanners for finding known vulnerabilities (CVEs). Typical scanner could be based on e.g. RPM index.
CVEs are reported also about go modules (see example here) but due to static linking it is difficult to recognize if a given binary has known vulnerability.
Go compiler could augment the binaries with metadata about included modules and their versions.
Implementers of vulnerability scanners could leverage this metadata for introducing support for go binary scanning.
The text was updated successfully, but these errors were encountered: