inspec_tools 1.3.5 → 1.3.6
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 +4 -4
- data/CHANGELOG.md +4 -1
- data/lib/inspec_tools/version.rb +1 -1
- data/lib/inspec_tools/xccdf.rb +0 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 24173bba10e1af8511d10fb4251a37ec5152fa73ea2175b82e4feb254b5b9a13
|
4
|
+
data.tar.gz: 54949534e7e9d879fa6c827c8e2022a1221d00031d63cff722cfb12edae2a21a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d07bdc8f07b8c0f91388ea91052366813ecbc1e82d56db758c45414413810f9bc71adadaa906072e70edc2e1a1f37fd37511e954c9d45756f15743d3d7bd7b91
|
7
|
+
data.tar.gz: bd1e95dcb865df3bd5cc33f6aafd523bcb662f028578d7e59521878bd54315af7e09d59d0afb87d813f27d66df8e870360c6e2386c0d3f983b882a6e5a31e975
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,8 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
+
## [v1.3.5](https://github.com/mitre/inspec_tools/tree/v1.3.5) (2019-05-01)
|
4
|
+
[Full Changelog](https://github.com/mitre/inspec_tools/compare/v1.3.4...v1.3.5)
|
5
|
+
|
3
6
|
## [v1.3.4](https://github.com/mitre/inspec_tools/tree/v1.3.4) (2019-05-01)
|
4
7
|
[Full Changelog](https://github.com/mitre/inspec_tools/compare/v1.1.6...v1.3.4)
|
5
8
|
|
@@ -89,4 +92,4 @@
|
|
89
92
|
|
90
93
|
|
91
94
|
|
92
|
-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
95
|
+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
data/lib/inspec_tools/version.rb
CHANGED
data/lib/inspec_tools/xccdf.rb
CHANGED
@@ -146,7 +146,6 @@ module InspecTools
|
|
146
146
|
control['tags']['ia_controls'] = group.rule.description.ia_controls if group.rule.description.ia_controls != ''
|
147
147
|
control['tags']['check'] = group.rule.check.content
|
148
148
|
control['tags']['fix'] = group.rule.fixtext
|
149
|
-
control['tags']['severity'] = group.rule.severity
|
150
149
|
@controls << control
|
151
150
|
end
|
152
151
|
@profile['controls'] = @controls
|
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: 1.3.
|
4
|
+
version: 1.3.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Robert Thew
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: exe
|
13
13
|
cert_chain: []
|
14
|
-
date: 2019-05-
|
14
|
+
date: 2019-05-02 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: colorize
|