json 2.19.1-java → 2.19.2-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: 5a4f27aa9482c82e62e9256e9071b4ddf0582f82bfe3749e5b557bf659cccd12
4
+ data.tar.gz: a0da3a6444b623c1b39f5941f4e53617aee051a4c11864a4b54abe08d068e890
5
5
  SHA512:
6
- metadata.gz: 2a06e3b8281d6e387dcf8599ef18eff7ed5ef03873664ce369a57ca9460b11dfd7c20a485c888dfce505e959117343b77a3bdc530d9991cce8e696696c0f3f88
7
- data.tar.gz: cb6b1e6eefa5cadcf67996b9ae37f47afd83309c4c3ada481683e2a5c64c2f5eabfbc1eb874d393b2efe29431a2633517cfb56fffc6dedf0db7253e00cb410f4
6
+ metadata.gz: c1c4e2ad183f7e83483183858e671989ba5b0f4daac4231d358455230895571eaa8976e2b0ef548eb2997bfef27e6d7b385ebfe43801ea3be6486ad16bd5adc5
7
+ data.tar.gz: afef5d0028b23018c36e33ccead023cd990a7394e41ca4f5aa5e6c0a9f7839725a20f2bd1d137fbb08bcaec2456c7d9c79dd47b89cad386748068261c0b6e2e1
data/CHANGES.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ### Unreleased
4
4
 
5
+ ### 2026-03-08 (2.19.2)
6
+
7
+ * Fix a format string injection vulnerability in `JSON.parse(doc, allow_duplicate_key: false)`.
8
+
5
9
  ### 2026-03-08 (2.19.1)
6
10
 
7
11
  * 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.2'
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.2
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-18 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: []