forked from billchurch/webssh2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'fmeschbe/update-ssh2' into fmeschbe/wrk
* fmeschbe/update-ssh2: chore: remove warning from ts about IE stuff fix: deprecated term.setOption fix: update xterm.js fixes billchurch#261 chore: update dev deps chore: update docs bump version 0.4.4 chore: prep for 0.4.4 release chore: prep for 0.4.4 release docs: docker run billchurch/webssh2 for direct testing (billchurch#269) fix: dockerignore (billchurch#272) chore: bump version 0.4.3 docs: update changelog docs: update docs for ssh.term and sshterm options (billchurch#265)
- Loading branch information
Showing
9 changed files
with
8,473 additions
and
16,335 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
.git | ||
.cache | ||
node_modules | ||
app/node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,17 @@ | ||
# Change Log | ||
## 0.4.4 [20211209] | ||
### Fixes | ||
- Add ./node_modules to .dockerignore [#240](../../issues/240) thanks @UncleSamSwiss | ||
- validator to 13.7.0 [to mitigate potential Regular Expression Denial of Service (ReDoS)](https://snyk.io/vuln/SNYK-JS-VALIDATOR-1090600) | ||
- cidr-matcher should be [re-installed to pickup >[email protected] due to prototype pollution vulnerability](https://snyk.io/vuln/SNYK-JS-JSONSCHEMA-1920922) | ||
- Update xterm.js to 4.15.0 [#261](../../issues/261) | ||
- Replace deprecated term.setOptions with term.options | ||
### Changes | ||
- update README.md for additional Docker methods thanks @Utopiah | ||
|
||
## 0.4.3 [20211019] | ||
- update dependencies | ||
- ssh2 to 1.4.0 [to mitigate potential command injection in windows](https://snyk.io/vuln/SNYK-JS-SSH2-1656673) | ||
## 0.4.2 [20210813] | ||
### changes | ||
- update dependencies | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. | ||
version: v1.19.0 | ||
version: v1.22.0 | ||
ignore: {} | ||
patch: {} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.