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

(36 total, 17 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 actix-cors^0.6.40.7.1out of date
 actix-http^3.3.13.11.0up to date
 actix-middleware-etag^0.2.00.4.4out of date
 actix-service^2.0.22.0.3up to date
 actix-web^4.3.14.11.0up to date
 anyhow^1.0.701.0.98up to date
 async-trait^0.1.680.1.88up to date
 chrono^0.4.240.4.41up to date
 clap^4.2.14.5.40up to date
 dashmap^5.4.06.1.0out of date
 dotenv^0.15.00.15.0up to date
 futures^0.3.280.3.31up to date
 futures-core^0.3.280.3.31up to date
 iter_tools^0.1.40.30.0out of date
 lazy_static^1.4.01.5.0up to date
 num_cpus^1.15.01.17.0up to date
 opentelemetry^0.19.00.30.0out of date
 opentelemetry-prometheus^0.12.00.29.1out of date
 opentelemetry-semantic-conventions^0.11.00.30.0out of date
 prometheus^0.13.30.14.0out of date
 prometheus-static-metric^0.5.10.5.1up to date
 redis^0.23.00.32.3out of date
 reqwest^0.11.160.12.22out of date
 rustls ⚠️^0.20.80.23.28out of date
 rustls-pemfile^1.0.22.2.0out of date
 serde^1.0.1601.0.219up to date
 serde_json^1.0.961.0.140up to date
 shadow-rs^0.21.01.2.0out of date
 tokio^1.27.01.46.1up to date
 tracing^0.1.370.1.41up to date
 tracing-subscriber^0.3.160.3.19up to date
 ulid^1.0.01.2.1up to date
 unleash-types^0.9.10.15.17out of date
 unleash-yggdrasil^0.5.30.17.5out of date
 utoipa^35.4.0out of date
 utoipa-swagger-ui^39.0.2out of date

Dev dependencies

(7 total, 2 outdated)

CrateRequiredLatestStatus
 actix-http^3.3.13.11.0up to date
 actix-http-test^3.1.03.2.0up to date
 actix-service^2.0.22.0.3up to date
 env_logger^0.10.00.11.8out of date
 maplit^1.0.21.0.2up to date
 test-case^3.1.03.3.1up to date
 testcontainers^0.14.00.24.0out of date

Security Vulnerabilities

rustls: `rustls::ConnectionCommon::complete_io` could fall into an infinite loop based on network input

RUSTSEC-2024-0336

If a close_notify alert is received during a handshake, complete_io does not terminate.

Callers which do not call complete_io are not affected.

rustls-tokio and rustls-ffi do not call complete_io and are not affected.

rustls::Stream and rustls::StreamOwned types use complete_io and are affected.