mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
8 lines
312 B
Plaintext
8 lines
312 B
Plaintext
import python
|
|
import semmle.python.dataflow.Implementation
|
|
import TaintLib
|
|
|
|
from ModuleValue m, string name, TaintedNode origin, TaintTrackingImplementation impl
|
|
where impl.moduleAttributeTainted(m, name, origin)
|
|
select m.toString(), name, origin.toString(), origin.getContext(), origin.getLocation().toString()
|