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 clickhouse-rs

Dependencies

(23 total, 2 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 byteorder^1.41.5.0up to date
 chrono-tz^0.80.9.0out of date
 crossbeam^0.80.8.4up to date
 thiserror^1.01.0.58up to date
 futures-core^0.30.3.30up to date
 futures-sink^0.30.3.30up to date
 hostname^0.30.4.0out of date
 lazy_static^1.4.01.4.0up to date
 lz4^1.241.24.0up to date
 pin-project^1.11.1.5up to date
 url^22.5.0up to date
 uuid^1.41.8.0up to date
 combine^4.64.6.7up to date
 percent-encoding^2.32.3.1up to date
 either^1.61.11.0up to date
 cfg-if^1.0.01.0.0up to date
 futures-util^0.30.3.30up to date
 tokio^1.321.37.0up to date
 async-std^1.61.12.0up to date
 log^0.4.80.4.21up to date
 native-tls^0.20.2.11up to date
 tokio-native-tls^0.30.3.1up to date
 chrono ⚠️^0.40.4.38maybe insecure

Dev dependencies

(4 total, 1 outdated)

CrateRequiredLatestStatus
 env_logger^0.100.11.3out of date
 pretty_assertions^1.3.01.4.0up to date
 rand^0.80.8.5up to date
 tokio^1.321.37.0up to date

Crate clickhouse-rs-cityhash-sys

Build dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 cc^1.0.281.0.94up 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