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-split

Dependencies

(17 total, 1 possibly insecure)

CrateRequiredLatestStatus
 anyhow^1.01.0.102up to date
 chrono ⚠️^0.40.4.44maybe insecure
 clap^4.54.6.1up to date
 code-split-complexity^0.1.10.1.1up to date
 code-split-core^0.1.10.1.1up to date
 code-split-sema^0.1.10.1.1up to date
 code-split-syn^0.1.10.1.1up 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
 tree-sitter^0.26.90.26.9up to date
 tree-sitter-javascript^0.25.00.25.0up to date
 tree-sitter-python^0.25.00.25.0up to date
 tree-sitter-typescript^0.23.20.23.2up to date
 walkdir^22.5.0up to date
 which^88.0.2up 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