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 async-session

Dependencies

(13 total, 5 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 anyhow^1.0.311.0.82up to date
 async-std^1.6.01.12.0up to date
 async-trait^0.1.240.1.80up to date
 base64^0.12.30.22.1out of date
 bincode^1.3.11.3.3up to date
 blake3^0.3.51.5.1out of date
 chrono ⚠️^0.4.130.4.38maybe insecure
 hmac^0.8.10.12.1out of date
 kv-log-macro^1.0.71.0.7up to date
 rand^0.7.30.8.5out of date
 serde^1.0.1141.0.200up to date
 serde_json^1.0.561.0.116up to date
 sha2^0.9.10.10.8out of date

Dev dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 async-std^1.6.21.12.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