inspec_tools 2.0.0 → 2.0.1.pre1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8a9c6cf9ee00b1c6bb5f59c52027cf77f2227bb1cb70bfe1bd962d751802749e
|
|
4
|
+
data.tar.gz: b61f1988a42e8c84555623c94b237fd1ff45644adfa4fdbfe55022894867bd16
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cfa063f626e0631794a8ccd21832cca3beeb686e1b0463f5dc0e11d947bfc6cee4f90c2a368a53cc9bcba71685505d2e861d06c5a2ba5cc3a21cc65819951bc5
|
|
7
|
+
data.tar.gz: fd8dd42c885dff87610fdc17bfc9f0e9ff742d0c1fbda420f180fad9808fb7fae44a55ab305310f2a53bea64d232035f67c777bb18467887af4735e0e2649868
|
data/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [
|
|
3
|
+
## [v2.0.0](https://github.com/mitre/inspec_tools/tree/v2.0.0) (2020-04-01)
|
|
4
4
|
|
|
5
|
-
[Full Changelog](https://github.com/mitre/inspec_tools/compare/v1.8.10...
|
|
5
|
+
[Full Changelog](https://github.com/mitre/inspec_tools/compare/v1.8.10...v2.0.0)
|
|
6
6
|
|
|
7
7
|
**Fixed bugs:**
|
|
8
8
|
|
|
@@ -121,7 +121,6 @@
|
|
|
121
121
|
**Merged pull requests:**
|
|
122
122
|
|
|
123
123
|
- Support conversion from CAT/Category style severities when generating an impact number. [\#106](https://github.com/mitre/inspec_tools/pull/106) ([Bialogs](https://github.com/Bialogs))
|
|
124
|
-
- Remove warnings \(\#minor\) [\#101](https://github.com/mitre/inspec_tools/pull/101) ([Bialogs](https://github.com/Bialogs))
|
|
125
124
|
|
|
126
125
|
## [v1.7.3](https://github.com/mitre/inspec_tools/tree/v1.7.3) (2020-03-23)
|
|
127
126
|
|
|
@@ -159,13 +158,13 @@
|
|
|
159
158
|
|
|
160
159
|
- Migrate to depend on the new inspect objects library [\#86](https://github.com/mitre/inspec_tools/issues/86)
|
|
161
160
|
|
|
162
|
-
|
|
161
|
+
**Merged pull requests:**
|
|
163
162
|
|
|
164
|
-
[
|
|
163
|
+
- Remove warnings \(\#minor\) [\#101](https://github.com/mitre/inspec_tools/pull/101) ([Bialogs](https://github.com/Bialogs))
|
|
165
164
|
|
|
166
|
-
|
|
165
|
+
## [v1.6.21](https://github.com/mitre/inspec_tools/tree/v1.6.21) (2020-03-20)
|
|
167
166
|
|
|
168
|
-
|
|
167
|
+
[Full Changelog](https://github.com/mitre/inspec_tools/compare/v1.6.20...v1.6.21)
|
|
169
168
|
|
|
170
169
|
**Closed issues:**
|
|
171
170
|
|
|
@@ -289,6 +288,10 @@
|
|
|
289
288
|
|
|
290
289
|
[Full Changelog](https://github.com/mitre/inspec_tools/compare/53bdcb3...v1.6.6)
|
|
291
290
|
|
|
291
|
+
**Implemented enhancements:**
|
|
292
|
+
|
|
293
|
+
- Parse cis XSLX [\#90](https://github.com/mitre/inspec_tools/pull/90) ([lukemalinowski](https://github.com/lukemalinowski))
|
|
294
|
+
|
|
292
295
|
**Fixed bugs:**
|
|
293
296
|
|
|
294
297
|
- --help option is broken but inspec\_tools help \<command\> works [\#77](https://github.com/mitre/inspec_tools/issues/77)
|
|
@@ -454,7 +457,6 @@
|
|
|
454
457
|
- Travis test [\#39](https://github.com/mitre/inspec_tools/pull/39) ([robthew](https://github.com/robthew))
|
|
455
458
|
- Add rubocop to the process [\#35](https://github.com/mitre/inspec_tools/pull/35) ([aaronlippold](https://github.com/aaronlippold))
|
|
456
459
|
- \* added refernces to external data sources [\#30](https://github.com/mitre/inspec_tools/pull/30) ([aaronlippold](https://github.com/aaronlippold))
|
|
457
|
-
- Cleanup Debug Statetements [\#12](https://github.com/mitre/inspec_tools/pull/12) ([yarick](https://github.com/yarick))
|
|
458
460
|
|
|
459
461
|
## [v1.1.2](https://github.com/mitre/inspec_tools/tree/v1.1.2) (2018-11-08)
|
|
460
462
|
|
|
@@ -485,6 +487,7 @@
|
|
|
485
487
|
|
|
486
488
|
**Merged pull requests:**
|
|
487
489
|
|
|
490
|
+
- Cleanup Debug Statetements [\#12](https://github.com/mitre/inspec_tools/pull/12) ([yarick](https://github.com/yarick))
|
|
488
491
|
- Change default separated\_files setting to default to true [\#11](https://github.com/mitre/inspec_tools/pull/11) ([yarick](https://github.com/yarick))
|
|
489
492
|
- Cleanup [\#8](https://github.com/mitre/inspec_tools/pull/8) ([robthew](https://github.com/robthew))
|
|
490
493
|
- Unification [\#5](https://github.com/mitre/inspec_tools/pull/5) ([dromazmj](https://github.com/dromazmj))
|
|
Binary file
|
data/lib/data/NIST_Map_09212017B_CSC-CIS_Critical_Security_Controls_VER_6.1_Excel_9.1.2016.xlsx
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: inspec_tools
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.1.pre1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Robert Thew
|
|
@@ -349,9 +349,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
349
349
|
version: '2.4'
|
|
350
350
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
351
351
|
requirements:
|
|
352
|
-
- - "
|
|
352
|
+
- - ">"
|
|
353
353
|
- !ruby/object:Gem::Version
|
|
354
|
-
version:
|
|
354
|
+
version: 1.3.1
|
|
355
355
|
requirements: []
|
|
356
356
|
rubygems_version: 3.1.2
|
|
357
357
|
signing_key:
|