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 wurstdoktor

Dependencies

(8 total, 4 outdated, 2 possibly insecure)

CrateRequiredLatestStatus
 failure^0.1.50.1.8up to date
 pom^3.0.23.4.0up to date
 rusqlite ⚠️^0.16.00.31.0out of date
 serde^1.01.0.198up to date
 serde_derive^1.01.0.198up to date
 serde_rusqlite^0.17.00.35.0out of date
 serde_yaml ⚠️^0.80.9.34+deprecatedout of date
 structopt^0.20.3.26out 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.

rusqlite: Various memory safety issues

RUSTSEC-2020-0014

Several memory safety issues have been uncovered in an audit of rusqlite.

See https://github.com/rusqlite/rusqlite/releases/tag/0.23.0 for a complete list.