-
Notifications
You must be signed in to change notification settings - Fork 7
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: Make sure Xpi class detects and throws an explicit error on invalid chars in zip entries filenames. #190
fix: Make sure Xpi class detects and throws an explicit error on invalid chars in zip entries filenames. #190
Conversation
Codecov Report
@@ Coverage Diff @@
## master #190 +/- ##
==========================================
+ Coverage 97.37% 97.42% +0.05%
==========================================
Files 10 11 +1
Lines 419 428 +9
Branches 90 90
==========================================
+ Hits 408 417 +9
Misses 11 11
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r+wc, thanks
…lid chars in zip entries filenames.
f05e950
to
c66e871
Compare
@rpl are we ready to merge this patch and release addons-scanner-utils v5? |
yes, based on what we discussed last week, this should be ready to merge as is (and the linter PR is the part of this change that needs some more tweaks). |
Are you able to merge PRs in this repo? |
@willdurand nope, it looks that my github permissions associated to this repo do not allow me to merge PRs at the moment. |
ok, that explains why you didn't merge this PR before I suppose. Sorry for the confusion. I'll merge this PR myself and cut a new release. (FWIW, you probably have "triage" permission on this repo because we try not to give "write" or more to everyone) |
strictFileNames
option to detect invalid characters (but still require yauzl to send us zip entries filenames and content as strings, to keep that part unchanged)error.name
property instead)NOTE: