update docs
This commit is contained in:
parent
f187cf8e0d
commit
5254baf8fb
2 changed files with 13 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -49,3 +49,4 @@ jspm_packages
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
Build/Release
|
Build/Release
|
||||||
|
app/bob_rsa
|
||||||
|
|
11
ChangeLog.md
11
ChangeLog.md
|
@ -1,4 +1,15 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.4.1 [20210703]
|
||||||
|
-
|
||||||
|
### Fixes
|
||||||
|
- lost comma in config.json.sample 71fe377
|
||||||
|
### Changes
|
||||||
|
- bump ws@7.4.6 to [mitigate potential ReDoS vulnerability](https://github.com/websockets/ws/releases/tag/7.4.6)
|
||||||
|
- dev: update CI tools
|
||||||
|
- dev: update dev tools
|
||||||
|
- dev: update build tools
|
||||||
|
|
||||||
## 0.4.0 [20210519]
|
## 0.4.0 [20210519]
|
||||||
### BREAKING
|
### BREAKING
|
||||||
- Disabled ssh.serverlog.client option, this disables the POC which allowed for logging of the data sent between the client/server to the console.log.
|
- Disabled ssh.serverlog.client option, this disables the POC which allowed for logging of the data sent between the client/server to the console.log.
|
||||||
|
|
Loading…
Reference in a new issue