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

Dependencies

(15 total, 5 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 async-attributes^1.1.01.1.2up to date
 async-native-tls^0.3.00.5.0out of date
 async-std^1.4.01.12.0up to date
 base64^0.110.22.0out of date
 byte-pool^0.2.10.2.4up to date
 chrono ⚠️^0.40.4.38maybe insecure
 futures^0.3.00.3.30up to date
 imap-proto^0.100.16.4out of date
 lazy_static^1.4.01.4.0up to date
 log^0.4.80.4.21up to date
 nom^5.07.1.3out of date
 pin-utils^0.1.0-alpha.40.1.0up to date
 rental^0.5.50.5.6up to date
 stop-token^0.1.10.7.0out of date
 thiserror^1.0.91.0.58up to date

Dev dependencies

(3 total, 2 outdated)

CrateRequiredLatestStatus
 async-smtp^0.2.00.9.1out of date
 lettre_email^0.90.9.4up to date
 pretty_assertions^0.6.11.4.0out of 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