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
  • Loading branch information
Kyle-Neale authored Sep 25, 2024
1 parent d9754e1 commit 2a83f38
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 @@ -10,7 +10,7 @@ clickhouse-cityhash==1.0.2.4
clickhouse-driver==0.2.9
cm-client==45.0.4
confluent-kafka==2.5.0
cryptography==43.0.0
cryptography==43.0.1
ddtrace==2.10.6
dnspython==2.6.1
foundationdb==6.3.24
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 @@ -36,7 +36,7 @@ license = "BSD-3-Clause"

[project.optional-dependencies]
deps = [
"cryptography==43.0.0",
"cryptography==43.0.1",
]

[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 @@ -36,7 +36,7 @@ db = [
deps = [
"binary==1.0.0",
"cachetools==5.5.0",
"cryptography==43.0.0",
"cryptography==43.0.1",
"ddtrace==2.10.6",
"importlib-metadata==2.1.3; python_version < '3.8'",
"jellyfish==1.1.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 @@ -36,7 +36,7 @@ license = "BSD-3-Clause"

[project.optional-dependencies]
deps = [
"cryptography==43.0.0",
"cryptography==43.0.1",
"requests-ntlm==1.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 @@ -37,7 +37,7 @@ license = "BSD-3-Clause"
[project.optional-dependencies]
deps = [
"cachetools==5.5.0",
"cryptography==43.0.0",
"cryptography==43.0.1",
"pymysql==1.1.1",
]

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 @@ -36,7 +36,7 @@ license = "BSD-3-Clause"

[project.optional-dependencies]
deps = [
"cryptography==43.0.0",
"cryptography==43.0.1",
"service-identity[idna]==24.1.0",
]

Expand Down

0 comments on commit 2a83f38

Please sign in to comment.