We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bae4490 commit 03a325cCopy full SHA for 03a325c
python/ql/lib/semmle/python/frameworks/Django.qll
@@ -2066,7 +2066,8 @@ module PrivateDjango {
2066
2067
/** Gets a reference to the `django.http.response.HttpResponse.write` function. */
2068
private DataFlow::TypeTrackingNode write(
2069
- DjangoImpl::DjangoHttp::Response::HttpResponse::InstanceSource instance, DataFlow::TypeTracker t
+ DjangoImpl::DjangoHttp::Response::HttpResponse::InstanceSource instance,
2070
+ DataFlow::TypeTracker t
2071
) {
2072
t.startInAttr("write") and
2073
instance = DjangoImpl::DjangoHttp::Response::HttpResponse::instance() and
0 commit comments