tree: 5756a8b4d0dd447c8f1360d263d048d16f3d37dd [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:”.