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 71d703f commit ef260dbCopy full SHA for ef260db
ruby/ql/lib/codeql/ruby/frameworks/ActiveSupport.qll
@@ -114,7 +114,7 @@ module ActiveSupport {
114
}
115
116
private string getExtractComponent(MethodCall mc, int i) {
117
- mc.getMethodName() = ["extract!"] and
+ mc.getMethodName() = "extract!" and
118
result = DataFlow::Content::getKnownElementIndex(mc.getArgument(i)).serialize()
119
120
0 commit comments