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 #1663

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

RUSTSEC-2024-0379: Multiple soundness issues #1663

github-actions bot opened this issue Nov 9, 2024 · 1 comment
Labels
blocked-by-upstream server Related to the backend/server

Comments

@github-actions
Copy link
Contributor

github-actions bot commented Nov 9, 2024

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.

@CommanderStorm CommanderStorm added server Related to the backend/server blocked-by-upstream labels Nov 9, 2024
@CommanderStorm
Copy link
Member

only used in intialisation logic, fix in polars is in main and is awaiting release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked-by-upstream server Related to the backend/server
Projects
None yet
Development

No branches or pull requests

1 participant