Skip to content

Commit cb47838

Browse files
committed
1.2.2
1 parent deee138 commit cb47838

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ MIT
6363
Changelog
6464
=========
6565

66+
67+
## [1.2.2] - 2019-12-11
68+
### Changed
69+
- security fix: sanitize `pid` parameter to fix arbitrary code execution vulnerability
70+
6671
## [1.2.1] - 2018-11-05
6772
### Changed
6873
- added missing LICENSE file

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tree-kill",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "kill trees of processes",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)