Skip to content

Commit e182740

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

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

CHANGELOG.md

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

3+
## [2.5.10](https://github.com/dev-sec/ssh-baseline/tree/2.5.10) (2020-07-16)
4+
5+
[Full Changelog](https://github.com/dev-sec/ssh-baseline/compare/2.5.9...2.5.10)
6+
7+
**Merged pull requests:**
8+
9+
- use correct kex for RedHat/CentOS/Oracle Linux 8 [\#175](https://github.com/dev-sec/ssh-baseline/pull/175) ([schurzi](https://github.com/schurzi))
10+
311
## [2.5.9](https://github.com/dev-sec/ssh-baseline/tree/2.5.9) (2020-07-04)
412

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

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

39-
**Merged pull requests:**
40-
41-
- ListenAddress should exist [\#165](https://github.com/dev-sec/ssh-baseline/pull/165) ([micheelengronne](https://github.com/micheelengronne))
42-
4347
## [2.5.5](https://github.com/dev-sec/ssh-baseline/tree/2.5.5) (2020-05-20)
4448

4549
[Full Changelog](https://github.com/dev-sec/ssh-baseline/compare/2.5.4...2.5.5)
@@ -77,6 +81,7 @@
7781
**Merged pull requests:**
7882

7983
- changelog only triggered when release [\#162](https://github.com/dev-sec/ssh-baseline/pull/162) ([micheelengronne](https://github.com/micheelengronne))
84+
- sshd\_config custom path [\#161](https://github.com/dev-sec/ssh-baseline/pull/161) ([micheelengronne](https://github.com/micheelengronne))
8085
- Continously updated changelog [\#160](https://github.com/dev-sec/ssh-baseline/pull/160) ([micheelengronne](https://github.com/micheelengronne))
8186

8287
## [2.5.1](https://github.com/dev-sec/ssh-baseline/tree/2.5.1) (2020-05-18)
@@ -85,7 +90,6 @@
8590

8691
**Merged pull requests:**
8792

88-
- sshd\_config custom path [\#161](https://github.com/dev-sec/ssh-baseline/pull/161) ([micheelengronne](https://github.com/micheelengronne))
8993
- Align versions everywhere in the project [\#159](https://github.com/dev-sec/ssh-baseline/pull/159) ([micheelengronne](https://github.com/micheelengronne))
9094

9195
## [2.5.0](https://github.com/dev-sec/ssh-baseline/tree/2.5.0) (2020-05-18)
@@ -103,6 +107,7 @@
103107

104108
**Merged pull requests:**
105109

110+
- ListenAddress should exist [\#165](https://github.com/dev-sec/ssh-baseline/pull/165) ([micheelengronne](https://github.com/micheelengronne))
106111
- API rate limiter debug [\#158](https://github.com/dev-sec/ssh-baseline/pull/158) ([micheelengronne](https://github.com/micheelengronne))
107112
- Release github workflow [\#157](https://github.com/dev-sec/ssh-baseline/pull/157) ([micheelengronne](https://github.com/micheelengronne))
108113
- 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.9
9+
version: 2.5.10
1010
supports:
1111
- os-family: unix

0 commit comments

Comments
 (0)