mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +01:00
9 lines
241 B
Plaintext
9 lines
241 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()
|