|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [Unreleased](https://github.com/mitre/inspec_tools/tree/HEAD) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/mitre/inspec_tools/compare/v2.0.2.pre9...HEAD) |
| 6 | + |
| 7 | +**Implemented enhancements:** |
| 8 | + |
| 9 | +- Standardize Severity Tag on CVSS 3.0 Terms [\#107](https://github.com/mitre/inspec_tools/issues/107) |
| 10 | + |
| 11 | +**Merged pull requests:** |
| 12 | + |
| 13 | +- Standardize Output of Severity and Impact to CVSS v3.0 terms [\#174](https://github.com/mitre/inspec_tools/pull/174) ([Bialogs](https://github.com/Bialogs)) |
| 14 | + |
3 | 15 | ## [v2.0.2.pre9](https://github.com/mitre/inspec_tools/tree/v2.0.2.pre9) (2020-05-04)
|
4 | 16 |
|
5 | 17 | [Full Changelog](https://github.com/mitre/inspec_tools/compare/v2.0.2.pre8...v2.0.2.pre9)
|
|
149 | 161 | - Update parse XLSXTool\#parse\_cis\_control to handle the case when there… [\#123](https://github.com/mitre/inspec_tools/pull/123) ([Bialogs](https://github.com/Bialogs))
|
150 | 162 | - Track Inspec versions \>= 4.18.100 [\#122](https://github.com/mitre/inspec_tools/pull/122) ([Bialogs](https://github.com/Bialogs))
|
151 | 163 | - Restructure workflow for publishing gem [\#121](https://github.com/mitre/inspec_tools/pull/121) ([rbclark](https://github.com/rbclark))
|
152 |
| -- Add '\# encoding: UTF-8' to the top of all generated controls/\*.rb [\#114](https://github.com/mitre/inspec_tools/pull/114) ([Bialogs](https://github.com/Bialogs)) |
153 | 164 |
|
154 | 165 | ## [v1.8.10](https://github.com/mitre/inspec_tools/tree/v1.8.10) (2020-03-30)
|
155 | 166 |
|
|
158 | 169 | **Merged pull requests:**
|
159 | 170 |
|
160 | 171 | - added two digit contol parsing fixes \#117 [\#120](https://github.com/mitre/inspec_tools/pull/120) ([yarick](https://github.com/yarick))
|
| 172 | +- Update build/test process to only use GitHub actions [\#115](https://github.com/mitre/inspec_tools/pull/115) ([Bialogs](https://github.com/Bialogs)) |
161 | 173 |
|
162 | 174 | ## [v1.8.9](https://github.com/mitre/inspec_tools/tree/v1.8.9) (2020-03-30)
|
163 | 175 |
|
|
191 | 203 |
|
192 | 204 | - GitHub Actions Build Matrix [\#112](https://github.com/mitre/inspec_tools/issues/112)
|
193 | 205 |
|
194 |
| -**Merged pull requests:** |
195 |
| - |
196 |
| -- Update build/test process to only use GitHub actions [\#115](https://github.com/mitre/inspec_tools/pull/115) ([Bialogs](https://github.com/Bialogs)) |
197 |
| - |
198 | 206 | ## [v1.8.5](https://github.com/mitre/inspec_tools/tree/v1.8.5) (2020-03-27)
|
199 | 207 |
|
200 | 208 | [Full Changelog](https://github.com/mitre/inspec_tools/compare/v1.8.4...v1.8.5)
|
|
203 | 211 |
|
204 | 212 | - add "\# encoding: utf-8" to controls [\#54](https://github.com/mitre/inspec_tools/issues/54)
|
205 | 213 |
|
| 214 | +**Merged pull requests:** |
| 215 | + |
| 216 | +- Add '\# encoding: UTF-8' to the top of all generated controls/\*.rb [\#114](https://github.com/mitre/inspec_tools/pull/114) ([Bialogs](https://github.com/Bialogs)) |
| 217 | + |
206 | 218 | ## [v1.8.4](https://github.com/mitre/inspec_tools/tree/v1.8.4) (2020-03-27)
|
207 | 219 |
|
208 | 220 | [Full Changelog](https://github.com/mitre/inspec_tools/compare/v1.8.3...v1.8.4)
|
|
474 | 486 | **Merged pull requests:**
|
475 | 487 |
|
476 | 488 | - Update Profile logic include control exceptions [\#75](https://github.com/mitre/inspec_tools/pull/75) ([rx294](https://github.com/rx294))
|
| 489 | +- Null Byte in json report causes inspec2ckl to bomb-out [\#73](https://github.com/mitre/inspec_tools/pull/73) ([kevin-j-smith](https://github.com/kevin-j-smith)) |
477 | 490 |
|
478 | 491 | ## [v1.6.0](https://github.com/mitre/inspec_tools/tree/v1.6.0) (2019-10-04)
|
479 | 492 |
|
|
551 | 564 |
|
552 | 565 | **Merged pull requests:**
|
553 | 566 |
|
554 |
| -- Null Byte in json report causes inspec2ckl to bomb-out [\#73](https://github.com/mitre/inspec_tools/pull/73) ([kevin-j-smith](https://github.com/kevin-j-smith)) |
555 | 567 | - Metadata docs and tools [\#55](https://github.com/mitre/inspec_tools/pull/55) ([samcornwell](https://github.com/samcornwell))
|
556 | 568 | - Fix bugs introduced by \#51 \(STIGViewer PR\) [\#52](https://github.com/mitre/inspec_tools/pull/52) ([samcornwell](https://github.com/samcornwell))
|
557 | 569 | - Enhancements to meet working with STIGViewer as well as tracking some custom metadata when converting from xccdf2inspec and inspec2ckl [\#51](https://github.com/mitre/inspec_tools/pull/51) ([kevin-j-smith](https://github.com/kevin-j-smith))
|
|
0 commit comments