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

Commit

Permalink
chore(release): 3.1.7 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
ffflobot committed Feb 3, 2023
1 parent c424f0f commit e0d708d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit e0d708d

Please sign in to comment.