trailofbits / polytracker

An LLVM-based instrumentation tool for universal taint tracking, dataflow analysis, and tracing.
Apache License 2.0
518 stars 47 forks source link

Taint environment variables #6381

Open ESultanik opened 3 years ago

ESultanik commented 3 years ago

Add an option to treat __environ as a taint source

ESultanik commented 2 years ago

Low priority until we have a good use-case for it.