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 code-ranker

Dependencies

(17 total, 1 possibly insecure)

CrateRequiredLatestStatus
 anyhow^1.01.0.102up to date
 chrono ⚠️^0.40.4.45maybe insecure
 clap^4.54.6.1up to date
 code-ranker-complexity^1.0.0-alpha.51.1.0up to date
 code-ranker-graph^1.0.0-alpha.51.1.0up to date
 code-ranker-plugin-api^1.0.0-alpha.51.1.0up to date
 code-ranker-plugin-javascript^1.0.0-alpha.51.1.0up to date
 code-ranker-plugin-python^1.0.0-alpha.51.1.0up to date
 code-ranker-plugin-rust^1.0.0-alpha.51.1.0up to date
 code-ranker-plugin-typescript^1.0.0-alpha.51.1.0up to date
 code-ranker-viewer^1.0.0-alpha.51.1.0up to date
 globset^0.40.4.18up to date
 serde^1.01.0.228up to date
 serde_json^1.01.0.150up to date
 toml^11.1.2+spec-1.1.0up to date
 walkdir^22.5.0up to date
 which^88.0.3up to date

Dev dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 tempfile^33.27.0up 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