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 sui-id-core

Dependencies

(28 total, 6 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 argon2^0.50.5.3up to date
 async-trait^0.10.1.89up to date
 base64ct^1.61.8.3up to date
 chrono ⚠️^0.40.4.45maybe insecure
 ed25519-dalek^2.12.2.0up to date
 getrandom^0.40.4.3up to date
 hmac^0.120.13.0out of date
 mail-builder^0.40.4.4up to date
 rand^0.100.10.1up to date
 reqwest^0.120.13.4out of date
 secrecy^0.100.10.3up to date
 serde^1.01.0.228up to date
 serde_json^1.01.0.150up to date
 sha1^0.100.11.0out of date
 sha2^0.100.11.0out of date
 subtle^2.62.6.1up to date
 sui-id-i18n^0.63.10.63.2up to date
 sui-id-shared^0.63.10.63.2up to date
 sui-id-store^0.63.10.63.2up to date
 thiserror^2.02.0.18up to date
 tokio^1.401.52.3up to date
 tracing^0.10.1.44up to date
 url^2.52.5.8up to date
 uuid^1.101.23.3up to date
 wasm-smtp^0.90.15.1out of date
 wasm-smtp-tokio^0.90.15.1out of date
 webauthn-rs^0.50.5.5up to date
 zeroize^1.81.9.0up to date

Dev dependencies

(2 total, all up-to-date)

CrateRequiredLatestStatus
 proptest^1.51.11.0up to date
 tempfile^3.133.27.0up 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