trailofbits/polytracker

Add support for tracking taints from socket reads, similar to how we handle STDIN

ESultanik opened this issue · 1 comments

Add support for tracking taints from socket reads, similar to how we handle STDIN

Rough plan:

  1. Add test case for stdin
  2. Implemente stdin
  3. Add test case for socket reads
  4. Implement socket reads
  5. Consider if taint sources shall be refactored to support multiple distinct types of taint-sources (consider comment in #6490).