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 refine-io

Dependencies

(12 total, 4 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 reqwest^0.9.240.12.15out of date
 dotenv^0.15.00.15.0up to date
 chrono ⚠️^0.4.100.4.40maybe insecure
 log^0.4.80.4.27up to date
 serde^1.0.1041.0.219up to date
 env_logger^0.7.10.11.8out of date
 clap^2.33.04.5.36out of date
 url^2.1.02.5.4up to date
 open^1.3.25.3.2out of date
 serde_json^1.01.0.140up to date
 lazy_static^1.4.01.5.0up to date
 tempfile^3.1.03.19.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