mirror of
https://github.com/github/codeql.git
synced 2026-01-27 13:23:00 +01:00
11 lines
295 B
Plaintext
11 lines
295 B
Plaintext
import python
|
|
import semmle.python.security.TaintTest
|
|
import TaintLib
|
|
|
|
|
|
from ModuleValue m, string name, TaintedNode origin
|
|
|
|
where TaintFlowTest::module_attribute_tainted(m, name, origin)
|
|
|
|
select m.toString(), name, origin.getTrackedValue(), origin.getContext(), origin.getLocation().toString()
|