Update dependency orjson to v3.9.15 [SECURITY] #36
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==3.8.14
->==3.9.15
GitHub Vulnerability Alerts
CVE-2024-27454
orjson.loads in orjson before 3.9.15 does not limit recursion for deeply nested JSON documents.
Release Notes
ijl/orjson (orjson)
v3.9.15
Compare Source
Fixed
orjson.loads()
.str
formatting SIMD path to avoid crash.v3.9.14
Compare Source
Fixed
str
introduced in 3.9.11.Changed
v3.9.13
Compare Source
Fixed
str
escape uses only 128-bit SIMD.Changed
musllinux_1_2
instead ofmusllinux_1_1
wheels.v3.9.12
Compare Source
Changed
Fixed
musllinux_1_1
build due to sporadic CI failure.v3.9.11
Compare Source
Changed
str
is significantly faster. Documentsusing
dict
,list
, andtuple
are somewhat faster.v3.9.10
Compare Source
Fixed
--profile=dev
build.v3.9.9
Compare Source
Changed
orjson
module metadata explicitly marks subinterpreters as not supported.v3.9.8
Compare Source
Changed
v3.9.7
Compare Source
Fixed
orjson.loads()
due to non-reentrant handling of persistentbuffer. This was introduced in 3.9.3.
v3.9.6
Compare Source
Fixed
Changed
v3.9.5
Compare Source
Fixed
v3.9.4
Compare Source
Fixed
from stack to heap. This was introduced in 3.9.3.
v3.9.3
Compare Source
Fixed
Changed
v3.9.2
Compare Source
Fixed
__cause__
exception onorjson.JSONEncodeError
possibly beingdenormalized, i.e., of type
str
instead ofException
.v3.9.1
Compare Source
Fixed
orjson.loads()
.str
formatting SIMD path to avoid crash.v3.9.0
Compare Source
Added
orjson.Fragment
includes already-serialized JSON in a document.Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.