Skip to content

Commit b67bfcf

Browse files
authored
build(deps): Upgrade ssh2 to latest version (#355)
Update ssh2 to 1.11.0. Previous we relied on 0.8.x this a major version upgrade. Versions od ssh2 <1.4.0 are vulnerbale to OS Command injection on Windows. Functional tests passed with latest ssh2 on both linux and IBM i.
1 parent 2be3820 commit b67bfcf

File tree

2 files changed

+44
-21
lines changed

2 files changed

+44
-21
lines changed

package-lock.json

Lines changed: 43 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"idb-connector": "^1.2.16",
5757
"idb-pconnector": "^1.1.0",
5858
"odbc": "^2.4.6",
59-
"ssh2": "^0.8.2",
59+
"ssh2": "^1.11.0",
6060
"fast-xml-parser": "^4.0.11"
6161
},
6262
"engines": {

0 commit comments

Comments
 (0)