mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01:00
8 lines
248 B
Plaintext
8 lines
248 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.getAstNode().toString(), node.getTaintKind()
|