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.198up to date
 serde_derive^11.0.198up to date
 serde_yaml ⚠️^0.80.9.34+deprecatedout of date
 serde_json^11.0.116up to date
 futures^0.10.3.30out 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.4out of date
 semver^0.111.0.22out of date
 blake2^0.90.10.6out of date
 typed-arena^22.0.2up to date
 dirs^35.0.1out of date
 pathdiff^0.20.2.1up to date
 itertools^0.90.12.1out of date
 atty^0.20.2.14up to date
 tabwriter^1.2.11.4.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.