We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deee138 commit cb47838Copy full SHA for cb47838
README.md
@@ -63,6 +63,11 @@ MIT
63
Changelog
64
=========
65
66
+
67
+## [1.2.2] - 2019-12-11
68
+### Changed
69
+- security fix: sanitize `pid` parameter to fix arbitrary code execution vulnerability
70
71
## [1.2.1] - 2018-11-05
72
### Changed
73
- added missing LICENSE file
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "tree-kill",
3
- "version": "1.2.1",
+ "version": "1.2.2",
4
"description": "kill trees of processes",
5
"main": "index.js",
6
"types": "index.d.ts",
0 commit comments