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 d46564c commit b6c5b4dCopy full SHA for b6c5b4d
ruby/ql/lib/codeql/ruby/frameworks/ActionView.qll
@@ -66,6 +66,9 @@ class RawCall extends ActionViewContextCall {
66
// A call to the `params` method within the context of a template.
67
private class ActionViewParamsCall extends ActionViewContextCall, ParamsCall { }
68
69
+// A call to the `cookies` method within the context of a template.
70
+private class ActionViewCookiesCall extends ActionViewContextCall, CookiesCall { }
71
+
72
/**
73
* A call to a `render` method that will populate the response body with the
74
* rendered content.
0 commit comments