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 cargo

Dependencies

(55 total, 13 outdated, 2 possibly insecure)

CrateRequiredLatestStatus
 anyhow^1.01.0.82up to date
 atty^0.20.2.14up to date
 bytesize^1.01.3.0up to date
 cargo-platform^0.1.20.1.8up to date
 cargo-util^0.2.00.2.10up to date
 clap^3.1.04.5.4out of date
 crates-io^0.34.00.40.0out of date
 crossbeam-utils^0.80.8.19up to date
 curl^0.4.410.4.46up to date
 curl-sys^0.4.500.4.72+curl-8.6.0up to date
 env_logger^0.9.00.11.3out of date
 filetime^0.2.90.2.23up to date
 flate2^1.0.31.0.28up to date
 fwdansi^1.1.01.1.0up to date
 git2^0.14.20.18.3out of date
 git2-curl^0.15.00.19.0out of date
 glob^0.3.00.3.1up to date
 hex^0.40.4.3up to date
 home^0.50.5.9up to date
 humantime^2.0.02.1.0up to date
 ignore^0.4.70.4.22up to date
 im-rc^15.0.015.1.0up to date
 indexmap^12.2.6out of date
 itertools^0.10.00.12.1out of date
 jobserver^0.1.240.1.31up to date
 lazy_static^1.2.01.4.0up to date
 lazycell^1.2.01.3.0up to date
 libc^0.20.2.153up to date
 libgit2-sys ⚠️^0.13.20.16.2+1.7.2out of date
 log^0.4.60.4.21up to date
 memchr^2.1.32.7.2up to date
 num_cpus^1.01.16.0up to date
 opener^0.50.7.0out of date
 openssl ⚠️^0.10.110.10.64maybe insecure
 os_info^3.0.73.8.2up to date
 pathdiff^0.20.2.1up to date
 percent-encoding^2.02.3.1up to date
 pretty_env_logger^0.40.5.0out of date
 rustc-workspace-hack^1.0.01.0.0up to date
 rustfix^0.6.00.8.1out of date
 semver^1.0.31.0.22up to date
 serde^1.0.1231.0.198up to date
 serde_ignored^0.1.00.1.10up to date
 serde_json^1.0.301.0.116up to date
 shell-escape^0.1.40.1.5up to date
 strip-ansi-escapes^0.1.00.2.0out of date
 tar^0.4.360.4.40up to date
 tempfile^3.03.10.1up to date
 termcolor^1.11.4.1up to date
 toml_edit^0.14.30.22.12out of date
 unicode-width^0.1.50.1.11up to date
 unicode-xid^0.2.00.2.4up to date
 url^2.2.22.5.0up to date
 walkdir^2.22.5.0up to date
 winapi^0.30.3.9up to date

Dev dependencies

(1 total, 1 outdated)

CrateRequiredLatestStatus
 snapbox^0.2.80.5.9out of date

Security Vulnerabilities

openssl: `openssl` `X509VerifyParamRef::set_host` buffer over-read

RUSTSEC-2023-0044

When this function was passed an empty string, openssl would attempt to call strlen on it, reading arbitrary memory until it reached a NUL byte.

libgit2-sys: Memory corruption, denial of service, and arbitrary code execution in libgit2

RUSTSEC-2024-0013

The libgit2 project fixed three security issues in the 1.7.2 release. These issues are:

  • The git_revparse_single function can potentially enter an infinite loop on a well-crafted input, potentially causing a Denial of Service. This function is exposed in the git2 crate via the Repository::revparse_single method.
  • The git_index_add function may cause heap corruption and possibly lead to arbitrary code execution. This function is exposed in the git2 crate via the Index::add method.
  • The smart transport negotiation may experience an out-of-bounds read when a remote server did not advertise capabilities.

The libgit2-sys crate bundles libgit2, or optionally links to a system libgit2 library. In either case, versions of the libgit2 library less than 1.7.2 are vulnerable. The 0.16.2 release of libgit2-sys bundles the fixed version of 1.7.2, and requires a system libgit2 version of at least 1.7.2.

It is recommended that all users upgrade.