Skip to content

Commit 7cc9301

Browse files
authored
Merge pull request #428 from marcandre/change_fix
Make changes more precise [#424]
2 parents f8fa987 + 9e2a1fb commit 7cc9301

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGES.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Changes
22

33
## 2019-12-11 (2.3.0)
4-
* Fix default of `create_additions` to always be false [CVE-2020-10663]
4+
* Fix default of `create_additions` to always be `false` for `JSON(user_input)`
5+
and `JSON.parse(user_input, nil)`.
6+
Note that `JSON.load` remains with default `true` and is meant for internal
7+
serialization of trusted data. [CVE-2020-10663]
58
* Fix passing args all #to_json in json/add/*.
69
* Fix encoding issues
710
* Fix issues of keyword vs positional parameter

0 commit comments

Comments
 (0)