Skip to content
This repository was archived by the owner on Feb 5, 2023. It is now read-only.

Commit e0d708d

Browse files
committed
chore(release): 3.1.7 [skip ci]
## [3.1.7](v3.1.6...v3.1.7) (2023-02-03) ### Bug Fixes * Ignore bad paths when extracting potentially malicious zip files ([c424f0f](c424f0f))
1 parent c424f0f commit e0d708d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.1.7](https://github.com/ffflorian/jszip-cli/compare/v3.1.6...v3.1.7) (2023-02-03)
2+
3+
4+
### Bug Fixes
5+
6+
* Ignore bad paths when extracting potentially malicious zip files ([c424f0f](https://github.com/ffflorian/jszip-cli/commit/c424f0f111178993490192a450fba33b60cc1c44))
7+
18
## [3.1.6](https://github.com/ffflorian/jszip-cli/compare/v3.1.5...v3.1.6) (2021-10-04)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,5 @@
8686
"start": "cross-env NODE_DEBUG=\"jszip-cli/*\" ts-node src/cli.ts",
8787
"test": "ts-node -P tsconfig.jasmine.json node_modules/.bin/jasmine"
8888
},
89-
"version": "3.1.6"
89+
"version": "3.1.7"
9090
}

0 commit comments

Comments
 (0)