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
Actix and its dependencies should have no known vulnerabilities unpatched
Hi, from the CVE-2021-45710, there is a race which tokio version before 1.13.0 could be influenced, causing the tokio panic.
In the tokio 4226 pull request, this race has been fixed, so update tokio to 1.15 or higher could fix this issue.
actix-web 4.0.0-beta.18 │ ├── ... │ ├── actix-rt 2.5.0 │ │ └── tokio 1.5.1 (the tokio version that have this security issue)
The text was updated successfully, but these errors were encountered:
The user side mitigation for reports like this is to run cargo update to bump the transitive Tokio dep.
cargo update
Sorry, something went wrong.
min version has been bumped in actix-rt 2.5.1
No branches or pull requests
Expected Behavior
Actix and its dependencies should have no known vulnerabilities unpatched
Current Behavior
Hi, from the CVE-2021-45710, there is a race which tokio version before 1.13.0 could be influenced, causing the tokio panic.
Possible Solution
In the tokio 4226 pull request, this race has been fixed, so update tokio to 1.15 or higher could fix this issue.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: