Bump json from 2.18.1 to 2.19.2 by dependabot[bot] · Pull Request #105 · ddablib/ddablib.github.io
Bumps json from 2.18.1 to 2.19.2.
Release notes
Sourced from json's releases.
v2.19.2
What's Changed
- Fix a format string injection vulnerability in
JSON.parse(doc, allow_duplicate_key: false).CVE-2026-33210Full Changelog: ruby/json@v2.19.1...v2.19.2
v2.19.1
What's Changed
- Fix a compiler dependent GC bug introduced in
2.18.0.Full Changelog: ruby/json@v2.19.0...v2.19.1
v2.19.0
What's Changed
- Fix
allow_blankparsing option to no longer allow invalid types (e.g.load([], allow_blank: true)now raise a type error).- Add
allow_invalid_escapeparsing option to ignore backslashes that aren't followed by one of the valid escape characters.Full Changelog: ruby/json@v2.18.1...v2.19.0
Changelog
Sourced from json's changelog.
2026-03-18 (2.19.2)
- Fix a format string injection vulnerability in
JSON.parse(doc, allow_duplicate_key: false).CVE-2026-33210.2026-03-08 (2.19.1)
- Fix a compiler dependent GC bug introduced in
2.18.0.2026-03-06 (2.19.0)
- Fix
allow_blankparsing option to no longer allow invalid types (e.g.load([], allow_blank: true)now raise a type error).- Add
allow_invalid_escapeparsing option to ignore backslashes that aren't followed by one of the valid escape characters.
Commits
54f8a87Release 2.19.2393b41cFix a format string injection vulnerabilitydbf6bb1Merge pull request #953 from ruby/dependabot/github_actions/actions/create-gi...7187315Bump actions/create-github-app-token from 2 to 34a42a04Release 2.19.113689c2Add missing GC_GUARD infbuffer_append_stra11acc1Release 2.19.00a4fb79fbuffer.h: Use size_t over unsigned longa29fcdcAdd depth validation to Jruby and TruffleRuby implementationsde993aaReject negative depth; add overflow guards to prevent hang/crash- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.