We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces.
Library home page: https://crates.io/api/v1/crates/futures/0.1.25/download
Dependency Hierarchy:
An issue was discovered in the futures-util crate before 0.3.2 for Rust. FuturesUnordered can lead to data corruption because Sync is mishandled.
Publish Date: 2020-12-31
URL: CVE-2020-35908
Base Score Metrics:
Type: Upgrade version
Origin: https://rustsec.org/advisories/RUSTSEC-2020-0062.html
Release Date: 2020-12-31
Fix Resolution: 0.3.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
CVE-2020-35908 - Medium Severity Vulnerability
Vulnerable Library - futures-0.1.25.crate
An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces.
Library home page: https://crates.io/api/v1/crates/futures/0.1.25/download
Dependency Hierarchy:
Vulnerability Details
An issue was discovered in the futures-util crate before 0.3.2 for Rust. FuturesUnordered can lead to data corruption because Sync is mishandled.
Publish Date: 2020-12-31
URL: CVE-2020-35908
CVSS 3 Score Details (5.5)
Base Score Metrics:
Suggested Fix
Type: Upgrade version
Origin: https://rustsec.org/advisories/RUSTSEC-2020-0062.html
Release Date: 2020-12-31
Fix Resolution: 0.3.2
The text was updated successfully, but these errors were encountered: