Add fix for RUSTSEC-2021-0080 (#979)

This commit is contained in:
Remi Rampin
2021-08-10 09:52:04 -07:00
committed by GitHub
parent e692597283
commit 01bad82da9

View File

@@ -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!