Skip to content

Commit 1a3a1fa

Browse files
author
dev-sec CI
committed
update inspec.yml and changelog
1 parent fef3eb4 commit 1a3a1fa

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
## [2.5.4](https://github.com/dev-sec/ssh-baseline/tree/2.5.4) (2020-05-19)
4+
5+
[Full Changelog](https://github.com/dev-sec/ssh-baseline/compare/2.5.3...2.5.4)
6+
7+
**Merged pull requests:**
8+
9+
- sshd custom port [\#164](https://github.com/dev-sec/ssh-baseline/pull/164) ([micheelengronne](https://github.com/micheelengronne))
10+
- custom path for hostkeys [\#163](https://github.com/dev-sec/ssh-baseline/pull/163) ([micheelengronne](https://github.com/micheelengronne))
11+
312
## [2.5.3](https://github.com/dev-sec/ssh-baseline/tree/2.5.3) (2020-05-19)
413

514
[Full Changelog](https://github.com/dev-sec/ssh-baseline/compare/2.5.2...2.5.3)
@@ -110,7 +119,6 @@
110119

111120
- Modified the client\_alive\_interval default to suggested value [\#98](https://github.com/dev-sec/ssh-baseline/pull/98) ([iennae](https://github.com/iennae))
112121
- Support Amazon Linux [\#97](https://github.com/dev-sec/ssh-baseline/pull/97) ([woneill](https://github.com/woneill))
113-
- CI: update to ruby 2.4.1 and rubocop 0.49 [\#89](https://github.com/dev-sec/ssh-baseline/pull/89) ([artem-sidorenko](https://github.com/artem-sidorenko))
114122

115123
## [2.3.0](https://github.com/dev-sec/ssh-baseline/tree/2.3.0) (2017-12-01)
116124

@@ -124,6 +132,7 @@
124132

125133
- remove ripemd160 MAC from the macs66 list [\#94](https://github.com/dev-sec/ssh-baseline/pull/94) ([atomic111](https://github.com/atomic111))
126134
- use recommended spdx license identifier [\#90](https://github.com/dev-sec/ssh-baseline/pull/90) ([chris-rock](https://github.com/chris-rock))
135+
- CI: update to ruby 2.4.1 and rubocop 0.49 [\#89](https://github.com/dev-sec/ssh-baseline/pull/89) ([artem-sidorenko](https://github.com/artem-sidorenko))
127136
- Support of OpenSuse Leap 42.2 [\#88](https://github.com/dev-sec/ssh-baseline/pull/88) ([artem-sidorenko](https://github.com/artem-sidorenko))
128137

129138
## [2.2.0](https://github.com/dev-sec/ssh-baseline/tree/2.2.0) (2017-05-08)

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: [email protected]
77
license: Apache-2.0
88
summary: Test-suite for best-practice SSH hardening
9-
version: 2.5.3
9+
version: 2.5.4
1010
supports:
1111
- os-family: unix

0 commit comments

Comments
 (0)