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 dobby

Dependencies

(17 total, 8 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 structopt^0.30.3.26up to date
 thiserror^1.02.0.12out of date
 log^0.40.4.27up to date
 pretty_env_logger^0.40.5.0out of date
 once_cell^1.151.21.3up to date
 rusqlite^0.280.34.0out of date
 serde^1.01.0.219up to date
 serde_json^1.01.0.140up to date
 serde_yaml^0.90.9.34+deprecatedup to date
 tokio^1.241.44.2up to date
 warp ⚠️^0.30.3.7maybe insecure
 tonic^0.80.13.0out of date
 prost^0.110.13.5out of date
 rustyline^10.015.0.0out of date
 rustyline-derive^0.70.11.0out of date
 colored^2.03.0.0out of date
 prettytable-rs^0.100.10.0up to date

Dev dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 tempfile^3.33.19.1up to date

Build dependencies

(1 total, 1 outdated)

CrateRequiredLatestStatus
 tonic-build^0.80.13.0out of date

Security Vulnerabilities

warp: Improper validation of Windows paths could lead to directory traversal attack

RUSTSEC-2022-0082

Path resolution in warp::filters::fs::dir didn't correctly validate Windows paths meaning paths like /foo/bar/c:/windows/web/screen/img101.png would be allowed and respond with the contents of c:/windows/web/screen/img101.png. Thus users could potentially read files anywhere on the filesystem.

This only impacts Windows. Linux and other unix likes are not impacted by this.