mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Fix typo.
This commit is contained in:
@@ -44,7 +44,7 @@ class DjangoResponseWrite extends TaintSink {
|
||||
DjangoResponseWrite() {
|
||||
exists(AttrNode meth, CallNode call |
|
||||
call.getFunction() = meth and
|
||||
any(DjangoResponse repsonse).taints(meth.getObject("write")) and
|
||||
any(DjangoResponse response).taints(meth.getObject("write")) and
|
||||
this = call.getArg(0)
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user