Files
codeql/python/ql/test/library-tests/web/django/Sources.ql
2019-04-26 16:21:46 +01: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