Skip to content

Commit

Permalink
Merge pull request #307 from himmelblau-idm/stable-0.7.x_CVE-2024-11738
Browse files Browse the repository at this point in the history
Fix CVE-2024-11738: rustls network-reachable panic in `Acceptor::accept`
  • Loading branch information
dmulder authored Dec 2, 2024
2 parents 38988ad + e900b6d commit b48d0bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.7.6"
version = "0.7.7"
authors = [
"David Mulder <[email protected]>"
]
Expand Down Expand Up @@ -55,6 +55,7 @@ jsonwebtoken = "^9.2.0"
zeroize = "^1.7.0"
idmap = { path = "src/idmap" }
identity_dbus_broker = "0.1.3"
rustls = ">=0.23.19" # CVE-2024-11738

# Kanidm deps
argon2 = { version = "0.5.2", features = ["alloc"] }
Expand Down

0 comments on commit b48d0bb

Please sign in to comment.