mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +01:00
9 lines
171 B
Plaintext
9 lines
171 B
Plaintext
import python
|
|
|
|
import ExtensionsLib
|
|
|
|
|
|
from TaintedNode n
|
|
select "Taint " + n.getTaintKind(), n.getLocation().toString(), n.getNode().getNode().toString(), n.getContext()
|
|
|