Skip to content

Commit 25991af

Browse files
author
dev-sec CI
committed
update inspec.yml and changelog
1 parent 907e58f commit 25991af

File tree

2 files changed

+19
-6
lines changed

2 files changed

+19
-6
lines changed

CHANGELOG.md

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

3+
## [0.4.4](https://github.com/dev-sec/cis-dil-benchmark/tree/0.4.4) (2020-11-30)
4+
5+
[Full Changelog](https://github.com/dev-sec/cis-dil-benchmark/compare/0.4.3...0.4.4)
6+
7+
**Closed issues:**
8+
9+
- Any ansible automation to satisfy all these cis checks? [\#87](https://github.com/dev-sec/cis-dil-benchmark/issues/87)
10+
- Any planning on supported the "latest" CiS \(1.1.0\)? [\#58](https://github.com/dev-sec/cis-dil-benchmark/issues/58)
11+
12+
**Merged pull requests:**
13+
14+
- CIS DIL Benchmark V2 [\#90](https://github.com/dev-sec/cis-dil-benchmark/pull/90) ([deric4](https://github.com/deric4))
15+
316
## [0.4.3](https://github.com/dev-sec/cis-dil-benchmark/tree/0.4.3) (2020-08-12)
417

518
[Full Changelog](https://github.com/dev-sec/cis-dil-benchmark/compare/0.4.2...0.4.3)
@@ -94,7 +107,7 @@
94107
- Make the check slightly less strict. [\#35](https://github.com/dev-sec/cis-dil-benchmark/pull/35) ([timstoop](https://github.com/timstoop))
95108
- Fix deprecation warnings. [\#34](https://github.com/dev-sec/cis-dil-benchmark/pull/34) ([timstoop](https://github.com/timstoop))
96109
- Debian uses group 42 shadow [\#33](https://github.com/dev-sec/cis-dil-benchmark/pull/33) ([timstoop](https://github.com/timstoop))
97-
- updated regex to account for sha512 not being first option [\#30](https://github.com/dev-sec/cis-dil-benchmark/pull/30) ([crashdummymch](https://github.com/crashdummymch))
110+
- updated regex to account for sha512 not being first option [\#30](https://github.com/dev-sec/cis-dil-benchmark/pull/30) ([michael-c-hoffman](https://github.com/michael-c-hoffman))
98111
- Adjust modprobe check to remove false positives. [\#28](https://github.com/dev-sec/cis-dil-benchmark/pull/28) ([millerthomasj](https://github.com/millerthomasj))
99112
- Update umask checks for Centos7 and Amazon Linux. [\#27](https://github.com/dev-sec/cis-dil-benchmark/pull/27) ([millerthomasj](https://github.com/millerthomasj))
100113
- Update password quality checks for pam. [\#25](https://github.com/dev-sec/cis-dil-benchmark/pull/25) ([millerthomasj](https://github.com/millerthomasj))
@@ -107,12 +120,12 @@
107120
- Ntpd run as user [\#18](https://github.com/dev-sec/cis-dil-benchmark/pull/18) ([millerthomasj](https://github.com/millerthomasj))
108121
- Centos7 uses grub2 by default, add checks for proper file. [\#17](https://github.com/dev-sec/cis-dil-benchmark/pull/17) ([millerthomasj](https://github.com/millerthomasj))
109122
- On both Centos7 and latest Amazon Linux ansible auto creates cron ent… [\#16](https://github.com/dev-sec/cis-dil-benchmark/pull/16) ([millerthomasj](https://github.com/millerthomasj))
110-
- updated regex to detect proper string [\#15](https://github.com/dev-sec/cis-dil-benchmark/pull/15) ([crashdummymch](https://github.com/crashdummymch))
111-
- Undefinedmethod [\#14](https://github.com/dev-sec/cis-dil-benchmark/pull/14) ([crashdummymch](https://github.com/crashdummymch))
112-
- changed command for redhat family to modprobe to properly evaluate test [\#10](https://github.com/dev-sec/cis-dil-benchmark/pull/10) ([crashdummymch](https://github.com/crashdummymch))
123+
- updated regex to detect proper string [\#15](https://github.com/dev-sec/cis-dil-benchmark/pull/15) ([michael-c-hoffman](https://github.com/michael-c-hoffman))
124+
- Undefinedmethod [\#14](https://github.com/dev-sec/cis-dil-benchmark/pull/14) ([michael-c-hoffman](https://github.com/michael-c-hoffman))
125+
- changed command for redhat family to modprobe to properly evaluate test [\#10](https://github.com/dev-sec/cis-dil-benchmark/pull/10) ([michael-c-hoffman](https://github.com/michael-c-hoffman))
113126
- implements inspec check and enables it in travis [\#9](https://github.com/dev-sec/cis-dil-benchmark/pull/9) ([chris-rock](https://github.com/chris-rock))
114127
- use inspec's os\_env split method [\#8](https://github.com/dev-sec/cis-dil-benchmark/pull/8) ([chris-rock](https://github.com/chris-rock))
115-
- Passwords to password [\#6](https://github.com/dev-sec/cis-dil-benchmark/pull/6) ([crashdummymch](https://github.com/crashdummymch))
128+
- Passwords to password [\#6](https://github.com/dev-sec/cis-dil-benchmark/pull/6) ([michael-c-hoffman](https://github.com/michael-c-hoffman))
116129

117130
## [0.1.0](https://github.com/dev-sec/cis-dil-benchmark/tree/0.1.0) (2017-08-15)
118131

inspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ copyright: Schuberg Philis B.V.
66
copyright_email: kvlaardingerbroek@schubergphilis.com
77
license: Apache-2.0
88
summary: An InSpec Compliance profile for the CIS Distribution Independent Linux Benchmark
9-
version: 0.4.3
9+
version: 0.4.4
1010
inspec_version: '>= 2.3.5'
1111
supports:
1212
- platform-family: linux

0 commit comments

Comments
 (0)