Skip to content

Commit 8da3825

Browse files
author
dev-sec CI
committed
update inspec.yml and changelog
1 parent 11e04dd commit 8da3825

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [2.7.0](https://github.com/dev-sec/linux-baseline/tree/2.7.0) (2021-02-22)
4+
5+
[Full Changelog](https://github.com/dev-sec/linux-baseline/compare/2.6.4...2.7.0)
6+
7+
**Implemented enhancements:**
8+
9+
- add cron permissions hardening [\#150](https://github.com/dev-sec/linux-baseline/pull/150) ([rndmh3ro](https://github.com/rndmh3ro))
10+
311
## [2.6.4](https://github.com/dev-sec/linux-baseline/tree/2.6.4) (2021-02-02)
412

513
[Full Changelog](https://github.com/dev-sec/linux-baseline/compare/2.6.3...2.6.4)
@@ -170,6 +178,7 @@
170178
- \#104 Fix os-11 for Ubuntu 16.04 and newer [\#105](https://github.com/dev-sec/linux-baseline/pull/105) ([IceBear2k](https://github.com/IceBear2k))
171179
- efi-check should run on remote host, not locally [\#103](https://github.com/dev-sec/linux-baseline/pull/103) ([rndmh3ro](https://github.com/rndmh3ro))
172180
- update grammar in desc [\#101](https://github.com/dev-sec/linux-baseline/pull/101) ([juliandunn](https://github.com/juliandunn))
181+
- Update to version 2.2.2 [\#99](https://github.com/dev-sec/linux-baseline/pull/99) ([james-stocks](https://github.com/james-stocks))
173182
- Update to test for rsh-server instead of duplicate telnetd [\#98](https://github.com/dev-sec/linux-baseline/pull/98) ([aavetis](https://github.com/aavetis))
174183

175184
## [2.2.2](https://github.com/dev-sec/linux-baseline/tree/2.2.2) (2018-07-19)
@@ -178,7 +187,6 @@
178187

179188
**Merged pull requests:**
180189

181-
- Update to version 2.2.2 [\#99](https://github.com/dev-sec/linux-baseline/pull/99) ([james-stocks](https://github.com/james-stocks))
182190
- Do not disable vfat by default [\#96](https://github.com/dev-sec/linux-baseline/pull/96) ([rndmh3ro](https://github.com/rndmh3ro))
183191
- fix virtualization usage in older inspec versions [\#95](https://github.com/dev-sec/linux-baseline/pull/95) ([mattlqx](https://github.com/mattlqx))
184192

inspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ copyright: DevSec Hardening Framework Team
66
copyright_email: [email protected]
77
license: Apache-2.0
88
summary: Test suite for best practice Linux OS hardening
9-
version: 2.6.4
9+
version: 2.7.0
1010
supports:
1111
- os-family: linux

0 commit comments

Comments
 (0)