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: Code scanning alert #1: Arbitrary file access during archive extraction ("Zip Slip") #77

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Fix code scanning alert #1: Arbitrary file access during archive extr…

181b054
Select commit
Loading
Failed to load commit list.
Open

fix: Code scanning alert #1: Arbitrary file access during archive extraction ("Zip Slip") #77

Fix code scanning alert #1: Arbitrary file access during archive extr…
181b054
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 20, 2024 in 0s

36.84% (+0.13%) compared to b0fefd8

View this Pull Request on Codecov

36.84% (+0.13%) compared to b0fefd8

Details

Codecov Report

Attention: Patch coverage is 25.00000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 36.84%. Comparing base (b0fefd8) to head (181b054).
Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
common/teacmd/editor.go 25.00% 1 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #77      +/-   ##
==========================================
+ Coverage   36.70%   36.84%   +0.13%     
==========================================
  Files          40       40              
  Lines        1749     1729      -20     
==========================================
- Hits          642      637       -5     
+ Misses        980      966      -14     
+ Partials      127      126       -1     

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