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 fontsdf

Dependencies

(4 total, 1 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 ttf-parser^0.250.25.1up to date
 glam^0.300.30.9up to date
 fontdue^0.90.9.3up to date
 hashbrown ⚠️^0.150.16.1out of date

Dev dependencies

(2 total, all up-to-date)

CrateRequiredLatestStatus
 image^0.250.25.9up to date
 criterion^0.70.7.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.