mirror of
https://github.com/github/codeql.git
synced 2026-03-05 07:06:47 +01:00
15 lines
309 B
Plaintext
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()
|
|
|