|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [2.4.5](https://github.com/dev-sec/linux-baseline/tree/2.4.5) (2020-06-30) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/dev-sec/linux-baseline/compare/2.4.4...2.4.5) |
| 6 | + |
| 7 | +**Closed issues:** |
| 8 | + |
| 9 | +- /etc/passwd should not contain any password hashes [\#117](https://github.com/dev-sec/linux-baseline/issues/117) |
| 10 | + |
| 11 | +**Merged pull requests:** |
| 12 | + |
| 13 | +- Adds /etc/passwd format check [\#132](https://github.com/dev-sec/linux-baseline/pull/132) ([imjoseangel](https://github.com/imjoseangel)) |
| 14 | + |
3 | 15 | ## [2.4.4](https://github.com/dev-sec/linux-baseline/tree/2.4.4) (2020-05-19) |
4 | 16 |
|
5 | 17 | [Full Changelog](https://github.com/dev-sec/linux-baseline/compare/2.4.3...2.4.4) |
|
73 | 85 | **Merged pull requests:** |
74 | 86 |
|
75 | 87 | - Bump version to 2.3.0 and switch to inspec 3 for check [\#113](https://github.com/dev-sec/linux-baseline/pull/113) ([alexpop](https://github.com/alexpop)) |
| 88 | +- Add compatibility for alpine based images [\#111](https://github.com/dev-sec/linux-baseline/pull/111) ([zopanix](https://github.com/zopanix)) |
76 | 89 | - Minor grammatical fix in README [\#108](https://github.com/dev-sec/linux-baseline/pull/108) ([cachedout](https://github.com/cachedout)) |
77 | 90 | - Update issue templates [\#106](https://github.com/dev-sec/linux-baseline/pull/106) ([rndmh3ro](https://github.com/rndmh3ro)) |
78 | 91 | - \#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)) |
|
86 | 99 |
|
87 | 100 | **Merged pull requests:** |
88 | 101 |
|
89 | | -- Add compatibility for alpine based images [\#111](https://github.com/dev-sec/linux-baseline/pull/111) ([zopanix](https://github.com/zopanix)) |
90 | 102 | - Update to version 2.2.2 [\#99](https://github.com/dev-sec/linux-baseline/pull/99) ([james-stocks](https://github.com/james-stocks)) |
91 | 103 | - Do not disable vfat by default [\#96](https://github.com/dev-sec/linux-baseline/pull/96) ([rndmh3ro](https://github.com/rndmh3ro)) |
92 | 104 | - fix virtualization usage in older inspec versions [\#95](https://github.com/dev-sec/linux-baseline/pull/95) ([mattlqx](https://github.com/mattlqx)) |
|
170 | 182 |
|
171 | 183 | [Full Changelog](https://github.com/dev-sec/linux-baseline/compare/2.0.0...2.0.1) |
172 | 184 |
|
173 | | -**Fixed bugs:** |
174 | | - |
175 | | -- update identifier [\#37](https://github.com/dev-sec/linux-baseline/pull/37) ([chris-rock](https://github.com/chris-rock)) |
176 | | - |
177 | 185 | **Closed issues:** |
178 | 186 |
|
179 | 187 | - permissions /etc/shadow [\#41](https://github.com/dev-sec/linux-baseline/issues/41) |
|
183 | 191 |
|
184 | 192 | - update profile metadata & tooling [\#46](https://github.com/dev-sec/linux-baseline/pull/46) ([chris-rock](https://github.com/chris-rock)) |
185 | 193 | - update Gemfile [\#43](https://github.com/dev-sec/linux-baseline/pull/43) ([atomic111](https://github.com/atomic111)) |
186 | | -- Update links in README file [\#42](https://github.com/dev-sec/linux-baseline/pull/42) ([netflash](https://github.com/netflash)) |
187 | 194 | - Fix cpu flags and change default for net.ipv4.conf.all.log\_martians [\#39](https://github.com/dev-sec/linux-baseline/pull/39) ([chris-rock](https://github.com/chris-rock)) |
188 | 195 |
|
189 | 196 | ## [2.0.0](https://github.com/dev-sec/linux-baseline/tree/2.0.0) (2016-04-29) |
|
192 | 199 |
|
193 | 200 | **Merged pull requests:** |
194 | 201 |
|
| 202 | +- Update links in README file [\#42](https://github.com/dev-sec/linux-baseline/pull/42) ([netflash](https://github.com/netflash)) |
195 | 203 | - inspec profile [\#38](https://github.com/dev-sec/linux-baseline/pull/38) ([chris-rock](https://github.com/chris-rock)) |
196 | 204 |
|
197 | 205 | ## [1.3.0](https://github.com/dev-sec/linux-baseline/tree/1.3.0) (2016-04-25) |
198 | 206 |
|
199 | 207 | [Full Changelog](https://github.com/dev-sec/linux-baseline/compare/1.2.0...1.3.0) |
200 | 208 |
|
| 209 | +**Fixed bugs:** |
| 210 | + |
| 211 | +- update identifier [\#37](https://github.com/dev-sec/linux-baseline/pull/37) ([chris-rock](https://github.com/chris-rock)) |
| 212 | + |
201 | 213 | **Merged pull requests:** |
202 | 214 |
|
203 | 215 | - prevent nil in flags [\#36](https://github.com/dev-sec/linux-baseline/pull/36) ([arlimus](https://github.com/arlimus)) |
|
0 commit comments