mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-06 19:49:45 +01:00
Add fix for RUSTSEC-2021-0080 (#979)
This commit is contained in:
@@ -7,7 +7,7 @@ url = "https://github.com/alexcrichton/tar-rs/issues/238"
|
||||
|
||||
[versions]
|
||||
# none, 0day
|
||||
patched = []
|
||||
patched = [">= 0.4.36"]
|
||||
|
||||
[affected]
|
||||
functions = { "tar::Archive::unpack" = ["< 1.2.3"] }
|
||||
@@ -54,4 +54,6 @@ fn main() -> Result<()> {
|
||||
}
|
||||
```
|
||||
|
||||
This issue was discovered and reported by Martin Michaelis (@mgjm).
|
||||
This has been fixed in https://github.com/alexcrichton/tar-rs/pull/259 and is
|
||||
published as `tar` 0.4.36. Thanks to Martin Michaelis (@mgjm) for discovering
|
||||
and reporting this, and Nikhil Benesch (@benesch) for the fix!
|
||||
|
||||
Reference in New Issue
Block a user