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 ekvsb

Dependencies

(16 total, 12 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 byte-unit^15.1.4out of date
 cannyls^0.90.10.0out of date
 clap^24.5.4out of date
 futures^0.10.3.30out of date
 gnuplot^0.00.0.43up to date
 indicatif^0.110.17.8out of date
 percent-encoding^12.3.1out of date
 rand^0.60.8.5out of date
 rocksdb ⚠️^0.12.10.22.0out of date
 serde^11.0.198up to date
 serde_derive^11.0.198up to date
 serde_json^11.0.116up to date
 siphasher^0.31.0.1out of date
 sled^0.23.00.34.7out of date
 structopt^0.20.3.26out of date
 trackable^0.21.3.0out of date

Security Vulnerabilities

rocksdb: Out-of-bounds read when opening multiple column families with TTL

RUSTSEC-2022-0046

Affected versions of this crate called the RocksDB C API rocksdb_open_column_families_with_ttl() with a pointer to a single integer TTL value, but one TTL value for each column family is expected.

This is only relevant when using rocksdb::DBWithThreadMode::open_cf_descriptors_with_ttl() with multiple column families.

This bug has been fixed in v0.19.0.