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 nabu

Dependencies

(14 total, 6 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 actix-web^0.7.194.10.2out of date
 chrono ⚠️^0.4.60.4.40maybe insecure
 reqwest^0.9.170.12.15out of date
 failure^0.1.50.1.8up to date
 failure_derive^0.1.50.1.8up to date
 flexi_logger^0.12.00.29.8out of date
 lazy_static^1.3.01.5.0up to date
 log^0.4.60.4.26up to date
 serde^1.0.911.0.219up to date
 serde_qs^0.4.60.14.0out of date
 serde_json^1.0.391.0.140up to date
 postgres^0.15.20.19.10out of date
 r2d2^0.8.40.8.10up to date
 r2d2_postgres^0.14.00.18.2out 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