Skip to content

Commit 1bdc237

Browse files
committed
fix deprecation warning
1 parent a0725fb commit 1bdc237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/frameworks/ActionController.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ private module ParamsSummaries {
392392
*/
393393
private class ParamsInstance extends DataFlow::Node {
394394
ParamsInstance() {
395-
this.asExpr().getExpr() instanceof ParamsCall
395+
this.asExpr().getExpr() instanceof Rails::ParamsCall
396396
or
397397
this =
398398
any(DataFlow::CallNode call |

0 commit comments

Comments
 (0)