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 rrss2imap

Dependencies

(25 total, 11 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 atom_syndication^0.60.12.2out of date
 base64^0.100.22.0out of date
 chrono ⚠️^0.40.4.38maybe insecure
 emailmessage^0.20.2.2up to date
 flexi_logger^0.130.28.0out of date
 human-panic^1.02.0.0out of date
 imap^1.02.4.1out of date
 kuchiki^0.70.8.1out of date
 lazy_static^1.31.4.0up to date
 log^0.40.4.21up to date
 native-tls^0.20.2.11up to date
 openssl-probe^0.1.20.1.5up to date
 reqwest^0.9.200.12.4out of date
 rfc822_sanitizer^0.3.20.3.6up to date
 rss^1.82.0.7out of date
 serde^1.01.0.198up to date
 serde_derive^1.01.0.198up to date
 serde_json^1.01.0.116up to date
 structopt^0.20.3.26out of date
 tera^0.111.19.1out of date
 tree_magic^0.20.2.3up to date
 treexml^0.70.7.0up to date
 unidecode^0.3.00.3.0up to date
 url^1.72.5.0out of date
 xhtmlchardet^2.02.2.0up to date

Dev dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 assert_cli^0.60.6.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