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

Fix #181: Arbitrary file write during tarfile extraction #182

Merged
merged 5 commits into from
Aug 19, 2024
Merged

Conversation

aranke
Copy link
Member

@aranke aranke commented Aug 8, 2024

resolves #181

Description

Checklist

@cla-bot cla-bot bot added the cla:yes label Aug 8, 2024
Copy link

github-actions bot commented Aug 8, 2024

Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the contributing guide.

@codecov-commenter
Copy link

codecov-commenter commented Aug 8, 2024

Codecov Report

Attention: Patch coverage is 93.33333% with 1 line in your changes missing coverage. Please review.

Project coverage is 64.46%. Comparing base (c9cc99e) to head (5656f48).

Files Patch % Lines
dbt_common/clients/system.py 93.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #182      +/-   ##
==========================================
+ Coverage   64.34%   64.46%   +0.12%     
==========================================
  Files          51       51              
  Lines        3231     3245      +14     
==========================================
+ Hits         2079     2092      +13     
- Misses       1152     1153       +1     
Flag Coverage Δ
unit 64.46% <93.33%> (+0.12%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@aranke aranke marked this pull request as ready for review August 8, 2024 20:45
@aranke aranke requested a review from a team as a code owner August 8, 2024 20:45
@aranke aranke requested a review from MichelleArk August 8, 2024 20:45
@aranke
Copy link
Member Author

aranke commented Aug 9, 2024

🎩 change in dbt-core: dbt-labs/dbt-core#10549

@aranke aranke added this pull request to the merge queue Aug 19, 2024
Merged via the queue into main with commit 35af654 Aug 19, 2024
20 checks passed
@aranke aranke deleted the fix_181 branch August 19, 2024 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix code scanning alert - Arbitrary file write during tarfile extraction
3 participants