Skip to content

Commit 1ae8087

Browse files
hvitvednickrolfe
andcommitted
Update ruby/ql/lib/codeql/ruby/frameworks/core/Hash.qll
Co-authored-by: Nick Rolfe <[email protected]>
1 parent daf81ae commit 1ae8087

File tree

1 file changed

+1
-1
lines changed
  • ruby/ql/lib/codeql/ruby/frameworks/core

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/frameworks/core/Hash.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module Hash {
2727

2828
HashLiteralSymbolSummary() {
2929
isHashLiteralPair(_, symbol) and
30-
this = "Hash.[:" + symbol.serialize() + "]"
30+
this = "Hash.[" + symbol.serialize() + "]"
3131
}
3232

3333
final override MethodCall getACall() {

0 commit comments

Comments
 (0)