Skip to content

Commit

Permalink
Bump orjson to 3.9.15 for addressing CVE-2024-27454
Browse files Browse the repository at this point in the history
Signed-off-by: Vivekanand Ilango <vivekanand.ilango@datadoghq.com>
  • Loading branch information
vivek-datadog authored and FlorentClarret committed Mar 7, 2024
1 parent 3441e55 commit 5c7f3b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions datadog_checks_base/changelog.d/17022.security
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump orjson to 3.9.15 for addressing CVE-2024-27454
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ oauthlib==3.1.0; python_version < '3.0'
oauthlib==3.2.2; python_version > '3.0'
openstacksdk==3.0.0; python_version > '3.0'
oracledb==1.3.2; python_version >= '3.0'
orjson==3.9.7; python_version > '3.0'
orjson==3.9.15; python_version > '3.0'
packaging==23.2; python_version > '3.0'
paramiko==2.12.0; python_version < '3.0'
paramiko==3.4.0; python_version > '3.0'
Expand Down
2 changes: 1 addition & 1 deletion datadog_checks_base/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ http = [
"win-inet-pton==1.1.0; sys_platform == 'win32' and python_version < '3.0'",
]
json = [
"orjson==3.9.7; python_version > '3.0'",
"orjson==3.9.15; python_version > '3.0'",
]
kube = [
"kubernetes==18.20.0; python_version < '3.0'",
Expand Down

0 comments on commit 5c7f3b6

Please sign in to comment.