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-generate

Dependencies

(35 total, 1 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 anstyle^1.0.71.0.8up to date
 anyhow~1.01.0.86up to date
 auth-git2~0.50.5.4up to date
 clap~4.54.5.11up to date
 console~0.150.15.8up to date
 dialoguer~0.110.11.0up to date
 env_logger~0.110.11.5up to date
 fs-err^2.112.11.0up to date
 git2~0.190.19.0up to date
 gix-config~0.370.38.0out of date
 heck~0.50.5.0up to date
 home~0.50.5.9up to date
 ignore~0.40.4.22up to date
 indexmap~22.2.6up to date
 indicatif~0.170.17.8up to date
 liquid~0.260.26.8up to date
 liquid-core~0.260.26.8up to date
 liquid-derive~0.260.26.7up to date
 liquid-lib~0.260.26.8up to date
 log~0.40.4.22up to date
 names~0.140.14.0up to date
 openssl ⚠️~0.100.10.66maybe insecure
 paste~1.01.0.15up to date
 path-absolutize~3.13.1.1up to date
 regex~1.101.10.5up to date
 remove_dir_all~0.80.8.3up to date
 rhai~1.191.19.0up to date
 sanitize-filename~0.50.5.0up to date
 semver~1.01.0.23up to date
 serde~1.01.0.204up to date
 tempfile~3.103.10.1up to date
 thiserror~1.01.0.63up to date
 time~0.30.3.36up to date
 toml~0.80.8.16up to date
 walkdir~2.52.5.0up to date

Dev dependencies

(5 total, 1 outdated)

CrateRequiredLatestStatus
 assert_cmd~2.02.0.15up to date
 bstr~1.91.10.0out of date
 indoc~2.02.0.5up to date
 predicates~3.13.1.2up to date
 url~2.52.5.2up to date

Security Vulnerabilities

openssl: `MemBio::get_buf` has undefined behavior with empty buffers

RUSTSEC-2024-0357

Previously, MemBio::get_buf called slice::from_raw_parts with a null-pointer, which violates the functions invariants, leading to undefined behavior. In debug builds this would produce an assertion failure. This is now fixed.