json 2.19.1-java → 2.19.3-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 118c47193c93079dcdf748933337211b076e3b499c2a3f75379583cf3322a420
4
- data.tar.gz: 7c37a50dcf1405789f82d0bcbd23735d1ce556195e9571f9d57079ed9947da7c
3
+ metadata.gz: 5fec8bc8502145d86122eb567bc0c407361b9bb5296c4f3caf5907f0dca33196
4
+ data.tar.gz: 8cb5aeb3fa683e59a4848d9d099a0c1d7ac70f499598ee5bbd115c535239ba0b
5
5
  SHA512:
6
- metadata.gz: 2a06e3b8281d6e387dcf8599ef18eff7ed5ef03873664ce369a57ca9460b11dfd7c20a485c888dfce505e959117343b77a3bdc530d9991cce8e696696c0f3f88
7
- data.tar.gz: cb6b1e6eefa5cadcf67996b9ae37f47afd83309c4c3ada481683e2a5c64c2f5eabfbc1eb874d393b2efe29431a2633517cfb56fffc6dedf0db7253e00cb410f4
6
+ metadata.gz: 4d2b97f5e9f2bc897806c2e25139fd4b67729aa2700998d647a4957bab134f0f8c7dea0284c730db9880fa68a33cb005590df9d4005bd6c578de589bcbca3dd2
7
+ data.tar.gz: 7867073f237c23efa15e7c3b0d969eba53589a2b9a7d001975e05792c4d4637ee8d706b551864ede269802f8fb29d64364390959a9872fa9f1273bd82b6fa741
data/CHANGES.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  ### Unreleased
4
4
 
5
+ ### 2026-03-25 (2.19.3)
6
+
7
+ * Fix handling of unescaped control characters preceeded by a backslash.
8
+
9
+ ### 2026-03-18 (2.19.2)
10
+
11
+ * Fix a format string injection vulnerability in `JSON.parse(doc, allow_duplicate_key: false)`.
12
+
5
13
  ### 2026-03-08 (2.19.1)
6
14
 
7
15
  * Fix a compiler dependent GC bug introduced in `2.18.0`.
Binary file
Binary file
data/lib/json/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module JSON
4
- VERSION = '2.19.1'
4
+ VERSION = '2.19.3'
5
5
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: json
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.19.1
4
+ version: 2.19.3
5
5
  platform: java
6
6
  authors:
7
7
  - Daniel Luz
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2026-03-08 00:00:00.000000000 Z
10
+ date: 2026-03-25 00:00:00.000000000 Z
12
11
  dependencies: []
13
12
  description: A JSON implementation as a JRuby extension.
14
13
  email: dev+ruby@mernen.com
@@ -56,7 +55,6 @@ metadata:
56
55
  documentation_uri: https://docs.ruby-lang.org/en/master/JSON.html
57
56
  homepage_uri: https://github.com/ruby/json
58
57
  source_code_uri: https://github.com/ruby/json
59
- post_install_message:
60
58
  rdoc_options:
61
59
  - "--title"
62
60
  - JSON implementation for Ruby
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.3.26
79
- signing_key:
76
+ rubygems_version: 3.6.3
80
77
  specification_version: 4
81
78
  summary: JSON Implementation for Ruby
82
79
  test_files: []