mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
fix deprecation warning
This commit is contained in:
@@ -392,7 +392,7 @@ private module ParamsSummaries {
|
||||
*/
|
||||
private class ParamsInstance extends DataFlow::Node {
|
||||
ParamsInstance() {
|
||||
this.asExpr().getExpr() instanceof ParamsCall
|
||||
this.asExpr().getExpr() instanceof Rails::ParamsCall
|
||||
or
|
||||
this =
|
||||
any(DataFlow::CallNode call |
|
||||
|
||||
Reference in New Issue
Block a user