Skip to content

Commit 0ec061f

Browse files
author
dev-sec CI
committed
update inspec.yml and changelog
1 parent 3849c52 commit 0ec061f

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [2.5.5](https://github.com/dev-sec/ssh-baseline/tree/2.5.5) (2020-05-20)
4+
5+
[Full Changelog](https://github.com/dev-sec/ssh-baseline/compare/2.5.4...2.5.5)
6+
7+
**Closed issues:**
8+
9+
- Create release workflow [\#156](https://github.com/dev-sec/ssh-baseline/issues/156)
10+
11+
**Merged pull requests:**
12+
13+
- Use inspec.input to load the attribute [\#168](https://github.com/dev-sec/ssh-baseline/pull/168) ([micheelengronne](https://github.com/micheelengronne))
14+
315
## [2.5.4](https://github.com/dev-sec/ssh-baseline/tree/2.5.4) (2020-05-19)
416

517
[Full Changelog](https://github.com/dev-sec/ssh-baseline/compare/2.5.3...2.5.4)
@@ -184,6 +196,7 @@
184196
**Merged pull requests:**
185197

186198
- 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))
199+
- Fixing typo in sshd\_spec.rb [\#61](https://github.com/dev-sec/ssh-baseline/pull/61) ([brimstone](https://github.com/brimstone))
187200
- 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))
188201
- 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))
189202

@@ -209,7 +222,6 @@
209222

210223
**Merged pull requests:**
211224

212-
- Fixing typo in sshd\_spec.rb [\#61](https://github.com/dev-sec/ssh-baseline/pull/61) ([brimstone](https://github.com/brimstone))
213225
- 1.2.0 [\#57](https://github.com/dev-sec/ssh-baseline/pull/57) ([chris-rock](https://github.com/chris-rock))
214226
- Symlinks real suite names to "default" [\#55](https://github.com/dev-sec/ssh-baseline/pull/55) ([conorsch](https://github.com/conorsch))
215227
- complet inspec tests [\#52](https://github.com/dev-sec/ssh-baseline/pull/52) ([atomic111](https://github.com/atomic111))

inspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ copyright: DevSec Hardening Framework Team
66
copyright_email: hello@dev-sec.io
77
license: Apache-2.0
88
summary: Test-suite for best-practice SSH hardening
9-
version: 2.5.4
9+
version: 2.5.5
1010
supports:
1111
- os-family: unix

0 commit comments

Comments
 (0)