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 blackbox-log

Dependencies

(7 total, 1 possibly insecure)

CrateRequiredLatestStatus
 bitvec^1.0.01.0.1up to date
 hashbrown ⚠️>=0.12.0, <0.16.00.15.2maybe insecure
 memchr^2.4.02.7.4up to date
 serde^1.0.961.0.219up to date
 time^0.3.30.3.41up to date
 tracing^0.1.160.1.41up to date
 uom>=0.34.0, <0.36.10.36.0up to date

Dev dependencies

(3 total, all up-to-date)

CrateRequiredLatestStatus
 criterion^0.5.10.5.1up to date
 insta^1.42.21.42.2up to date
 test-case^3.3.13.3.1up to date

Crate codegen

Dependencies

(7 total, all up-to-date)

CrateRequiredLatestStatus
 glob^0.3.10.3.2up to date
 heck^0.5.00.5.0up to date
 proc-macro2^1.0.811.0.95up to date
 quote^1.0.361.0.40up to date
 serde^1.0.2001.0.219up to date
 serde_yaml^0.9.340.9.34+deprecatedup to date
 syn^2.0.602.0.100up to date

Crate fuzz

Dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 libfuzzer-sys^0.4.90.4.9up to date

Security Vulnerabilities

hashbrown: Borsh serialization of HashMap is non-canonical

RUSTSEC-2024-0402

The borsh serialization of the HashMap did not follow the borsh specification. It potentially produced non-canonical encodings dependent on insertion order. It also did not perform canonicty checks on decoding.

This can result in consensus splits and cause equivalent objects to be considered distinct.

This was patched in 0.15.1.