Files
codeql/python/ql/test/library-tests/taint/general/ModuleAttribute.ql
2019-04-26 16:21:47 +01:00

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()