package-analysis icon indicating copy to clipboard operation
package-analysis copied to clipboard

Record DNS answers to queries that it sends

Open calebbrown opened this issue 3 years ago • 1 comments

Currently, only DNS querie are recorded.

DNS queries responses should eventually be tracked in some way as well,

Options here may be: capture all traffic (in a pcap), or manually convert the data

calebbrown avatar Aug 29 '22 03:08 calebbrown

Code locations:

  • https://github.com/ossf/package-analysis/blob/main/internal/dnsanalyzer/dnsanalyzer.go (data capture)
  • https://github.com/ossf/package-analysis/blob/main/internal/analysis/analysis.go (process the output into a result)

calebbrown avatar Sep 07 '22 00:09 calebbrown