Skip to content

Commit

Permalink
Bump cryptography and orjson (#17054)
Browse files Browse the repository at this point in the history
* bump cryptography

* Bump orjson to 3.9.15 for addressing CVE-2024-27454

Signed-off-by: Vivekanand Ilango <vivekanand.ilango@datadoghq.com>

* changelogs

* changelogs

---------

Signed-off-by: Vivekanand Ilango <vivekanand.ilango@datadoghq.com>
Co-authored-by: Vivekanand Ilango <vivekanand.ilango@datadoghq.com>
  • Loading branch information
2 people authored and marlon-merida committed Mar 11, 2024
1 parent 5d043d2 commit b2cfe79
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 8 deletions.
1 change: 1 addition & 0 deletions cisco_aci/changelog.d/17054.security
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump cryptography to 42.0.5
2 changes: 1 addition & 1 deletion cisco_aci/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ license = "BSD-3-Clause"
[project.optional-dependencies]
deps = [
"cryptography==3.3.2; python_version < '3.0'",
"cryptography==41.0.7; python_version > '3.0'",
"cryptography==42.0.5; python_version > '3.0'",
]

[project.urls]
Expand Down
2 changes: 2 additions & 0 deletions datadog_checks_base/changelog.d/17054.security
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Bump orjson to 3.9.15
Bump cryptography to 42.0.5
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cm-client==45.0.4
confluent-kafka==2.3.0; python_version > '3.0'
contextlib2==0.6.0.post1; python_version < '3.0'
cryptography==3.3.2; python_version < '3.0'
cryptography==41.0.7; python_version > '3.0'
cryptography==42.0.5; python_version > '3.0'
ddtrace==0.32.2; sys_platform == 'win32' and python_version < '3.0'
ddtrace==0.53.2; sys_platform != 'win32' and python_version < '3.0'
ddtrace==1.11.2; python_version > '3.0'
Expand Down 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
4 changes: 2 additions & 2 deletions datadog_checks_base/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ deps = [
"cachetools==5.3.2; python_version > '3.0'",
"contextlib2==0.6.0.post1; python_version < '3.0'",
"cryptography==3.3.2; python_version < '3.0'",
"cryptography==41.0.7; python_version > '3.0'",
"cryptography==42.0.5; python_version > '3.0'",
"ddtrace==0.32.2; sys_platform == 'win32' and python_version < '3.0'",
"ddtrace==0.53.2; sys_platform != 'win32' and python_version < '3.0'",
"ddtrace==1.11.2; python_version > '3.0'",
Expand Down 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
1 change: 1 addition & 0 deletions http_check/changelog.d/17054.security
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump cryptography to 42.0.5
2 changes: 1 addition & 1 deletion http_check/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ license = "BSD-3-Clause"
[project.optional-dependencies]
deps = [
"cryptography==3.3.2; python_version < '3.0'",
"cryptography==41.0.7; python_version > '3.0'",
"cryptography==42.0.5; python_version > '3.0'",
"requests-ntlm==1.1.0; python_version < '3.0'",
"requests-ntlm==1.2.0; python_version > '3.0'",
]
Expand Down
1 change: 1 addition & 0 deletions mysql/changelog.d/17054.security
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump cryptography to 42.0.5
2 changes: 1 addition & 1 deletion mysql/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ deps = [
"cachetools==3.1.1; python_version < '3.0'",
"cachetools==5.3.2; python_version > '3.0'",
"cryptography==3.3.2; python_version < '3.0'",
"cryptography==41.0.7; python_version > '3.0'",
"cryptography==42.0.5; python_version > '3.0'",
"pymysql==0.10.1; python_version < '3.0'",
"pymysql==1.1.0; python_version > '3.0'",
]
Expand Down
1 change: 1 addition & 0 deletions tls/changelog.d/17054.security
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump cryptography to 42.0.5
2 changes: 1 addition & 1 deletion tls/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ license = "BSD-3-Clause"
[project.optional-dependencies]
deps = [
"cryptography==3.3.2; python_version < '3.0'",
"cryptography==41.0.7; python_version > '3.0'",
"cryptography==42.0.5; python_version > '3.0'",
"ipaddress==1.0.23; python_version < '3.0'",
"service-identity[idna]==21.1.0; python_version < '3.0'",
"service-identity[idna]==24.1.0; python_version > '3.0'",
Expand Down

0 comments on commit b2cfe79

Please sign in to comment.