mirror of
https://github.com/github/codeql.git
synced 2026-01-29 14:23:03 +01: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()
|
|
|