Skip to content

Commit 0e06e3a

Browse files
author
dev-sec CI
committed
update inspec.yml and changelog
1 parent da8aab0 commit 0e06e3a

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

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

3+
## [2.5.11](https://github.com/dev-sec/ssh-baseline/tree/2.5.11) (2020-07-16)
4+
5+
[Full Changelog](https://github.com/dev-sec/ssh-baseline/compare/2.5.10...2.5.11)
6+
7+
**Merged pull requests:**
8+
9+
- add control for CRYPTO\_POLICY on RedHat [\#176](https://github.com/dev-sec/ssh-baseline/pull/176) ([schurzi](https://github.com/schurzi))
10+
311
## [2.5.10](https://github.com/dev-sec/ssh-baseline/tree/2.5.10) (2020-07-16)
412

513
[Full Changelog](https://github.com/dev-sec/ssh-baseline/compare/2.5.9...2.5.10)
@@ -44,6 +52,10 @@
4452

4553
- PR \#163 leads to failing sshd-14 check [\#169](https://github.com/dev-sec/ssh-baseline/issues/169)
4654

55+
**Merged pull requests:**
56+
57+
- ListenAddress should exist [\#165](https://github.com/dev-sec/ssh-baseline/pull/165) ([micheelengronne](https://github.com/micheelengronne))
58+
4759
## [2.5.5](https://github.com/dev-sec/ssh-baseline/tree/2.5.5) (2020-05-20)
4860

4961
[Full Changelog](https://github.com/dev-sec/ssh-baseline/compare/2.5.4...2.5.5)
@@ -107,7 +119,6 @@
107119

108120
**Merged pull requests:**
109121

110-
- ListenAddress should exist [\#165](https://github.com/dev-sec/ssh-baseline/pull/165) ([micheelengronne](https://github.com/micheelengronne))
111122
- API rate limiter debug [\#158](https://github.com/dev-sec/ssh-baseline/pull/158) ([micheelengronne](https://github.com/micheelengronne))
112123
- Release github workflow [\#157](https://github.com/dev-sec/ssh-baseline/pull/157) ([micheelengronne](https://github.com/micheelengronne))
113124
- In a container, sshd should not run as root [\#152](https://github.com/dev-sec/ssh-baseline/pull/152) ([micheelengronne](https://github.com/micheelengronne))

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.10
9+
version: 2.5.11
1010
supports:
1111
- os-family: unix

0 commit comments

Comments
 (0)