[Tech] Taint Analysis
Taint Analysis Classification
Explicit Analysis How taint propagates based on the data dependencies between variables.
Implicit Analysis How taint propogates through condition instructions based on the control dependencies between variables.