Skip to content

Commit 7cf8e1e

Browse files
committed
Ruby: Update flow summary for Hash#except
1 parent 5fc1b35 commit 7cf8e1e

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
@@ -267,7 +267,7 @@ module Hash {
267267
s = getExceptComponent(mc, i)
268268
|
269269
".WithoutElement[" + s + "!]" order by i
270-
) and
270+
) + ".WithElement[any]" and
271271
output = "ReturnValue" and
272272
preservesValue = true
273273
}

0 commit comments

Comments
 (0)