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 actix-http-test

Dependencies

(18 total, 1 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 actix-codec^0.50.5.2up to date
 actix-rt^2.22.10.0up to date
 actix-server^22.6.0up to date
 actix-service^22.0.3up to date
 actix-tls^33.4.0up to date
 actix-utils^33.0.1up to date
 awc^33.7.0up to date
 bytes^11.10.1up to date
 futures-core^0.3.170.3.31up to date
 http^0.2.71.3.1out of date
 log^0.40.4.27up to date
 serde^11.0.219up to date
 serde_json^11.0.140up to date
 serde_urlencoded^0.70.7.1up to date
 slab^0.40.4.9up to date
 socket2^0.50.5.9up to date
 openssl ⚠️^0.10.550.10.72maybe insecure
 tokio^1.24.21.45.0up to date

Security Vulnerabilities

openssl: Use-After-Free in `Md::fetch` and `Cipher::fetch`

RUSTSEC-2025-0022

When a Some(...) value was passed to the properties argument of either of these functions, a use-after-free would result.

In practice this would nearly always result in OpenSSL treating the properties as an empty string (due to CString::drop's behavior).

The maintainers thank quitbug for reporting this vulnerability to us.