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

15 lines
316 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 TaintedNode node
select node.getLocation().toString(), node.getNode().getNode().toString(), node.getTaintKind().toString()