We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddfc76f commit 35a143bCopy full SHA for 35a143b
1 file changed
spec/ruby/security/cve_2020_10663_spec.rb
@@ -21,7 +21,7 @@ def to_json(*args)
21
22
guard -> {
23
JSON.const_defined?(:Pure) or
24
- version_is(JSON::VERSION, '2.3.0')
+ version_is(JSON::VERSION, '2.3.0'..'2.11.0')
25
} do
26
describe "CVE-2020-10663 is resisted by" do
27
it "only creating custom objects if passed create_additions: true or using JSON.load" do
0 commit comments