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, 6 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 base64^0.130.22.1out of date
 bigdecimal^0.30.4.8out of date
 bitflags^12.9.1out of date
 bitvec^1.0.01.0.1up to date
 byteorder^11.5.0up to date
 bytes^1.01.10.1up to date
 chrono ⚠️^0.4.190.4.41maybe insecure
 crc32fast^1.21.5.0up to date
 flate2^1.01.1.2up to date
 frunk^0.40.4.4up to date
 lazy_static^11.5.0up to date
 lexical^6.0.17.0.4out of date
 num-bigint^0.40.4.6up to date
 num-traits^0.20.2.19up to date
 rand^0.8.30.9.1out of date
 regex^1.5.51.11.1up to date
 rust_decimal^1.01.37.2up to date
 saturating^0.10.1.0up to date
 serde^11.0.219up to date
 serde_json^11.0.140up to date
 sha1^0.10.00.10.6up to date
 sha2^0.10.00.10.9up to date
 smallvec^1.6.11.15.1up to date
 thiserror^1.0.242.0.12out of date
 time^0.30.3.41up to date
 uuid^11.17.0up to date

Dev dependencies

(1 total, all up-to-date)

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