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 balena-temen

Dependencies

(14 total, 3 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 approx^0.30.5.1out of date
 chrono ⚠️^0.40.4.37maybe insecure
 console_error_panic_hook^0.10.1.7up to date
 js-sys^0.30.3.69up to date
 lazy_static^11.4.0up to date
 pest^22.7.8up to date
 pest_derive^22.7.8up to date
 rand^0.60.8.5out of date
 serde^11.0.197up to date
 serde_derive^11.0.197up to date
 serde_json^11.0.115up to date
 slug^0.10.1.5up to date
 uuid^0.71.8.0out of date
 wasm-bindgen^0.20.2.92up to date

Dev dependencies

(1 total, 1 outdated)

CrateRequiredLatestStatus
 wasm-bindgen-test^0.20.3.42out of 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