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 config_struct

Dependencies

(5 total, 3 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 failure~0.1.10.1.8up to date
 ron~0.3.00.8.1out of date
 serde_json~1.0.241.0.116up to date
 serde_yaml ⚠️~0.7.50.9.34+deprecatedout of date
 toml~0.4.60.8.12out of 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.