We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a1c91f commit b36a6aaCopy full SHA for b36a6aa
python/ql/src/semmle/python/web/twisted/Response.qll
@@ -7,7 +7,7 @@ import Request
7
8
class TwistedResponse extends TaintSink {
9
TwistedResponse() {
10
- exists(PythonFunctionValue func, string name, Return ret |
+ exists(PythonFunctionValue func, string name |
11
isKnownRequestHandlerMethodName(name) and
12
name = func.getName() and
13
func = getTwistedRequestHandlerMethod(name) and
0 commit comments