mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
8 lines
239 B
Plaintext
8 lines
239 B
Plaintext
import python
|
|
import TaintLib
|
|
|
|
from EssaVariable var, TaintedNode n
|
|
where n.getNode().asVariable() = var
|
|
select var.getDefinition().getLocation().toString(), var.getRepresentation(),
|
|
n.getLocation().toString(), "Taint " + n.toString()
|