We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996bac6 commit 53f9d99Copy full SHA for 53f9d99
2 files changed
CHANGES.md
@@ -5,6 +5,11 @@
5
* Deprecate default support of JavaScript comments in the parser and add `allow_comments: true` parsing option.
6
* Integrate with Ruby 4.1 `ruby_sized_xfree`.
7
8
+### 2026-06-11 (2.19.9)
9
+
10
+* Fix buffer overflow that could lead to a crash when writing JSON directly into an IO
11
+ with `JSON.generate(object, io)`. [CVE-PENDING].
12
13
### 2026-06-03 (2.19.8)
14
15
* Fix 1-byte buffer overread on EOS errors.
lib/json/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module JSON
4
- VERSION = '2.19.8'
+ VERSION = '2.19.9'
end
0 commit comments