From e503f97a9d0f74d62ee15a77f6f3bc1bd98b1932 Mon Sep 17 00:00:00 2001 From: dev-sec CI Date: Tue, 19 Oct 2021 13:13:33 +0000 Subject: [PATCH] update inspec.yml and changelog --- CHANGELOG.md | 12 ++++++++++++ inspec.yml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46edda6..422d185 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.8.1](https://github.com/dev-sec/linux-baseline/tree/2.8.1) (2021-10-19) + +[Full Changelog](https://github.com/dev-sec/linux-baseline/compare/2.8.0...2.8.1) + +**Closed issues:** + +- Ensure links are protected [\#159](https://github.com/dev-sec/linux-baseline/issues/159) + +**Merged pull requests:** + +- added sysctl-34 for checking link protection settings [\#160](https://github.com/dev-sec/linux-baseline/pull/160) ([cmhe](https://github.com/cmhe)) + ## [2.8.0](https://github.com/dev-sec/linux-baseline/tree/2.8.0) (2021-05-06) [Full Changelog](https://github.com/dev-sec/linux-baseline/compare/2.7.0...2.8.0) diff --git a/inspec.yml b/inspec.yml index bfc1eb7..c5c85db 100644 --- a/inspec.yml +++ b/inspec.yml @@ -6,6 +6,6 @@ copyright: DevSec Hardening Framework Team copyright_email: hello@dev-sec.io license: Apache-2.0 summary: Test suite for best practice Linux OS hardening -version: 2.8.0 +version: 2.8.1 supports: - os-family: linux