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 sha256

Dependencies

(6 total, 1 possibly insecure)

CrateRequiredLatestStatus
 async-trait^0.1.680.1.80up to date
 bytes^1.4.01.6.0up to date
 hex^0.4.20.4.3up to date
 openssl ⚠️^0.10.540.10.64maybe insecure
 sha2^0.10.60.10.8up to date
 tokio^1.28.21.37.0up to date

Dev dependencies

(2 total, all up-to-date)

CrateRequiredLatestStatus
 tokio^1.28.21.37.0up to date
 tokio-test^0.4.20.4.4up to 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.