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
The library uses yauzl in the back which itself does not protect from zip bomb attacks. To avoid this, make sure the compression size is checked, the number of files and also prevent recursively going thourgh the archives when extracting.
The library uses yauzl in the back which itself does not protect from zip bomb attacks. To avoid this, make sure the compression size is checked, the number of files and also prevent recursively going thourgh the archives when extracting.