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 lol_html

Dependencies

(9 total, 2 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 bitflags^2.0.02.9.0up to date
 cfg-if^1.0.01.0.0up to date
 cssparser^0.290.34.0out of date
 encoding_rs^0.8.130.8.35up to date
 hashbrown ⚠️^0.15.00.15.2maybe insecure
 memchr^2.1.22.7.4up to date
 mime^0.3.160.3.17up to date
 selectors^0.240.26.0out of date
 thiserror^2.02.0.12up to date

Dev dependencies

(12 total, 1 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 clap^4.5.214.5.32up to date
 criterion^0.5.10.5.1up to date
 glob^0.3.00.3.2up to date
 hashbrown ⚠️^0.15.00.15.2maybe insecure
 html5ever^0.290.29.2up to date
 itertools^0.140.14.0up to date
 markup5ever_rcdom^0.5.0-unofficial0.3.0up to date
 rand^0.8.50.9.0out of date
 serde^1.0.1261.0.219up to date
 serde_derive^1.0.191.0.219up to date
 serde_json^1.0.651.0.140up to date
 static_assertions^1.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.