Skip to content

Commit b346785

Browse files
committed
1.6.0
1 parent 7c63b0d commit b346785

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [1.5.0](https://github.com/dev-sec/ssl-baseline/tree/1.5.0) (2020-03-13)
4+
[Full Changelog](https://github.com/dev-sec/ssl-baseline/compare/1.5.0...1.5.0)
5+
6+
**Merged pull requests:**
7+
8+
- debug force\_ssl [\#30](https://github.com/dev-sec/ssl-baseline/pull/30) ([micheelengronne](https://github.com/micheelengronne))
9+
- Update for Inspec 4 [\#29](https://github.com/dev-sec/ssl-baseline/pull/29) ([micheelengronne](https://github.com/micheelengronne))
10+
311
## [1.5.0](https://github.com/dev-sec/ssl-baseline/tree/1.5.0) (2020-03-12)
412
[Full Changelog](https://github.com/dev-sec/ssl-baseline/compare/1.4.0...1.5.0)
513

@@ -33,6 +41,7 @@
3341
- Test for all [\#10](https://github.com/dev-sec/ssl-baseline/pull/10) ([supergicko](https://github.com/supergicko))
3442
- restrict ruby testing to version 2.3.3 [\#9](https://github.com/dev-sec/ssl-baseline/pull/9) ([atomic111](https://github.com/atomic111))
3543
- Added control check for disabled CBC [\#8](https://github.com/dev-sec/ssl-baseline/pull/8) ([supergicko](https://github.com/supergicko))
44+
- controls for export, des, aNULL, eNULL ciphers + md5 mac [\#4](https://github.com/dev-sec/ssl-baseline/pull/4) ([supergicko](https://github.com/supergicko))
3645

3746
## [v1.2.0](https://github.com/dev-sec/ssl-baseline/tree/v1.2.0) (2017-03-10)
3847
[Full Changelog](https://github.com/dev-sec/ssl-baseline/compare/v1.1.3...v1.2.0)
@@ -42,7 +51,6 @@
4251
- Add only\_if to controls [\#7](https://github.com/dev-sec/ssl-baseline/pull/7) ([alexpop](https://github.com/alexpop))
4352
- Sslports bug [\#6](https://github.com/dev-sec/ssl-baseline/pull/6) ([supergicko](https://github.com/supergicko))
4453
- add common files [\#5](https://github.com/dev-sec/ssl-baseline/pull/5) ([atomic111](https://github.com/atomic111))
45-
- controls for export, des, aNULL, eNULL ciphers + md5 mac [\#4](https://github.com/dev-sec/ssl-baseline/pull/4) ([supergicko](https://github.com/supergicko))
4654

4755
## [v1.1.3](https://github.com/dev-sec/ssl-baseline/tree/v1.1.3) (2017-02-03)
4856
[Full Changelog](https://github.com/dev-sec/ssl-baseline/compare/v1.1.1...v1.1.3)

inspec.yml

+1-1
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.5.0
8+
version: 1.6.0
99
supports:
1010
- inspec_version: '>= 1.21.0'
1111
- os-family: unix

0 commit comments

Comments
 (0)