mirror of
https://github.com/rustsec/advisory-db.git
synced 2025-12-27 01:54:07 -05:00
Made RUSTSEC-2021-0072 not affect tokio 2.0 and later
This commit is contained in:
committed by
GitHub
parent
01ac699fd5
commit
cbeaf18e2b
@@ -11,7 +11,7 @@ keywords = ["race condition", "send"]
|
||||
functions = { "tokio::task::JoinHandle::abort" = ["<= 1.8.0, >= 0.3.0"] }
|
||||
|
||||
[versions]
|
||||
patched = [">= 1.5.1, < 1.6.0", ">= 1.6.3, < 1.7.0", ">= 1.7.2, < 1.8.0", "^1.8.1"]
|
||||
patched = [">= 1.5.1, < 1.6.0", ">= 1.6.3, < 1.7.0", ">= 1.7.2, < 1.8.0", ">= 1.8.1"]
|
||||
unaffected = ["< 0.3.0"]
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user