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 hawk

Dependencies

(8 total, 3 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 base64^0.11.00.22.0out of date
 failure^0.1.50.1.8up to date
 log^0.4.80.4.21up to date
 once_cell^1.0.11.19.0up to date
 openssl ⚠️^0.10.200.10.64maybe insecure
 rand^0.7.00.8.5out of date
 ring^0.16.00.17.8out of date
 url^2.0.02.5.0up to date

Dev dependencies

(1 total, 1 outdated)

CrateRequiredLatestStatus
 pretty_assertions^0.6.11.4.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.