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.
2 parents 06dbb4e + 22ddf21 commit df18453Copy full SHA for df18453
ruby/ql/lib/codeql/ruby/ast/internal/Constant.qll
@@ -423,7 +423,7 @@ private module Cached {
423
or
424
s = any(StringComponentImpl c).getValue()
425
} or
426
- TSymbol(string s) { isString(_, s) or isSymbolExpr(_, s) } or
+ TSymbol(string s) { isSymbolExpr(_, s) } or
427
TRegExp(string s, string flags) {
428
isRegExp(_, s, flags)
429
0 commit comments