mirror of
https://github.com/github/codeql.git
synced 2026-01-13 06:24:46 +01:00
6 lines
153 B
Plaintext
6 lines
153 B
Plaintext
import python
|
|
import Config
|
|
|
|
from TaintedNode n
|
|
select n.getTrackedValue(), n.getLocation().toString(), n.getNode().getNode().toString(), n.getContext()
|