JSZip v3.9.0 Release Notes
Release Date: 2022-04-04 // 3 months agoPrevious changes from v3.8.0
-
- Santize filenames when files are loaded with
loadAsync
, to avoid "zip slip" attacks. The original filename is available on each zip entry asunsafeOriginalName
. See the documentation. Many thanks to McCaulay Hudson for reporting.
- Santize filenames when files are loaded with