This project might be open to known security vulnerabilities, which can be prevented by tightening the version range of affected dependencies. Find detailed information at the bottom.

Crate unleash-edge

Dependencies

(48 total, 15 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 actix-cors^0.7.00.7.1up to date
 actix-http^3.9.03.11.0up to date
 actix-middleware-etag^0.4.20.4.4up to date
 actix-service^2.0.22.0.3up to date
 actix-web^4.9.04.11.0up to date
 ahash^0.8.110.8.12up to date
 anyhow^1.0.911.0.98up to date
 async-trait^0.1.830.1.88up to date
 aws-config^1.5.71.8.1up to date
 aws-sdk-s3^1.57.01.96.0up to date
 base64^0.22.10.22.1up to date
 chrono^0.4.380.4.41up to date
 cidr^0.3.00.3.1up to date
 clap^4.5.194.5.40up to date
 clap-markdown^0.1.40.1.5up to date
 dashmap^6.0.16.1.0up to date
 futures^0.3.300.3.31up to date
 futures-core^0.3.300.3.31up to date
 iter_tools^0.24.00.30.0out of date
 itertools^0.13.00.14.0out of date
 lazy_static^1.4.01.5.0up to date
 num_cpus^1.16.01.17.0up to date
 opentelemetry^0.24.00.30.0out of date
 opentelemetry-prometheus^0.17.00.29.1out of date
 opentelemetry-semantic-conventions^0.16.00.30.0out of date
 opentelemetry_sdk^0.24.00.30.0out of date
 prometheus^0.13.40.14.0out of date
 prometheus-reqwest-remote-write^0.2.10.4.0out of date
 prometheus-static-metric^0.5.10.5.1up to date
 rand^0.8.50.9.1out of date
 redis^0.27.50.32.3out of date
 reqwest^0.12.80.12.22up to date
 rustls ⚠️^0.23.150.23.28maybe insecure
 rustls-pemfile^2.2.02.2.0up to date
 rustls-pki-types^1.9.01.12.0up to date
 semver^1.0.231.0.26up to date
 serde^1.0.2131.0.219up to date
 serde_json^1.0.1321.0.140up to date
 serde_qs^0.13.00.15.0out of date
 shadow-rs^0.35.01.2.0out of date
 tokio^1.41.01.46.1up to date
 tracing^0.1.400.1.41up to date
 tracing-subscriber^0.3.180.3.19up to date
 ulid^1.1.21.2.1up to date
 unleash-types^0.140.15.18out of date
 unleash-yggdrasil^0.14.00.17.5out of date
 utoipa^55.4.0up to date
 utoipa-swagger-ui^89.0.2out of date

Dev dependencies

(11 total, 3 outdated)

CrateRequiredLatestStatus
 actix-http^3.9.03.11.0up to date
 actix-http-test^3.2.03.2.0up to date
 actix-service^2.0.22.0.3up to date
 capture-logger^0.1.10.1.1up to date
 env_logger^0.11.50.11.8up to date
 maplit^1.0.21.0.2up to date
 rand^0.8.50.9.1out of date
 test-case^3.3.13.3.1up to date
 testcontainers^0.23.10.24.0out of date
 testcontainers-modules^0.11.30.12.1out of date
 tracing-test^0.2.50.2.5up to date

Security Vulnerabilities

rustls: rustls network-reachable panic in `Acceptor::accept`

RUSTSEC-2024-0399

A bug introduced in rustls 0.23.13 leads to a panic if the received TLS ClientHello is fragmented. Only servers that use rustls::server::Acceptor::accept() are affected.

Servers that use tokio-rustls's LazyConfigAcceptor API are affected.

Servers that use tokio-rustls's TlsAcceptor API are not affected.

Servers that use rustls-ffi's rustls_acceptor_accept API are affected.