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 dsh

Dependencies

(25 total, 2 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 arboard^3.43.5.0up to date
 async-trait^0.10.1.88up to date
 chrono ⚠️^0.40.4.41maybe insecure
 clap^4.54.5.37up to date
 clap_complete^4.54.5.48up to date
 ctrlc^3.43.4.6up to date
 dsh_sdk^0.6.10.6.1up to date
 env_logger^0.110.11.8up to date
 futures^0.30.3.31up to date
 homedir^0.30.3.4up to date
 itertools^0.140.14.0up to date
 keyring^3.63.6.2up to date
 lazy_static^1.51.5.0up to date
 log^0.40.4.27up to date
 open^5.35.3.2up to date
 regex^1.11.11.11.1up to date
 rpassword^7.37.4.0up to date
 serde^1.01.0.219up to date
 serde_json^1.01.0.140up to date
 serde_yaml^0.9.330.9.34+deprecatedup to date
 tabled^0.170.19.0out of date
 terminal_size^0.40.4.2up to date
 tokio^1.431.44.2up to date
 toml^0.80.8.22up to date
 dsh_api^0.6.10.7.0out of date

Security Vulnerabilities

chrono: Potential segfault in `localtime_r` invocations

RUSTSEC-2020-0159

Impact

Unix-like operating systems may segfault due to dereferencing a dangling pointer in specific circumstances. This requires an environment variable to be set in a different thread than the affected functions. This may occur without the user's knowledge, notably in a third-party library.

Workarounds

No workarounds are known.

References