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 d127d21 commit 84ad45cCopy full SHA for 84ad45c
python/ql/src/experimental/semmle/python/frameworks/Django.qll
@@ -151,7 +151,8 @@ private module ExperimentalPrivateDjango {
151
*/
152
class DjangoResponseSetCookieCall extends DataFlow::MethodCallNode, Cookie::Range {
153
DjangoResponseSetCookieCall() {
154
- this.calls(django::http::response::HttpResponse::instance(), "set_cookie")
+ this.calls(PrivateDjango::DjangoImpl::Http::Response::HttpResponse::instance(),
155
+ "set_cookie")
156
}
157
158
override DataFlow::Node getNameArg() {
0 commit comments