1go117.base64 is a base64-encoded Go 1.17 hello world binary used to test2debug/buildinfo of pre-1.18 buildinfo encoding.34The binary is base64 encoded to hide it from security scanners that believe a5Go 1.17 is inherently insecure.67Generate go117.base64 with:89$ GOTOOLCHAIN=go1.17 GOOS=linux GOARCH=amd64 go build -trimpath10$ base64 go117 > go117.base6411$ rm go1171213TODO(prattmic): Ideally this would be built on the fly to better cover all14executable formats, but then we need a network connection to download an old Go15toolchain.
Findings
✓ No findings reported for this file.