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 cognito_srp

Dependencies

(11 total, 1 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 base64^0.13.00.22.1out of date
 chrono ⚠️^0.40.4.38maybe insecure
 digest^0.10.30.10.7up to date
 hex^0.4.30.4.3up to date
 hmac^0.12.10.12.1up to date
 lazy_static^1.4.01.4.0up to date
 num-bigint^0.40.4.5up to date
 rand^0.8.40.8.5up to date
 regex^1.6.01.10.4up to date
 sha2^0.10.20.10.8up to date
 thiserror^1.0.321.0.61up to date

Security Vulnerabilities

chrono: Potential segfault in `localtime_r` invocations

RUSTSEC-2020-0159

Impact

Unix-like operating systems may segfault due to dereferencing a dangling pointer in specific circumstances. This requires an environment variable to be set in a different thread than the affected functions. This may occur without the user's knowledge, notably in a third-party library.

Workarounds

No workarounds are known.

References