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 mysql_common

Dependencies

(26 total, 3 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 base64^0.130.22.0out of date
 bigdecimal^0.30.4.3out of date
 bitflags^12.5.0out of date
 bitvec^1.0.01.0.1up to date
 byteorder^11.5.0up to date
 bytes^1.01.6.0up to date
 chrono ⚠️^0.4.190.4.38maybe insecure
 crc32fast^1.21.4.0up to date
 flate2^1.01.0.28up to date
 frunk^0.40.4.2up to date
 lazy_static^11.4.0up to date
 lexical^6.0.16.1.1up to date
 num-bigint^0.40.4.4up to date
 num-traits^0.20.2.18up to date
 rand^0.8.30.8.5up to date
 regex^1.5.51.10.4up to date
 rust_decimal^1.01.35.0up to date
 saturating^0.10.1.0up to date
 serde^11.0.198up to date
 serde_json^11.0.116up to date
 sha1^0.10.00.10.6up to date
 sha2^0.10.00.10.8up to date
 smallvec^1.6.11.13.2up to date
 thiserror^1.0.241.0.58up to date
 time^0.30.3.36up to date
 uuid^11.8.0up to date

Dev dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 proptest^1.01.4.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