-
Notifications
You must be signed in to change notification settings - Fork 254
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
update mio to 0.8.11 #60
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #60 +/- ##
=========================================
- Coverage 81.8% 81.8% -0.1%
=========================================
Files 837 837
Lines 225922 225922
=========================================
- Hits 184955 184888 -67
- Misses 40967 41034 +67 |
I added the 1.17 and 1.18 backport labels as those branches are also failing for the same vuln |
Backports to the stable branch are to be avoided unless absolutely necessary for fixing bugs, security issues, and perf regressions. Changes intended for backport should be structured such that a minimum effective diff can be committed separately from any refactoring, plumbing, cleanup, etc that are not strictly necessary to achieve the goal. Any of the latter should go only into master and ride the normal stabilization schedule. |
Backports to the beta branch are to be avoided unless absolutely necessary for fixing bugs, security issues, and perf regressions. Changes intended for backport should be structured such that a minimum effective diff can be committed separately from any refactoring, plumbing, cleanup, etc that are not strictly necessary to achieve the goal. Any of the latter should go only into master and ride the normal stabilization schedule. Exceptions include CI/metrics changes, CLI improvements and documentation updates on a case by case basis. |
(cherry picked from commit f591210)
(cherry picked from commit f591210)
|
Yep, that's viable as well |
update mio to 0.8.11 (#60) (cherry picked from commit f591210) Co-authored-by: Brennan <[email protected]>
update mio to 0.8.11 (anza-xyz#60) (cherry picked from commit f591210) Co-authored-by: Brennan <[email protected]>
* Revert "v1.18: update mio to 0.8.11 (backport of anza-xyz#60) (anza-xyz#71)" This reverts commit 9b784a2. * ci: ignore mio audit
Problem
New security advisory popped up requiring moving from mio v0.8.8 to >= v0.8.11
Note: This appears to be a windows only vulnerability.
https://crates.io/crates/mio
https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md
Summary of Changes
Move to v0.8.11