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 tdb_core

Dependencies

(15 total, 5 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 alloc_counter^0.0.40.0.4up to date
 arrayvec^0.5.10.7.4out of date
 bitflags^1.2.12.5.0out of date
 byteorder^1.3.41.5.0up to date
 chrono ⚠️^0.4.100.4.38maybe insecure
 csv^1.1.31.3.0up to date
 fern^0.5.90.6.2out of date
 indexmap^1.3.22.2.6out of date
 lazy_static^1.4.01.4.0up to date
 libc^0.2.660.2.154up to date
 log^0.4.80.4.21up to date
 serde^1.0.1041.0.200up to date
 serde_derive^1.0.1041.0.200up to date
 serde_json^1.0.471.0.116up to date
 uuid^0.8.11.8.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