diff --git a/CHANGELOG.md b/CHANGELOG.md index 70cd219..1a85b47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.5.5](https://github.com/dev-sec/ssh-baseline/tree/2.5.5) (2020-05-20) + +[Full Changelog](https://github.com/dev-sec/ssh-baseline/compare/2.5.4...2.5.5) + +**Closed issues:** + +- Create release workflow [\#156](https://github.com/dev-sec/ssh-baseline/issues/156) + +**Merged pull requests:** + +- Use inspec.input to load the attribute [\#168](https://github.com/dev-sec/ssh-baseline/pull/168) ([micheelengronne](https://github.com/micheelengronne)) + ## [2.5.4](https://github.com/dev-sec/ssh-baseline/tree/2.5.4) (2020-05-19) [Full Changelog](https://github.com/dev-sec/ssh-baseline/compare/2.5.3...2.5.4) @@ -184,6 +196,7 @@ **Merged pull requests:** - Use new ciphers, kex, macs and priv separation sandbox for redhat family 7 [\#62](https://github.com/dev-sec/ssh-baseline/pull/62) ([atomic111](https://github.com/atomic111)) +- Fixing typo in sshd\_spec.rb [\#61](https://github.com/dev-sec/ssh-baseline/pull/61) ([brimstone](https://github.com/brimstone)) - Fix: Issue ListenAddress \#45 \(\#45\) and added check for SSH Client Bug CVE-2016-0777 and CVE-2016-0778 [\#60](https://github.com/dev-sec/ssh-baseline/pull/60) ([atomic111](https://github.com/atomic111)) - changed from hardening-io to dev-sec in README.md and added ubuntu and centos version to ssh\_crypto.rb [\#59](https://github.com/dev-sec/ssh-baseline/pull/59) ([atomic111](https://github.com/atomic111)) @@ -209,7 +222,6 @@ **Merged pull requests:** -- Fixing typo in sshd\_spec.rb [\#61](https://github.com/dev-sec/ssh-baseline/pull/61) ([brimstone](https://github.com/brimstone)) - 1.2.0 [\#57](https://github.com/dev-sec/ssh-baseline/pull/57) ([chris-rock](https://github.com/chris-rock)) - Symlinks real suite names to "default" [\#55](https://github.com/dev-sec/ssh-baseline/pull/55) ([conorsch](https://github.com/conorsch)) - complet inspec tests [\#52](https://github.com/dev-sec/ssh-baseline/pull/52) ([atomic111](https://github.com/atomic111)) diff --git a/inspec.yml b/inspec.yml index 378fba1..334fe11 100644 --- a/inspec.yml +++ b/inspec.yml @@ -6,6 +6,6 @@ copyright: DevSec Hardening Framework Team copyright_email: hello@dev-sec.io license: Apache-2.0 summary: Test-suite for best-practice SSH hardening -version: 2.5.4 +version: 2.5.5 supports: - os-family: unix