tree: 4d1d235b4422a56d97f7b3b63321e1c091e83c44 [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:”.