Skip to content

Commit 54f8a87

Browse files
committed
Release 2.19.2
1 parent 393b41c commit 54f8a87

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
### Unreleased
44

5+
### 2026-03-08 (2.19.2)
6+
57
* Fix a format string injection vulnerability in `JSON.parse(doc, allow_duplicate_key: false)`.
68

79
### 2026-03-08 (2.19.1)

lib/json/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module JSON
4-
VERSION = '2.19.1'
4+
VERSION = '2.19.2'
55
end

0 commit comments

Comments
 (0)