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 tectonicdb

Dependencies

(18 total, 6 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 byteorder^1.3.41.5.0up to date
 chrono ⚠️^0.4.100.4.38maybe insecure
 clap^2.33.04.5.4out of date
 fern^0.5.90.6.2out of date
 indicatif^0.14.00.17.8out of date
 indoc^0.3.42.0.5out of date
 itertools^0.8.20.12.1out of date
 linefeed^0.6.00.6.0up to date
 log^0.4.80.4.21up to date
 memmap^0.7.00.7.0up to date
 openssl-probe^0.1.20.1.5up to date
 serde^1.0.1041.0.198up to date
 serde_derive^1.0.1041.0.198up to date
 serde_json^1.0.471.0.116up to date
 tdb_cli^0.5.00.5.1up to date
 tdb_core^0.5.00.5.2up to date
 tdb_server_core^0.5.00.5.1up to date
 zip^0.5.41.1.1out 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