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 rustworkx-core

Dependencies

(13 total, 2 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 fixedbitset^0.5.70.5.7up to date
 foldhash^0.1.50.2.0out of date
 hashbrown ⚠️>=0.13, <0.160.16.0out of date
 indexmap>=1.9, <32.11.0up to date
 ndarray^0.16.10.16.1up to date
 num-traits^0.20.2.19up to date
 petgraph^0.80.8.2up to date
 priority-queue^2.12.5.0up to date
 rand^0.90.9.2up to date
 rand_distr^0.50.5.1up to date
 rand_pcg^0.90.9.0up to date
 rayon^1.101.11.0up to date
 rayon-cond^0.40.4.0up to date

Dev dependencies

(2 total, all up-to-date)

CrateRequiredLatestStatus
 quickcheck^1.01.0.3up to date
 quickcheck_macros^1.01.1.0up 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.