This project contains known security vulnerabilities. Find detailed information at the bottom.

Crate regiusmark

Dependencies

(10 total, 7 outdated, 1 insecure)

CrateRequiredLatestStatus
 bs58^0.3.00.5.1out of date
 bytes^0.4.121.12.1out of date
 crc32c^0.4.00.6.8out of date
 faster-hex^0.4.11.0.0out of date
 log^0.4.80.4.34up to date
 num-bigint^0.2.30.5.1out of date
 num-traits^0.2.80.2.19up to date
 parking_lot^0.9.00.12.5out of date
 rocksdb ⚠️^0.12.40.25.0insecure
 sodiumoxide^0.2.50.2.7up to 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.