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 bita

Dependencies

(14 total, 7 outdated, 2 possibly insecure)

CrateRequiredLatestStatus
 atty^0.2.110.2.14up to date
 blake2^0.8.00.10.6out of date
 chrono ⚠️^0.4.60.4.38maybe insecure
 clap^2.32.04.5.4out of date
 crossbeam-channel^0.3.80.5.12out of date
 curl^0.4.200.4.46up to date
 error-chain^0.12.00.12.4up to date
 fern^0.5.80.6.2out of date
 log^0.4.60.4.21up to date
 num_cpus^1.9.01.16.0up to date
 protobuf ⚠️^2.4.23.4.0out of date
 rust-lzma^0.4.00.6.0out of date
 threadpool^1.7.11.8.1up to date
 zstd^0.4.220.13.1out of date

Security Vulnerabilities

protobuf: Out of Memory in stream::read_raw_bytes_into()

RUSTSEC-2019-0003

Affected versions of this crate called Vec::reserve() on user-supplied input.

This allows an attacker to cause an Out of Memory condition while calling the vulnerable method on untrusted data.

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