From e0d708dc6adf1324f9d24793310567eeaadd94af Mon Sep 17 00:00:00 2001 From: ffflobot Date: Fri, 3 Feb 2023 18:25:17 +0000 Subject: [PATCH] chore(release): 3.1.7 [skip ci] ## [3.1.7](https://github.com/ffflorian/jszip-cli/compare/v3.1.6...v3.1.7) (2023-02-03) ### Bug Fixes * Ignore bad paths when extracting potentially malicious zip files ([c424f0f](https://github.com/ffflorian/jszip-cli/commit/c424f0f111178993490192a450fba33b60cc1c44)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1da641f..2a8e5e9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.1.7](https://github.com/ffflorian/jszip-cli/compare/v3.1.6...v3.1.7) (2023-02-03) + + +### Bug Fixes + +* Ignore bad paths when extracting potentially malicious zip files ([c424f0f](https://github.com/ffflorian/jszip-cli/commit/c424f0f111178993490192a450fba33b60cc1c44)) + ## [3.1.6](https://github.com/ffflorian/jszip-cli/compare/v3.1.5...v3.1.6) (2021-10-04) diff --git a/package.json b/package.json index b3836d15..eb12786d 100644 --- a/package.json +++ b/package.json @@ -86,5 +86,5 @@ "start": "cross-env NODE_DEBUG=\"jszip-cli/*\" ts-node src/cli.ts", "test": "ts-node -P tsconfig.jasmine.json node_modules/.bin/jasmine" }, - "version": "3.1.6" + "version": "3.1.7" }