trailofbits / polytracker

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

Consider removing the `docker` command and it's subcommnads #6536

Open surovic opened 1 year ago

surovic commented 1 year ago

Polytracker's docker command adds the external dependencies, maintenance weight and arguably adds very little utility compared to using bare docker CLI commands. Maybe we should get rid of the polytracker docker command. Opinions welcome!

surovic commented 1 year ago

Another alternative is to create a separate repository (e.g. polytracker-utils) for helper and convenience commands we don't really want to commit to maintain to the same degree as the core ones.