mirror of
https://github.com/github/codeql.git
synced 2026-01-07 11:40:27 +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()
|