Files
codeql/python/ql/test/library-tests/web/turbogears/Sources.ql
2019-02-26 10:15:37 +00:00

11 lines
253 B
Plaintext

import python
import semmle.python.web.HttpRequest
import semmle.python.security.strings.Untrusted
from TaintSource src, TaintKind kind
where src.isSourceOf(kind)
select src.getLocation().toString(), src.(ControlFlowNode).getNode().toString(), kind