Files
codeql/python/ql/test/3/library-tests/web/django/Sources.ql
2019-02-08 14:39:27 +00:00

13 lines
346 B
Plaintext

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