mirror of
https://github.com/github/codeql.git
synced 2026-03-04 06:36:46 +01:00
12 lines
294 B
Plaintext
12 lines
294 B
Plaintext
import python
|
|
import semmle.python.TestUtils
|
|
|
|
import semmle.python.web.HttpRequest
|
|
import semmle.python.web.HttpResponse
|
|
import semmle.python.security.strings.Untrusted
|
|
|
|
from TaintedNode node
|
|
|
|
select remove_library_prefix(node.getLocation()), node.getAstNode().toString(), node.getTaintKind()
|
|
|