From 5254baf8fb05c728678fe4dd8a99914682913321 Mon Sep 17 00:00:00 2001 From: Bill Church Date: Thu, 5 Aug 2021 22:31:21 +0000 Subject: [PATCH] update docs --- .gitignore | 3 ++- ChangeLog.md | 11 +++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1657687..64f5e44 100644 --- a/.gitignore +++ b/.gitignore @@ -48,4 +48,5 @@ jspm_packages #Mac Files .DS_Store -Build/Release \ No newline at end of file +Build/Release +app/bob_rsa diff --git a/ChangeLog.md b/ChangeLog.md index 0e608d2..ca98208 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,4 +1,15 @@ # 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] ### 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.