`fast-float` has multiple soundness issues
Low severity
GitHub Reviewed
Published
Nov 12, 2024
to the GitHub Advisory Database
Description
Published to the GitHub Advisory Database
Nov 12, 2024
Reviewed
Nov 12, 2024
fast-float
contains multiple soundness issues:The library is also unmaintained.
Alternatives
For quickly parsing floating-point numbers third-party crates are generally no longer needed. A fast float parsing algorithm by the author of
lexical
has been merged into libcore. When requiring direct parsing from bytes and/or partial parsers, thefast-float2
fork offast-float
containing these security patches and reduces overall usage of unsafe.References