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 projvar

Dependencies

(25 total, 1 possibly insecure)

CrateRequiredLatestStatus
 askalono^0.50.5.0up to date
 chrono ⚠️^0.40.4.39maybe insecure
 clap^4.44.5.23up to date
 cli_utils_hoijui^0.90.9.0up to date
 const_format^0.20.2.34up to date
 enum-map^2.72.7.3up to date
 git-version^0.30.3.9up to date
 git2^0.190.19.0up to date
 gix-url^0.280.28.1up to date
 human-panic^2.02.0.2up to date
 lazy_static^1.41.5.0up to date
 log^0.40.4.22up to date
 proc-macro2^1.01.0.92up to date
 regex^1.101.11.1up to date
 remain^0.20.2.14up to date
 repvar^0.140.14.0up to date
 serde^1.01.0.216up to date
 serde_json^1.01.0.134up to date
 spdx^0.100.10.7up to date
 strum^0.260.26.3up to date
 strum_macros^0.260.26.4up to date
 thiserror^2.02.0.9up to date
 tracing^0.10.1.41up to date
 tracing-subscriber^0.30.3.19up to date
 url^2.52.5.4up to date

Dev dependencies

(8 total, all up-to-date)

CrateRequiredLatestStatus
 assert_cmd^2.02.0.16up to date
 assert_fs^1.01.1.2up to date
 cmd_lib^1.91.9.5up to date
 const-fnv1a-hash^1.11.1.0up to date
 directories^5.05.0.1up to date
 fake^3.03.0.1up to date
 predicates^3.03.1.3up to date
 uuid^1.61.11.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