mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
14 lines
261 B
Plaintext
14 lines
261 B
Plaintext
|
|
import python
|
|
|
|
|
|
import semmle.python.web.HttpRequest
|
|
import semmle.python.web.HttpResponse
|
|
import semmle.python.security.strings.Untrusted
|
|
|
|
|
|
from TaintedNode node
|
|
|
|
select node.getLocation().toString(), node.getNode().getNode().toString(), node.getTaintKind()
|
|
|