We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8fa987 + 9e2a1fb commit 7cc9301Copy full SHA for 7cc9301
CHANGES.md
@@ -1,7 +1,10 @@
1
# Changes
2
3
## 2019-12-11 (2.3.0)
4
- * Fix default of `create_additions` to always be false [CVE-2020-10663]
+ * 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]
8
* Fix passing args all #to_json in json/add/*.
9
* Fix encoding issues
10
* Fix issues of keyword vs positional parameter
0 commit comments