Files
codeql/python/ql/test/3/library-tests/web/django/Taint.ql

15 lines
309 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.getAstNode().toString(), node.getTaintKind().toString()