mirror of
https://github.com/github/codeql.git
synced 2026-01-10 13:10:26 +01:00
9 lines
163 B
Plaintext
9 lines
163 B
Plaintext
import python
|
|
|
|
import ExtensionsLib
|
|
|
|
|
|
from TaintedNode n
|
|
select n.getTrackedValue(), n.getLocation().toString(), n.getNode().getNode().toString(), n.getContext()
|
|
|