From 452855b38ee8d346a9aa407c95d44f03543b357a Mon Sep 17 00:00:00 2001 From: Nik Sultana Date: Wed, 26 Dec 2018 14:08:09 -0500 Subject: [PATCH] released v0.4; --- CHANGELOG.md | 7 +++++++ README.md | 2 +- config/dosarray_config.sh | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0576689..db4fa40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,13 @@ * Added HULK attack, and DeDOS target. * Further bug fixes. +0.4: +* Improved stability, and deployed to another cluster. +* Made more modular -- so experiment and rendering phases can be (re)run separately. +* Added checks to ensure configuration arrays are consistently sized, and that the attack times don't outlast the experiment. +* Improved coding style (e.g., removed hard-codings, added parameters). +* Improved documentation, and added FAQ and diagnosis checklist. + ## DoSarray image * 0.1/0.2: Initial image containing various attacks scripts. * 0.2a: added dependencies for Slowloris over SSL. diff --git a/README.md b/README.md index 7a7aec7..97042bf 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ The output from this experiment can be seen in the Nik Sultana, Shilpi Bose. ## Current version -DoSarray 0.3 +DoSarray 0.4 View [CHANGELOG](CHANGELOG.md) diff --git a/config/dosarray_config.sh b/config/dosarray_config.sh index b68d5fa..a6b2b7b 100644 --- a/config/dosarray_config.sh +++ b/config/dosarray_config.sh @@ -4,7 +4,7 @@ # # Use of this source code is governed by the Apache 2.0 license; see LICENSE -export DOSARRAY_VERSION="0.3" +export DOSARRAY_VERSION="0.4" export DOSARRAY_IMAGE="dosarray_image_v0.2a" # NOTE we only include cluster machines that participate in the experiment in