Skip to content

Commit

Permalink
Bump version of cryptography to address CVE (#18656)
Browse files Browse the repository at this point in the history
* bump version of cryptography to address CVE

* add changelog

(cherry picked from commit 2a83f38)
  • Loading branch information
Kyle-Neale committed Sep 30, 2024
1 parent fe88a94 commit 147fd59
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion agent_requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cm-client==45.0.4
confluent-kafka==2.5.0; python_version > '3.0'
contextlib2==0.6.0.post1; python_version < '3.0'
cryptography==3.3.2; python_version < '3.0'
cryptography==43.0.0; python_version > '3.0'
cryptography==43.0.1; 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==2.10.6; python_version > '3.0'
Expand Down
1 change: 1 addition & 0 deletions cisco_aci/changelog.d/18656.security
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump version of cryptography to 43.0.1 to address vulnerability
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==43.0.0; python_version > '3.0'",
"cryptography==43.0.1; python_version > '3.0'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions datadog_checks_base/changelog.d/18656.security
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump version of cryptography to 43.0.1 to address vulnerability
2 changes: 1 addition & 1 deletion datadog_checks_base/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ deps = [
"cachetools==5.5.0; python_version > '3.0'",
"contextlib2==0.6.0.post1; python_version < '3.0'",
"cryptography==3.3.2; python_version < '3.0'",
"cryptography==43.0.0; python_version > '3.0'",
"cryptography==43.0.1; 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==2.10.6; python_version > '3.0'",
Expand Down
1 change: 1 addition & 0 deletions http_check/changelog.d/18656.security
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump version of cryptography to 43.0.1 to address vulnerability
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==43.0.0; python_version > '3.0'",
"cryptography==43.0.1; python_version > '3.0'",
"requests-ntlm==1.1.0; python_version < '3.0'",
"requests-ntlm==1.3.0; python_version > '3.0'",
]
Expand Down
1 change: 1 addition & 0 deletions mysql/changelog.d/18656.security
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump version of cryptography to 43.0.1 to address vulnerability
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.5.0; python_version > '3.0'",
"cryptography==3.3.2; python_version < '3.0'",
"cryptography==43.0.0; python_version > '3.0'",
"cryptography==43.0.1; python_version > '3.0'",
"pymysql==0.10.1; python_version < '3.0'",
"pymysql==1.1.1; python_version > '3.0'",
]
Expand Down
1 change: 1 addition & 0 deletions tls/changelog.d/18656.security
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump version of cryptography to 43.0.1 to address vulnerability
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==43.0.0; python_version > '3.0'",
"cryptography==43.0.1; 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 147fd59

Please sign in to comment.