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 bender

Dependencies

(18 total, 8 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 serde^11.0.219up to date
 serde_derive^11.0.219up to date
 serde_yaml ⚠️^0.80.9.34+deprecatedout of date
 serde_json^11.0.140up to date
 futures^0.10.3.31out of date
 futures-cpupool^0.10.1.8up to date
 tokio-core^0.1.120.1.18up to date
 tokio-process^0.1.50.2.5out of date
 tokio-timer^0.20.2.13up to date
 clap^2.20.04.5.34out of date
 semver^0.111.0.26out of date
 blake2^0.90.10.6out of date
 typed-arena^22.0.2up to date
 dirs^36.0.0out of date
 pathdiff^0.20.2.3up to date
 itertools^0.90.14.0out of date
 atty^0.20.2.14up to date
 tabwriter^1.2.11.4.1up 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.