tree: 0247963f97644c4d425f39922a9f60701a67cccd [path history] [tgz]
  1. testdata/
  2. additions_buildinfo.go
  3. additions_scan.go
  4. additions_scan_test.go
  5. additions_stripped_122_test.go
  6. additions_stripped_test.go
  7. buildinfo.go
  8. README.md
internal/buildinfo/README.md

This code is a copied and slightly modified subset of go/src/debug/buildinfo.

It contains logic for parsing Go binary files for the purpose of extracting module dependency and symbol table information.

Logic added by vulncheck is located in files with “additions_” prefix.

Within the originally named files, changed or added logic is annotated with a comment starting with “Addition:”.