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

(19 total, 5 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 actix-codec^0.4.00.5.2out of date
 actix-rt^2.22.9.0up to date
 actix-server^2.0.0-beta.32.3.0up to date
 actix-service^2.0.02.0.2up to date
 actix-tls^3.0.0-beta.53.3.0up to date
 actix-utils^3.0.03.0.1up to date
 awc^3.0.0-beta.83.4.0up to date
 base64^0.130.22.0out of date
 bytes^11.6.0up to date
 futures-core^0.3.70.3.30up to date
 http^0.2.21.1.0out of date
 log^0.40.4.21up to date
 serde^1.01.0.198up to date
 serde_json^1.01.0.116up to date
 serde_urlencoded^0.70.7.1up to date
 slab^0.40.4.9up to date
 socket2^0.40.5.6out of date
 time^0.2.230.3.36out of date
 openssl ⚠️^0.10.90.10.64maybe insecure

Security Vulnerabilities

openssl: `openssl` `X509VerifyParamRef::set_host` buffer over-read

RUSTSEC-2023-0044

When this function was passed an empty string, openssl would attempt to call strlen on it, reading arbitrary memory until it reached a NUL byte.