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 regiusmark

Dependencies

(10 total, 7 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 bs58^0.3.00.5.1out of date
 bytes^0.4.121.6.0out of date
 crc32c^0.4.00.6.5out of date
 faster-hex^0.4.10.9.0out of date
 log^0.4.80.4.21up to date
 num-bigint^0.2.30.4.4out of date
 num-traits^0.2.80.2.18up to date
 parking_lot^0.9.00.12.2out of date
 rocksdb ⚠️^0.12.40.22.0out of date
 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.