Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c643728

Browse files
committed
Fix typo.
1 parent 8a69369 commit c643728

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/ql/src/semmle/python/web/django/Response.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class DjangoResponseWrite extends TaintSink {
4444
DjangoResponseWrite() {
4545
exists(AttrNode meth, CallNode call |
4646
call.getFunction() = meth and
47-
any(DjangoResponse repsonse).taints(meth.getObject("write")) and
47+
any(DjangoResponse response).taints(meth.getObject("write")) and
4848
this = call.getArg(0)
4949
)
5050
}

0 commit comments

Comments
 (0)