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

Dependencies

(11 total, 7 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 clap^2.32.04.5.4out of date
 config^0.90.14.0out of date
 dirs^1.05.0.1out of date
 git2^0.70.18.3out of date
 lazy_static^1.2.01.4.0up to date
 serde^1.01.0.198up to date
 serde_derive^1.01.0.198up to date
 serde_yaml ⚠️^0.80.9.34+deprecatedout of date
 tera^0.111.19.1out of date
 toml^0.40.8.12out of date
 walkdir^22.5.0up to date

Security Vulnerabilities

serde_yaml: Uncontrolled recursion leads to abort in deserialization

RUSTSEC-2018-0005

Affected versions of this crate did not properly check for recursion while deserializing aliases.

This allows an attacker to make a YAML file with an alias referring to itself causing an abort.

The flaw was corrected by checking the recursion depth.