mirror of
https://github.com/github/codeql.git
synced 2026-05-01 11:45:14 +02:00
Update ruby/ql/lib/codeql/ruby/frameworks/core/Hash.qll
Co-authored-by: Nick Rolfe <nickrolfe@github.com>
This commit is contained in:
@@ -27,7 +27,7 @@ module Hash {
|
||||
|
||||
HashLiteralSymbolSummary() {
|
||||
isHashLiteralPair(_, symbol) and
|
||||
this = "Hash.[:" + symbol.serialize() + "]"
|
||||
this = "Hash.[" + symbol.serialize() + "]"
|
||||
}
|
||||
|
||||
final override MethodCall getACall() {
|
||||
|
||||
Reference in New Issue
Block a user