-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
Using DotNetZip 1.16.0 #1079
Comments
I did not checked yet how many resources needed to this task, however I want to give u my perspective about those vulnerability warnings. In short they are endless and can lead to spent a great number of resources to constantly upgrade all these packages we use, not to say that each upgrade may cost us another problem. So, my strategy is not to change anything unless there is a reason and at least a basic research. Because yes there is a vunerability there but does it affect us? does it affect your projects? in what level? Please provide details and then happy to put some time to see what's going on there. Note this package is only used from the IO module (Windows) and to upgrade it to the System.IO.Compression it requires the following steps
they may look simple but timing wise it can take from a few hrs to a full day depending on what u find in your way. |
In principle I agree with you. |
not entirely true, eXpand uses packages from all nugget ecosystem. As I said there is no clarification where this vunerability affects u and making changes has a cost. When the IO module was authored there was no build in support so I chose this external lib |
Hi,
I think eXpandIO/24.1.701 is using DotNetZip 1.16.0 and there is no newer Version.
DotNetZip Directory Traversal vulnerability.
https://github.com/advisories/GHSA-xhg6-9j5j-w4vf
Can you change it?
The text was updated successfully, but these errors were encountered: