Skip to content

Commit 56086b0

Browse files
committed
Missing require('fs') in server/app.js See issue [#135](../../issues/135)
- Missing require('fs') in `server/app.js` See issue [#135](../../issues/135) - Patched read-config to mitigate vulnerability in js-yaml - issue not exploitable on webssh2 implementation - patched anyway - sending my patch upstream to read-config, webssh2 package.json points to patched version in my repository https://github.com/billchurch/nodejs-read-config - See nodeca/js-yaml#475 for more detail
1 parent 7cdcbec commit 56086b0

File tree

7 files changed

+34
-7194
lines changed

7 files changed

+34
-7194
lines changed

ChangeLog.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
# Change Log
2+
## [0.2.9] 2019-06-13
3+
### Changes
4+
- Missing require('fs') in `server/app.js` See issue [#135](../../issues/135)
5+
- Patched read-config to mitigate vulnerability in js-yaml
6+
- issue not exploitable on webssh2 implementation
7+
- patched anyway
8+
- sending my patch upstream to read-config, webssh2 package.json points to patched version in my repository https://github.com/billchurch/nodejs-read-config
9+
- See https://github.com/nodeca/js-yaml/issues/475 for more detail
10+
211
## [0.2.8] 2019-05-25
312
### Changes
413
- Fixes issue if no password is entered, browser must be closed and restart to attempt to re-auth. See issue [#118](../../issues/118). Thanks @smilesm2 for the idea.

0 commit comments

Comments
 (0)