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 enclave-runner

Dependencies

(10 total, 4 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 failure^0.1.10.1.8up to date
 failure_derive^0.1.10.1.8up to date
 fnv^11.0.7up to date
 fortanix-sgx-abi^0.3.00.5.0out of date
 lazy_static^1.2.01.4.0up to date
 libc^0.2.480.2.154up to date
 nix^0.13.00.28.0out of date
 openssl ⚠️^0.100.10.64maybe insecure
 sgx-isa^0.2.00.4.1out of date
 sgxs^0.6.00.8.0out 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.