Skip to content

Commit f9f1b6c

Browse files
committed
2.2.0
Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
1 parent bc0326c commit f9f1b6c

File tree

2 files changed

+131
-55
lines changed

2 files changed

+131
-55
lines changed

CHANGELOG.md

Lines changed: 130 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,146 @@
11
# Change Log
22

3-
## [1.2.0](https://github.com/dev-sec/tests-ssh-hardening/tree/1.2.0) (2016-04-24)
4-
[Full Changelog](https://github.com/dev-sec/tests-ssh-hardening/compare/1.0.0...1.2.0)
3+
## [2.2.0](https://github.com/dev-sec/ssh-baseline/tree/2.2.0) (2017-05-08)
4+
[Full Changelog](https://github.com/dev-sec/ssh-baseline/compare/2.1.1...2.2.0)
5+
6+
**Merged pull requests:**
7+
8+
- update copyright name [\#87](https://github.com/dev-sec/ssh-baseline/pull/87) ([chris-rock](https://github.com/chris-rock))
9+
- update metadata [\#86](https://github.com/dev-sec/ssh-baseline/pull/86) ([chris-rock](https://github.com/chris-rock))
10+
- restrict ruby testing to version 2.3.3 and update gemfile [\#85](https://github.com/dev-sec/ssh-baseline/pull/85) ([atomic111](https://github.com/atomic111))
11+
- Proper tests for Opensuse leap 42.1 [\#84](https://github.com/dev-sec/ssh-baseline/pull/84) ([artem-sidorenko](https://github.com/artem-sidorenko))
12+
- Fix check for os.darwin [\#83](https://github.com/dev-sec/ssh-baseline/pull/83) ([techraf](https://github.com/techraf))
13+
- Add openssh definitions for macos [\#82](https://github.com/dev-sec/ssh-baseline/pull/82) ([artem-sidorenko](https://github.com/artem-sidorenko))
14+
- Add support for oracle [\#80](https://github.com/dev-sec/ssh-baseline/pull/80) ([artem-sidorenko](https://github.com/artem-sidorenko))
15+
- Algorithm/Hostkey tests for different platforms [\#79](https://github.com/dev-sec/ssh-baseline/pull/79) ([artem-sidorenko](https://github.com/artem-sidorenko))
16+
- Test the strong DH primes [\#77](https://github.com/dev-sec/ssh-baseline/pull/77) ([artem-sidorenko](https://github.com/artem-sidorenko))
17+
- Removal of DSA key [\#76](https://github.com/dev-sec/ssh-baseline/pull/76) ([artem-sidorenko](https://github.com/artem-sidorenko))
18+
- Ignore inspec.lock file [\#73](https://github.com/dev-sec/ssh-baseline/pull/73) ([techraf](https://github.com/techraf))
19+
- Remove the PAM deactivation enforcement [\#72](https://github.com/dev-sec/ssh-baseline/pull/72) ([artem-sidorenko](https://github.com/artem-sidorenko))
20+
21+
## [2.1.1](https://github.com/dev-sec/ssh-baseline/tree/2.1.1) (2016-12-22)
22+
[Full Changelog](https://github.com/dev-sec/ssh-baseline/compare/2.1.0...2.1.1)
23+
24+
**Closed issues:**
25+
26+
- Compare ciphers as array? [\#70](https://github.com/dev-sec/ssh-baseline/issues/70)
27+
- Error performing inspec exec https://github.com/dev-sec/tests-ssh-hardening [\#66](https://github.com/dev-sec/ssh-baseline/issues/66)
28+
29+
**Merged pull requests:**
30+
31+
- update profile metadata & tooling [\#71](https://github.com/dev-sec/ssh-baseline/pull/71) ([chris-rock](https://github.com/chris-rock))
32+
- update Gemfile and remove ruby 1.9.3 support [\#69](https://github.com/dev-sec/ssh-baseline/pull/69) ([arlimus](https://github.com/arlimus))
33+
- Test server config for Banner and DebianBanner [\#67](https://github.com/dev-sec/ssh-baseline/pull/67) ([tsenart](https://github.com/tsenart))
34+
- pin rack version [\#65](https://github.com/dev-sec/ssh-baseline/pull/65) ([chris-rock](https://github.com/chris-rock))
35+
- rename sshd-30 [\#64](https://github.com/dev-sec/ssh-baseline/pull/64) ([attachmentgenie](https://github.com/attachmentgenie))
36+
- Fixing inspec tests for ubuntu hosts [\#63](https://github.com/dev-sec/ssh-baseline/pull/63) ([attachmentgenie](https://github.com/attachmentgenie))
37+
38+
## [2.1.0](https://github.com/dev-sec/ssh-baseline/tree/2.1.0) (2016-07-27)
39+
[Full Changelog](https://github.com/dev-sec/ssh-baseline/compare/2.0.0...2.1.0)
40+
41+
**Closed issues:**
42+
43+
- ListenAddress [\#45](https://github.com/dev-sec/ssh-baseline/issues/45)
44+
45+
**Merged pull requests:**
46+
47+
- 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))
48+
- Fixing typo in sshd\_spec.rb [\#61](https://github.com/dev-sec/ssh-baseline/pull/61) ([brimstone](https://github.com/brimstone))
49+
- 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))
50+
- 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))
51+
52+
## [2.0.0](https://github.com/dev-sec/ssh-baseline/tree/2.0.0) (2016-04-28)
53+
[Full Changelog](https://github.com/dev-sec/ssh-baseline/compare/1.2.0...2.0.0)
54+
55+
**Fixed bugs:**
56+
57+
- bugfix: use new inspec load mechanism [\#58](https://github.com/dev-sec/ssh-baseline/pull/58) ([chris-rock](https://github.com/chris-rock))
58+
59+
**Merged pull requests:**
60+
61+
- migrate to InSpec profile [\#56](https://github.com/dev-sec/ssh-baseline/pull/56) ([chris-rock](https://github.com/chris-rock))
62+
63+
## [1.2.0](https://github.com/dev-sec/ssh-baseline/tree/1.2.0) (2016-04-25)
64+
[Full Changelog](https://github.com/dev-sec/ssh-baseline/compare/1.1.1...1.2.0)
65+
66+
**Closed issues:**
67+
68+
- No easy way to install Ansible on all OS's [\#47](https://github.com/dev-sec/ssh-baseline/issues/47)
69+
70+
**Merged pull requests:**
71+
72+
- 1.2.0 [\#57](https://github.com/dev-sec/ssh-baseline/pull/57) ([chris-rock](https://github.com/chris-rock))
73+
- Symlinks real suite names to "default" [\#55](https://github.com/dev-sec/ssh-baseline/pull/55) ([conorsch](https://github.com/conorsch))
74+
- complet inspec tests [\#52](https://github.com/dev-sec/ssh-baseline/pull/52) ([atomic111](https://github.com/atomic111))
75+
- Improve Ansible tests [\#51](https://github.com/dev-sec/ssh-baseline/pull/51) ([rndmh3ro](https://github.com/rndmh3ro))
76+
- Fix typos [\#50](https://github.com/dev-sec/ssh-baseline/pull/50) ([rndmh3ro](https://github.com/rndmh3ro))
77+
- update urls [\#49](https://github.com/dev-sec/ssh-baseline/pull/49) ([chris-rock](https://github.com/chris-rock))
78+
- feature: debian 8 support [\#48](https://github.com/dev-sec/ssh-baseline/pull/48) ([arlimus](https://github.com/arlimus))
79+
- Add Ansible support [\#46](https://github.com/dev-sec/ssh-baseline/pull/46) ([rndmh3ro](https://github.com/rndmh3ro))
80+
- feature: UsePrivilegeSeparation = sandbox for ssh \>= 5.9 [\#44](https://github.com/dev-sec/ssh-baseline/pull/44) ([arlimus](https://github.com/arlimus))
81+
82+
## [1.1.1](https://github.com/dev-sec/ssh-baseline/tree/1.1.1) (2015-01-14)
83+
[Full Changelog](https://github.com/dev-sec/ssh-baseline/compare/1.1.0...1.1.1)
84+
85+
**Merged pull requests:**
86+
87+
- remove sha1-based key-exchange mechanisms [\#43](https://github.com/dev-sec/ssh-baseline/pull/43) ([arlimus](https://github.com/arlimus))
88+
- add json format option [\#42](https://github.com/dev-sec/ssh-baseline/pull/42) ([atomic111](https://github.com/atomic111))
89+
- reprioritize etm macs [\#41](https://github.com/dev-sec/ssh-baseline/pull/41) ([arlimus](https://github.com/arlimus))
90+
91+
## [1.1.0](https://github.com/dev-sec/ssh-baseline/tree/1.1.0) (2015-01-12)
92+
[Full Changelog](https://github.com/dev-sec/ssh-baseline/compare/1.0.0...1.1.0)
593

694
**Closed issues:**
795

8-
- No easy way to install Ansible on all OS's [\#47](https://github.com/dev-sec/tests-ssh-hardening/issues/47)
9-
- undefined method `backend' for main:Object [\#32](https://github.com/dev-sec/tests-ssh-hardening/issues/32)
96+
- undefined method `backend' for main:Object [\#32](https://github.com/dev-sec/ssh-baseline/issues/32)
1097

1198
**Merged pull requests:**
1299

13-
- Symlinks real suite names to "default" [\#55](https://github.com/dev-sec/tests-ssh-hardening/pull/55) ([conorsch](https://github.com/conorsch))
14-
- complet inspec tests [\#52](https://github.com/dev-sec/tests-ssh-hardening/pull/52) ([atomic111](https://github.com/atomic111))
15-
- Improve Ansible tests [\#51](https://github.com/dev-sec/tests-ssh-hardening/pull/51) ([rndmh3ro](https://github.com/rndmh3ro))
16-
- Fix typos [\#50](https://github.com/dev-sec/tests-ssh-hardening/pull/50) ([rndmh3ro](https://github.com/rndmh3ro))
17-
- update urls [\#49](https://github.com/dev-sec/tests-ssh-hardening/pull/49) ([chris-rock](https://github.com/chris-rock))
18-
- feature: debian 8 support [\#48](https://github.com/dev-sec/tests-ssh-hardening/pull/48) ([arlimus](https://github.com/arlimus))
19-
- Add Ansible support [\#46](https://github.com/dev-sec/tests-ssh-hardening/pull/46) ([rndmh3ro](https://github.com/rndmh3ro))
20-
- feature: UsePrivilegeSeparation = sandbox for ssh \>= 5.9 [\#44](https://github.com/dev-sec/tests-ssh-hardening/pull/44) ([arlimus](https://github.com/arlimus))
21-
- remove sha1-based key-exchange mechanisms [\#43](https://github.com/dev-sec/tests-ssh-hardening/pull/43) ([arlimus](https://github.com/arlimus))
22-
- add json format option [\#42](https://github.com/dev-sec/tests-ssh-hardening/pull/42) ([atomic111](https://github.com/atomic111))
23-
- reprioritize etm macs [\#41](https://github.com/dev-sec/tests-ssh-hardening/pull/41) ([arlimus](https://github.com/arlimus))
24-
- feature: add back gcm [\#40](https://github.com/dev-sec/tests-ssh-hardening/pull/40) ([arlimus](https://github.com/arlimus))
25-
- Descriptive spec [\#39](https://github.com/dev-sec/tests-ssh-hardening/pull/39) ([arlimus](https://github.com/arlimus))
26-
- Update common [\#38](https://github.com/dev-sec/tests-ssh-hardening/pull/38) ([arlimus](https://github.com/arlimus))
27-
- remove options that only apply to SSH protocol version 1 [\#37](https://github.com/dev-sec/tests-ssh-hardening/pull/37) ([arlimus](https://github.com/arlimus))
28-
- Update common [\#36](https://github.com/dev-sec/tests-ssh-hardening/pull/36) ([arlimus](https://github.com/arlimus))
29-
- Update common [\#34](https://github.com/dev-sec/tests-ssh-hardening/pull/34) ([arlimus](https://github.com/arlimus))
30-
- support serverspec-2.0 [\#31](https://github.com/dev-sec/tests-ssh-hardening/pull/31) ([bkw](https://github.com/bkw))
31-
- changed GIS to DTAG SEC [\#30](https://github.com/dev-sec/tests-ssh-hardening/pull/30) ([atomic111](https://github.com/atomic111))
32-
- bugfix: lint error [\#29](https://github.com/dev-sec/tests-ssh-hardening/pull/29) ([chris-rock](https://github.com/chris-rock))
33-
34-
## [1.0.0](https://github.com/dev-sec/tests-ssh-hardening/tree/1.0.0) (2014-08-13)
100+
- feature: add back gcm [\#40](https://github.com/dev-sec/ssh-baseline/pull/40) ([arlimus](https://github.com/arlimus))
101+
- Descriptive spec [\#39](https://github.com/dev-sec/ssh-baseline/pull/39) ([arlimus](https://github.com/arlimus))
102+
- Update common [\#38](https://github.com/dev-sec/ssh-baseline/pull/38) ([arlimus](https://github.com/arlimus))
103+
- remove options that only apply to SSH protocol version 1 [\#37](https://github.com/dev-sec/ssh-baseline/pull/37) ([arlimus](https://github.com/arlimus))
104+
- Update common [\#36](https://github.com/dev-sec/ssh-baseline/pull/36) ([arlimus](https://github.com/arlimus))
105+
- Update common [\#34](https://github.com/dev-sec/ssh-baseline/pull/34) ([arlimus](https://github.com/arlimus))
106+
- support serverspec-2.0 [\#31](https://github.com/dev-sec/ssh-baseline/pull/31) ([bkw](https://github.com/bkw))
107+
- changed GIS to DTAG SEC [\#30](https://github.com/dev-sec/ssh-baseline/pull/30) ([atomic111](https://github.com/atomic111))
108+
- bugfix: lint error [\#29](https://github.com/dev-sec/ssh-baseline/pull/29) ([chris-rock](https://github.com/chris-rock))
109+
110+
## [1.0.0](https://github.com/dev-sec/ssh-baseline/tree/1.0.0) (2014-08-13)
35111
**Closed issues:**
36112

37-
- HostKeys and OSes [\#13](https://github.com/dev-sec/tests-ssh-hardening/issues/13)
38-
- Comment-tests causing false-positives [\#5](https://github.com/dev-sec/tests-ssh-hardening/issues/5)
39-
- Unify required crypto for ssh server and client [\#4](https://github.com/dev-sec/tests-ssh-hardening/issues/4)
40-
- Add testing of ssh client config [\#3](https://github.com/dev-sec/tests-ssh-hardening/issues/3)
113+
- HostKeys and OSes [\#13](https://github.com/dev-sec/ssh-baseline/issues/13)
114+
- Comment-tests causing false-positives [\#5](https://github.com/dev-sec/ssh-baseline/issues/5)
115+
- Unify required crypto for ssh server and client [\#4](https://github.com/dev-sec/ssh-baseline/issues/4)
116+
- Add testing of ssh client config [\#3](https://github.com/dev-sec/ssh-baseline/issues/3)
41117

42118
**Merged pull requests:**
43119

44-
- bugfix: unlock user accounts during chef runs [\#28](https://github.com/dev-sec/tests-ssh-hardening/pull/28) ([arlimus](https://github.com/arlimus))
45-
- test for UsePAM disabled [\#27](https://github.com/dev-sec/tests-ssh-hardening/pull/27) ([arlimus](https://github.com/arlimus))
46-
- bugfix sed command location [\#26](https://github.com/dev-sec/tests-ssh-hardening/pull/26) ([arlimus](https://github.com/arlimus))
47-
- Fix puppet user unlock [\#25](https://github.com/dev-sec/tests-ssh-hardening/pull/25) ([arlimus](https://github.com/arlimus))
48-
- bugfix: unlock user accounts on test systems [\#24](https://github.com/dev-sec/tests-ssh-hardening/pull/24) ([arlimus](https://github.com/arlimus))
49-
- Fix matches [\#23](https://github.com/dev-sec/tests-ssh-hardening/pull/23) ([arlimus](https://github.com/arlimus))
50-
- update and fix rubocop [\#22](https://github.com/dev-sec/tests-ssh-hardening/pull/22) ([ehaselwanter](https://github.com/ehaselwanter))
51-
- common validator for client and server config [\#21](https://github.com/dev-sec/tests-ssh-hardening/pull/21) ([chris-rock](https://github.com/chris-rock))
52-
- add robocop rake task [\#20](https://github.com/dev-sec/tests-ssh-hardening/pull/20) ([chris-rock](https://github.com/chris-rock))
53-
- add ruby gem source [\#19](https://github.com/dev-sec/tests-ssh-hardening/pull/19) ([chris-rock](https://github.com/chris-rock))
54-
- added Telekom Security Requirement numbers to the corresponding kitchen test [\#18](https://github.com/dev-sec/tests-ssh-hardening/pull/18) ([atomic111](https://github.com/atomic111))
55-
- add tests for debian 6 and 7 [\#17](https://github.com/dev-sec/tests-ssh-hardening/pull/17) ([arlimus](https://github.com/arlimus))
56-
- add format html option [\#16](https://github.com/dev-sec/tests-ssh-hardening/pull/16) ([ehaselwanter](https://github.com/ehaselwanter))
57-
- remove host keys from checks [\#15](https://github.com/dev-sec/tests-ssh-hardening/pull/15) ([arlimus](https://github.com/arlimus))
58-
- make the integration tests even more useful with standalone invocation [\#14](https://github.com/dev-sec/tests-ssh-hardening/pull/14) ([ehaselwanter](https://github.com/ehaselwanter))
59-
- Tests update [\#12](https://github.com/dev-sec/tests-ssh-hardening/pull/12) ([arlimus](https://github.com/arlimus))
60-
- relax permissions on /etc/ssh and files [\#11](https://github.com/dev-sec/tests-ssh-hardening/pull/11) ([arlimus](https://github.com/arlimus))
61-
- Tests update: remove comments + add conditional ciphers [\#10](https://github.com/dev-sec/tests-ssh-hardening/pull/10) ([arlimus](https://github.com/arlimus))
62-
- add lockfiles and delete them from tree [\#9](https://github.com/dev-sec/tests-ssh-hardening/pull/9) ([ehaselwanter](https://github.com/ehaselwanter))
63-
- streamline rubocop, fix issue which comes with this change [\#8](https://github.com/dev-sec/tests-ssh-hardening/pull/8) ([ehaselwanter](https://github.com/ehaselwanter))
64-
- rubocop fixes [\#7](https://github.com/dev-sec/tests-ssh-hardening/pull/7) ([ehaselwanter](https://github.com/ehaselwanter))
65-
- use a per suite manifest [\#6](https://github.com/dev-sec/tests-ssh-hardening/pull/6) ([ehaselwanter](https://github.com/ehaselwanter))
66-
- changed AllowTcpForwarding and AllowAgentForwarding from yes to no [\#2](https://github.com/dev-sec/tests-ssh-hardening/pull/2) ([atomic111](https://github.com/atomic111))
67-
- move the ssh tests to this new central location [\#1](https://github.com/dev-sec/tests-ssh-hardening/pull/1) ([ehaselwanter](https://github.com/ehaselwanter))
120+
- bugfix: unlock user accounts during chef runs [\#28](https://github.com/dev-sec/ssh-baseline/pull/28) ([arlimus](https://github.com/arlimus))
121+
- test for UsePAM disabled [\#27](https://github.com/dev-sec/ssh-baseline/pull/27) ([arlimus](https://github.com/arlimus))
122+
- bugfix sed command location [\#26](https://github.com/dev-sec/ssh-baseline/pull/26) ([arlimus](https://github.com/arlimus))
123+
- Fix puppet user unlock [\#25](https://github.com/dev-sec/ssh-baseline/pull/25) ([arlimus](https://github.com/arlimus))
124+
- bugfix: unlock user accounts on test systems [\#24](https://github.com/dev-sec/ssh-baseline/pull/24) ([arlimus](https://github.com/arlimus))
125+
- Fix matches [\#23](https://github.com/dev-sec/ssh-baseline/pull/23) ([arlimus](https://github.com/arlimus))
126+
- update and fix rubocop [\#22](https://github.com/dev-sec/ssh-baseline/pull/22) ([ehaselwanter](https://github.com/ehaselwanter))
127+
- common validator for client and server config [\#21](https://github.com/dev-sec/ssh-baseline/pull/21) ([chris-rock](https://github.com/chris-rock))
128+
- add robocop rake task [\#20](https://github.com/dev-sec/ssh-baseline/pull/20) ([chris-rock](https://github.com/chris-rock))
129+
- add ruby gem source [\#19](https://github.com/dev-sec/ssh-baseline/pull/19) ([chris-rock](https://github.com/chris-rock))
130+
- added Telekom Security Requirement numbers to the corresponding kitchen test [\#18](https://github.com/dev-sec/ssh-baseline/pull/18) ([atomic111](https://github.com/atomic111))
131+
- add tests for debian 6 and 7 [\#17](https://github.com/dev-sec/ssh-baseline/pull/17) ([arlimus](https://github.com/arlimus))
132+
- add format html option [\#16](https://github.com/dev-sec/ssh-baseline/pull/16) ([ehaselwanter](https://github.com/ehaselwanter))
133+
- remove host keys from checks [\#15](https://github.com/dev-sec/ssh-baseline/pull/15) ([arlimus](https://github.com/arlimus))
134+
- make the integration tests even more useful with standalone invocation [\#14](https://github.com/dev-sec/ssh-baseline/pull/14) ([ehaselwanter](https://github.com/ehaselwanter))
135+
- Tests update [\#12](https://github.com/dev-sec/ssh-baseline/pull/12) ([arlimus](https://github.com/arlimus))
136+
- relax permissions on /etc/ssh and files [\#11](https://github.com/dev-sec/ssh-baseline/pull/11) ([arlimus](https://github.com/arlimus))
137+
- Tests update: remove comments + add conditional ciphers [\#10](https://github.com/dev-sec/ssh-baseline/pull/10) ([arlimus](https://github.com/arlimus))
138+
- add lockfiles and delete them from tree [\#9](https://github.com/dev-sec/ssh-baseline/pull/9) ([ehaselwanter](https://github.com/ehaselwanter))
139+
- streamline rubocop, fix issue which comes with this change [\#8](https://github.com/dev-sec/ssh-baseline/pull/8) ([ehaselwanter](https://github.com/ehaselwanter))
140+
- rubocop fixes [\#7](https://github.com/dev-sec/ssh-baseline/pull/7) ([ehaselwanter](https://github.com/ehaselwanter))
141+
- use a per suite manifest [\#6](https://github.com/dev-sec/ssh-baseline/pull/6) ([ehaselwanter](https://github.com/ehaselwanter))
142+
- changed AllowTcpForwarding and AllowAgentForwarding from yes to no [\#2](https://github.com/dev-sec/ssh-baseline/pull/2) ([atomic111](https://github.com/atomic111))
143+
- move the ssh tests to this new central location [\#1](https://github.com/dev-sec/ssh-baseline/pull/1) ([ehaselwanter](https://github.com/ehaselwanter))
68144

69145

70146

inspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ copyright: DevSec Hardening Framework Team
55
copyright_email: hello@dev-sec.io
66
license: Apache 2 license
77
summary: Test-suite for best-practice SSH hardening
8-
version: 2.1.1
8+
version: 2.2.0
99
supports:
1010
- os-family: unix

0 commit comments

Comments
 (0)