mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
8 lines
250 B
Plaintext
8 lines
250 B
Plaintext
import python
|
|
import semmle.python.security.Exceptions
|
|
import semmle.python.web.HttpResponse
|
|
|
|
from TaintedNode node
|
|
where not node.getLocation().getFile().inStdlib()
|
|
select node.getLocation(), node.getNode().getNode().toString(), node.getTaintKind()
|