Skip to content

Commit a233b4f

Browse files
committed
1.5.0
Signed-off-by: Christoph Hartmann <[email protected]>
1 parent 5b12e73 commit a233b4f

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log
22

3-
## [1.4.0](https://github.com/dev-sec/ssl-baseline/tree/1.4.0) (2019-05-14)
3+
## [1.5.0](https://github.com/dev-sec/ssl-baseline/tree/1.5.0) (2020-03-12)
4+
[Full Changelog](https://github.com/dev-sec/ssl-baseline/compare/1.4.0...1.5.0)
5+
6+
**Merged pull requests:**
7+
8+
- force\_ssl disable the check for SSL [\#28](https://github.com/dev-sec/ssl-baseline/pull/28) ([micheelengronne](https://github.com/micheelengronne))
9+
10+
## [1.4.0](https://github.com/dev-sec/ssl-baseline/tree/1.4.0) (2019-05-16)
411
[Full Changelog](https://github.com/dev-sec/ssl-baseline/compare/1.3.0...1.4.0)
512

613
**Closed issues:**
@@ -10,6 +17,7 @@
1017

1118
**Merged pull requests:**
1219

20+
- Bump version to 1.4.0 and switch to inspec 3 for check [\#26](https://github.com/dev-sec/ssl-baseline/pull/26) ([alexpop](https://github.com/alexpop))
1321
- Update issue templates [\#23](https://github.com/dev-sec/ssl-baseline/pull/23) ([rndmh3ro](https://github.com/rndmh3ro))
1422
- avoid inspec depricated warning in inspec version 1.51.18 [\#19](https://github.com/dev-sec/ssl-baseline/pull/19) ([Viktor-ret](https://github.com/Viktor-ret))
1523
- control for robotattack [\#18](https://github.com/dev-sec/ssl-baseline/pull/18) ([supergicko](https://github.com/supergicko))
@@ -24,13 +32,13 @@
2432

2533
- Test for all [\#10](https://github.com/dev-sec/ssl-baseline/pull/10) ([supergicko](https://github.com/supergicko))
2634
- restrict ruby testing to version 2.3.3 [\#9](https://github.com/dev-sec/ssl-baseline/pull/9) ([atomic111](https://github.com/atomic111))
35+
- Added control check for disabled CBC [\#8](https://github.com/dev-sec/ssl-baseline/pull/8) ([supergicko](https://github.com/supergicko))
2736

2837
## [v1.2.0](https://github.com/dev-sec/ssl-baseline/tree/v1.2.0) (2017-03-10)
2938
[Full Changelog](https://github.com/dev-sec/ssl-baseline/compare/v1.1.3...v1.2.0)
3039

3140
**Merged pull requests:**
3241

33-
- Added control check for disabled CBC [\#8](https://github.com/dev-sec/ssl-baseline/pull/8) ([supergicko](https://github.com/supergicko))
3442
- Add only\_if to controls [\#7](https://github.com/dev-sec/ssl-baseline/pull/7) ([alexpop](https://github.com/alexpop))
3543
- Sslports bug [\#6](https://github.com/dev-sec/ssl-baseline/pull/6) ([supergicko](https://github.com/supergicko))
3644
- add common files [\#5](https://github.com/dev-sec/ssl-baseline/pull/5) ([atomic111](https://github.com/atomic111))

inspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ maintainer: DevSec Hardening Framework Team
55
copyright: DevSec Hardening Framework Team & Chef Software Inc.
66
copyright_email: [email protected]
77
license: Apache-2.0
8-
version: 1.4.0
8+
version: 1.5.0
99
supports:
1010
- inspec_version: '>= 1.21.0'
1111
- os-family: unix

0 commit comments

Comments
 (0)