mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
9 lines
342 B
Plaintext
9 lines
342 B
Plaintext
import python
|
|
import semmle.python.dataflow.Implementation
|
|
import TaintLib
|
|
private import LegacyPointsTo
|
|
|
|
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()
|