You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixessbt#358
Ref codehaus-plexus/plexus-archiver 87
**Problem**
IO.unzip currently has zip-slip vulnerability, which can write arbitrary
files on the machine using specially crafted zip archive that holds path
traversal file names.
**Solution**
This replicates the fix originally sent to plex-archiver by Snyk Team.
Fixessbt#358
Ref codehaus-plexus/plexus-archiver 87
**Problem**
IO.unzip currently has zip-slip vulnerability, which can write arbitrary
files on the machine using specially crafted zip archive that holds path
traversal file names.
**Solution**
This replicates the fix originally sent to plex-archiver by Snyk Team.
How to fix? 🤔
filter: NameFilter = AllPassFilter
default param?io/io/src/main/scala/sbt/io/IO.scala
Lines 367 to 386 in c0e0023
filter
param in user code?The text was updated successfully, but these errors were encountered: