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 suckit

Dependencies

(14 total, 1 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 structopt^0.30.3.26up to date
 crossbeam^0.80.8.4up to date
 reqwest^0.110.12.3out of date
 kuchiki^0.80.8.1up to date
 colored^2.02.1.0up to date
 chrono ⚠️^0.40.4.38maybe insecure
 url^2.32.5.0up to date
 rand^0.80.8.5up to date
 regex^1.61.10.4up to date
 encoding_rs^0.80.8.34up to date
 lazy_static^1.4.01.4.0up to date
 pathdiff^0.20.2.1up to date
 md5^0.70.7.0up to date
 symlink^0.1.00.1.0up to date

Dev dependencies

(4 total, all up-to-date)

CrateRequiredLatestStatus
 tiny_http^0.120.12.0up to date
 subprocess^0.20.2.9up to date
 mktemp^0.50.5.1up to date
 portpicker^0.10.1.1up to 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