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.72maybe insecure
 rand^0.6.50.9.0out of date
 rayon^1.01.10.0up to date
 pretty_env_logger^0.3.00.5.0out of date
 log^0.4.60.4.27up to date
 structopt^0.20.3.26out of 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.