Skip to content

Commit 3ffe999

Browse files
authored
Bump orjson to 3.11.7 to address CVE (DataDog#22556)
* Bump `orjson` to 3.11.7 to address CVE * Add changelog
1 parent f3e6753 commit 3ffe999

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

agent_requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ lz4==4.4.4
2525
mmh3==5.2.0
2626
oauthlib==3.3.1
2727
openstacksdk==4.7.0
28-
orjson==3.11.3
28+
orjson==3.11.7
2929
packaging==25.0
3030
paramiko==3.5.1
3131
prometheus-client==0.22.1
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump `orjson` to 3.11.7 to address CVE

datadog_checks_base/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ http = [
6565
"requests-oauthlib==2.0.0",
6666
]
6767
json = [
68-
"orjson==3.11.3",
68+
"orjson==3.11.7",
6969
]
7070
kube = [
7171
"kubernetes==33.1.0",

0 commit comments

Comments
 (0)