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 a0725fb commit 1bdc237Copy full SHA for 1bdc237
ruby/ql/lib/codeql/ruby/frameworks/ActionController.qll
@@ -392,7 +392,7 @@ private module ParamsSummaries {
392
*/
393
private class ParamsInstance extends DataFlow::Node {
394
ParamsInstance() {
395
- this.asExpr().getExpr() instanceof ParamsCall
+ this.asExpr().getExpr() instanceof Rails::ParamsCall
396
or
397
this =
398
any(DataFlow::CallNode call |
0 commit comments