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 loraxe

Dependencies

(6 total, 3 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 openssl ⚠️^0.100.10.64maybe insecure
 rand^0.6.50.8.5out of date
 rayon^1.01.10.0up to date
 pretty_env_logger^0.3.00.5.0out of date
 log^0.4.60.4.21up to date
 structopt^0.20.3.26out of date

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.