tree: bd17ad5f38743fd949792147e48684ef63d0b120 [path history] [tgz]
  1. testdata/
  2. additions_buildinfo.go
  3. additions_scan.go
  4. additions_scan_test.go
  5. buildinfo.go
  6. README.md
internal/vulncheck/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:”.