We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66a0e15 commit 4463b30Copy full SHA for 4463b30
python/ql/src/semmle/python/web/pyramid/Response.qll
@@ -35,7 +35,7 @@ class PyramidCookieSet extends CookieSet, CallNode {
35
PyramidCookieSet() {
36
exists(ControlFlowNode f |
37
f = this.getFunction().(AttrNode).getObject("set_cookie") and
38
- f.pointsTo().getClass() = Value::named("pyramid.Response")
+ f.pointsTo().getClass() = Value::named("pyramid.response.Response")
39
)
40
}
41
0 commit comments