Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RUSTSEC-2024-0379: Multiple soundness issues #4033

Open
github-actions bot opened this issue Nov 10, 2024 · 1 comment
Open

RUSTSEC-2024-0379: Multiple soundness issues #4033

github-actions bot opened this issue Nov 10, 2024 · 1 comment

Comments

@github-actions
Copy link

Multiple soundness issues

Details
Status unsound
Package fast-float
Version 0.2.0
URL aldanor/fast-float-rust#35
Date 2024-10-31

fast-float contains multiple soundness issues:

  1. Undefined behavior when checking input length, which has been merged but no package pubished.
  2. Many functions marked as safe with non-local safety guarantees

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, the fast-float2 fork of fast-float containing these security patches and reduces overall usage of unsafe.

See advisory page for additional details.

@storopoli
Copy link

This crate should move from fast-float which is abandoned to fast-float2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant