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 wasmio

Dependencies

(16 total, 6 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 async-stream^0.30.3.6up to date
 axum-serde^0.20.8.1out of date
 axum-extra^0.90.10.1out of date
 base64ct^11.7.3up to date
 chrono ⚠️^0.40.4.40maybe insecure
 dotenv^0.150.15.0up to date
 headers^0.40.4.0up to date
 if_chain^1.0.21.0.2up to date
 quick-xml^0.310.37.4out of date
 serde_json^11.0.140up to date
 parking_lot=0.12.10.12.3out of date
 sha2^0.100.10.8up to date
 strum^0.260.27.1out of date
 thiserror^12.0.12out of date
 ulid^11.2.1up to date
 urlencoding^22.1.3up to date

Dev dependencies

(8 total, 2 outdated)

CrateRequiredLatestStatus
 bytes^11.10.1up to date
 tempfile^33.19.1up to date
 insta^11.42.2up to date
 http-body-util^0.10.1.3up to date
 http^11.3.1up to date
 rand^0.80.9.1out of date
 wasm-bindgen-futures=0.4.400.4.50out of date
 ntest^0.90.9.3up to date

Build dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 chrono^0.4.330.4.40up to date

Crate wasmio-aws-types

Dependencies

(2 total, 1 outdated)

CrateRequiredLatestStatus
 derivative^22.2.0up to date
 derive_builder^0.130.20.2out 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