mirror of
https://github.com/github/codeql.git
synced 2026-03-25 17:06:46 +01:00
15 lines
316 B
Plaintext
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()
|
|
|