Files
codeql/python/ql/test/library-tests/web/cherrypy/Sources.ql
2019-02-28 15:24:58 +00:00

11 lines
286 B
Plaintext

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