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.41maybe insecure
 clap^2.32.04.5.41out of date
 crossbeam-channel^0.3.80.5.15out of date
 curl^0.4.200.4.48up to date
 error-chain^0.12.00.12.4up to date
 fern^0.5.80.7.1out of date
 log^0.4.60.4.27up to date
 num_cpus^1.9.01.17.0up to date
 protobuf ⚠️^2.4.23.7.2out of date
 rust-lzma^0.4.00.6.0out of date
 threadpool^1.7.11.8.1up to date
 zstd^0.4.220.13.3out 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

protobuf: Crash due to uncontrolled recursion in protobuf crate

RUSTSEC-2024-0437

Affected version of this crate did not properly parse unknown fields when parsing a user-supplied input.

This allows an attacker to cause a stack overflow when parsing the mssage on untrusted data.