Skip to content
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

security: Fix zip-slip vulnerability #67

Merged
merged 1 commit into from
Aug 2, 2021
Merged

Conversation

otavio
Copy link
Member

@otavio otavio commented Jul 31, 2021

It uses relative destination paths to unpack files in unexpected places.

More details can be found at: http://snyk.io/research/zip-slip-vulnerability

Fixes: #63
Signed-off-by: Otavio Salvador otavio@ossystems.com.br

It uses relative destination paths to unpack files in unexpected places.

More details can be found at: http://snyk.io/research/zip-slip-vulnerability

Fixes: #63
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
@coveralls
Copy link

Pull Request Test Coverage Report for Build 1085180927

  • 8 of 8 (100.0%) changed or added relevant lines in 1 file are covered.
  • 2 unchanged lines in 1 file lost coverage.
  • Overall coverage increased (+0.5%) to 86.877%

Files with Coverage Reduction New Missed Lines %
../../../../../usr/share/rust/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-channel-0.3.16/src/mpsc/queue.rs 2 94.59%
Totals Coverage Status
Change from base Build 1083410651: 0.5%
Covered Lines: 331
Relevant Lines: 381

💛 - Coveralls

@otavio otavio merged commit a3567e4 into master Aug 2, 2021
@otavio otavio deleted the topic/fix-zip-slip branch August 2, 2021 21:21
@coveralls
Copy link

coveralls commented Aug 28, 2024

Pull Request Test Coverage Report for Build 1085180927

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 8 of 8 (100.0%) changed or added relevant lines in 1 file are covered.
  • 2 unchanged lines in 1 file lost coverage.
  • Overall coverage increased (+0.6%) to 86.877%

Files with Coverage Reduction New Missed Lines %
../../../../../usr/share/rust/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-channel-0.3.16/src/mpsc/queue.rs 2 94.59%
Totals Coverage Status
Change from base Build 1083410651: 0.6%
Covered Lines: 331
Relevant Lines: 381

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Zip-slip vulnerability
2 participants