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-store

Dependencies

(17 total, 2 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 base64ct^1.61.8.3up to date
 chacha20poly1305^0.100.10.1up to date
 chrono ⚠️^0.40.4.45maybe insecure
 getrandom^0.40.4.3up to date
 rand^0.100.10.1up to date
 rusqlite^0.390.40.1out of date
 secrecy^0.100.10.3up to date
 serde^1.01.0.228up to date
 serde_json^1.01.0.150up to date
 sha2^0.100.11.0out of date
 subtle^2.62.6.1up to date
 sui-id-shared^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
 uuid^1.101.23.3up to date
 zeroize^1.81.9.0up to date

Dev dependencies

(3 total, all up-to-date)

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