Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a69369 commit c643728Copy full SHA for c643728
1 file changed
python/ql/src/semmle/python/web/django/Response.qll
@@ -44,7 +44,7 @@ class DjangoResponseWrite extends TaintSink {
44
DjangoResponseWrite() {
45
exists(AttrNode meth, CallNode call |
46
call.getFunction() = meth and
47
- any(DjangoResponse repsonse).taints(meth.getObject("write")) and
+ any(DjangoResponse response).taints(meth.getObject("write")) and
48
this = call.getArg(0)
49
)
50
}
0 commit comments