|
1 | 1 | # Changelog |
2 | 2 |
|
| 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 | + |
3 | 16 | ## [0.4.3](https://github.com/dev-sec/cis-dil-benchmark/tree/0.4.3) (2020-08-12) |
4 | 17 |
|
5 | 18 | [Full Changelog](https://github.com/dev-sec/cis-dil-benchmark/compare/0.4.2...0.4.3) |
|
94 | 107 | - Make the check slightly less strict. [\#35](https://github.com/dev-sec/cis-dil-benchmark/pull/35) ([timstoop](https://github.com/timstoop)) |
95 | 108 | - Fix deprecation warnings. [\#34](https://github.com/dev-sec/cis-dil-benchmark/pull/34) ([timstoop](https://github.com/timstoop)) |
96 | 109 | - 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)) |
98 | 111 | - Adjust modprobe check to remove false positives. [\#28](https://github.com/dev-sec/cis-dil-benchmark/pull/28) ([millerthomasj](https://github.com/millerthomasj)) |
99 | 112 | - Update umask checks for Centos7 and Amazon Linux. [\#27](https://github.com/dev-sec/cis-dil-benchmark/pull/27) ([millerthomasj](https://github.com/millerthomasj)) |
100 | 113 | - Update password quality checks for pam. [\#25](https://github.com/dev-sec/cis-dil-benchmark/pull/25) ([millerthomasj](https://github.com/millerthomasj)) |
|
107 | 120 | - Ntpd run as user [\#18](https://github.com/dev-sec/cis-dil-benchmark/pull/18) ([millerthomasj](https://github.com/millerthomasj)) |
108 | 121 | - 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)) |
109 | 122 | - 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)) |
113 | 126 | - 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)) |
114 | 127 | - 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)) |
116 | 129 |
|
117 | 130 | ## [0.1.0](https://github.com/dev-sec/cis-dil-benchmark/tree/0.1.0) (2017-08-15) |
118 | 131 |
|
|
0 commit comments