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.41maybe insecure
 console_error_panic_hook^0.10.1.7up to date
 js-sys^0.30.3.77up to date
 lazy_static^11.5.0up to date
 pest^22.8.1up to date
 pest_derive^22.8.1up to date
 rand^0.60.9.1out of date
 serde^11.0.219up to date
 serde_derive^11.0.219up to date
 serde_json^11.0.140up to date
 slug^0.10.1.6up to date
 uuid^0.71.17.0out of date
 wasm-bindgen^0.20.2.100up to date

Dev dependencies

(1 total, 1 outdated)

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