Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Hartmann <[email protected]>
  • Loading branch information
chris-rock committed May 8, 2017
1 parent 1753706 commit 0d16099
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,29 @@
# Change Log

## [1.2.0](https://github.com/dev-sec/ssl-baseline/tree/1.2.0) (2017-03-10)
[Full Changelog](https://github.com/dev-sec/ssl-baseline/compare/v1.1.1...1.2.0)
## [1.3.0](https://github.com/dev-sec/ssl-baseline/tree/1.3.0) (2017-05-08)
[Full Changelog](https://github.com/dev-sec/ssl-baseline/compare/v1.2.0...1.3.0)

**Merged pull requests:**

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

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

**Merged pull requests:**

- Add only\_if to controls [\#7](https://github.com/dev-sec/ssl-baseline/pull/7) ([alexpop](https://github.com/alexpop))
- Sslports bug [\#6](https://github.com/dev-sec/ssl-baseline/pull/6) ([supergicko](https://github.com/supergicko))
- add common files [\#5](https://github.com/dev-sec/ssl-baseline/pull/5) ([atomic111](https://github.com/atomic111))
- controls for export, des, aNULL, eNULL ciphers + md5 mac [\#4](https://github.com/dev-sec/ssl-baseline/pull/4) ([supergicko](https://github.com/supergicko))

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

**Merged pull requests:**

- target addresses of listening ports and add control for troubleshooting [\#3](https://github.com/dev-sec/ssl-baseline/pull/3) ([alexpop](https://github.com/alexpop))

## [v1.1.1](https://github.com/dev-sec/ssl-baseline/tree/v1.1.1) (2016-09-14)
Expand Down
4 changes: 2 additions & 2 deletions inspec.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: ssl-benchmark
name: ssl-baseline
title: DevSec SSL/TLS Baseline
summary: Ensures a secure configuration for TCP ports
maintainer: DevSec Hardening Framework Team
copyright: DevSec Hardening Framework Team & Chef Software Inc.
copyright_email: [email protected]
license: Apache 2 license
version: 1.2.0
version: 1.3.0
supports:
- inspec: '>= 0.33.2'

0 comments on commit 0d16099

Please sign in to comment.