heimdall_tools 1.3.29 → 1.3.34
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +36 -0
- data/lib/data/U_CCI_List.xml +38403 -0
- data/lib/data/cwe-nist-mapping.csv +8 -4
- data/lib/data/nikto-nist-mapping.csv +8942 -0
- data/lib/heimdall_tools.rb +2 -0
- data/lib/heimdall_tools/cli.rb +28 -1
- data/lib/heimdall_tools/help/nikto_mapper.md +7 -0
- data/lib/heimdall_tools/help/snyk_mapper.md +7 -0
- data/lib/heimdall_tools/nessus_mapper.rb +37 -11
- data/lib/heimdall_tools/nikto_mapper.rb +149 -0
- data/lib/heimdall_tools/snyk_mapper.rb +161 -0
- metadata +8 -4
- data/CHANGELOG.md +0 -269
- data/lib/data/gitkeep +0 -0
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: heimdall_tools
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.34
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Robert Thew
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: exe
|
12
12
|
cert_chain: []
|
13
|
-
date: 2020-
|
13
|
+
date: 2020-08-19 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: nokogiri
|
@@ -203,15 +203,15 @@ executables:
|
|
203
203
|
extensions: []
|
204
204
|
extra_rdoc_files: []
|
205
205
|
files:
|
206
|
-
- CHANGELOG.md
|
207
206
|
- Guardfile
|
208
207
|
- LICENSE.md
|
209
208
|
- README.md
|
210
209
|
- Rakefile
|
211
210
|
- exe/heimdall_tools
|
211
|
+
- lib/data/U_CCI_List.xml
|
212
212
|
- lib/data/cwe-nist-mapping.csv
|
213
|
-
- lib/data/gitkeep
|
214
213
|
- lib/data/nessus-plugins-nist-mapping.csv
|
214
|
+
- lib/data/nikto-nist-mapping.csv
|
215
215
|
- lib/data/owasp-nist-mapping.csv
|
216
216
|
- lib/heimdall_tools.rb
|
217
217
|
- lib/heimdall_tools/burpsuite_mapper.rb
|
@@ -223,9 +223,13 @@ files:
|
|
223
223
|
- lib/heimdall_tools/help/burpsuite_mapper.md
|
224
224
|
- lib/heimdall_tools/help/fortify_mapper.md
|
225
225
|
- lib/heimdall_tools/help/nessus_mapper.md
|
226
|
+
- lib/heimdall_tools/help/nikto_mapper.md
|
227
|
+
- lib/heimdall_tools/help/snyk_mapper.md
|
226
228
|
- lib/heimdall_tools/help/sonarqube_mapper.md
|
227
229
|
- lib/heimdall_tools/help/zap_mapper.md
|
228
230
|
- lib/heimdall_tools/nessus_mapper.rb
|
231
|
+
- lib/heimdall_tools/nikto_mapper.rb
|
232
|
+
- lib/heimdall_tools/snyk_mapper.rb
|
229
233
|
- lib/heimdall_tools/sonarqube_mapper.rb
|
230
234
|
- lib/heimdall_tools/version.rb
|
231
235
|
- lib/heimdall_tools/zap_mapper.rb
|
data/CHANGELOG.md
DELETED
@@ -1,269 +0,0 @@
|
|
1
|
-
# Changelog
|
2
|
-
|
3
|
-
## [Unreleased](https://github.com/mitre/heimdall_tools/tree/HEAD)
|
4
|
-
|
5
|
-
[Full Changelog](https://github.com/mitre/heimdall_tools/compare/v1.3.28...HEAD)
|
6
|
-
|
7
|
-
**Merged pull requests:**
|
8
|
-
|
9
|
-
- Remove debug line [\#53](https://github.com/mitre/heimdall_tools/pull/53) ([rx294](https://github.com/rx294))
|
10
|
-
|
11
|
-
## [v1.3.28](https://github.com/mitre/heimdall_tools/tree/v1.3.28) (2020-05-28)
|
12
|
-
|
13
|
-
[Full Changelog](https://github.com/mitre/heimdall_tools/compare/v1.3.27...v1.3.28)
|
14
|
-
|
15
|
-
**Closed issues:**
|
16
|
-
|
17
|
-
- Map 'Policy Compliance' entries for nessus\_mapper [\#49](https://github.com/mitre/heimdall_tools/issues/49)
|
18
|
-
|
19
|
-
**Merged pull requests:**
|
20
|
-
|
21
|
-
- Add code to translate Policy compliance results [\#51](https://github.com/mitre/heimdall_tools/pull/51) ([rx294](https://github.com/rx294))
|
22
|
-
|
23
|
-
## [v1.3.27](https://github.com/mitre/heimdall_tools/tree/v1.3.27) (2020-05-22)
|
24
|
-
|
25
|
-
[Full Changelog](https://github.com/mitre/heimdall_tools/compare/v1.3.26...v1.3.27)
|
26
|
-
|
27
|
-
**Merged pull requests:**
|
28
|
-
|
29
|
-
- Updated the Dockerfile to run in an alpine ruby container [\#47](https://github.com/mitre/heimdall_tools/pull/47) ([jsa5593](https://github.com/jsa5593))
|
30
|
-
- Require a newer version of git-lite-version-bump for Windows support [\#46](https://github.com/mitre/heimdall_tools/pull/46) ([rbclark](https://github.com/rbclark))
|
31
|
-
|
32
|
-
## [v1.3.26](https://github.com/mitre/heimdall_tools/tree/v1.3.26) (2020-05-06)
|
33
|
-
|
34
|
-
[Full Changelog](https://github.com/mitre/heimdall_tools/compare/v1.3.25...v1.3.26)
|
35
|
-
|
36
|
-
**Implemented enhancements:**
|
37
|
-
|
38
|
-
- Converter: Nessus Transform for Audit results and vulnerability scan results [\#29](https://github.com/mitre/heimdall_tools/issues/29)
|
39
|
-
|
40
|
-
**Merged pull requests:**
|
41
|
-
|
42
|
-
- Nessus Mapper [\#45](https://github.com/mitre/heimdall_tools/pull/45) ([rx294](https://github.com/rx294))
|
43
|
-
|
44
|
-
## [v1.3.25](https://github.com/mitre/heimdall_tools/tree/v1.3.25) (2020-04-16)
|
45
|
-
|
46
|
-
[Full Changelog](https://github.com/mitre/heimdall_tools/compare/v1.3.24...v1.3.25)
|
47
|
-
|
48
|
-
**Closed issues:**
|
49
|
-
|
50
|
-
- Add minimum required json fields to work heimdall server [\#5](https://github.com/mitre/heimdall_tools/issues/5)
|
51
|
-
|
52
|
-
**Merged pull requests:**
|
53
|
-
|
54
|
-
- Make sure the fields we are looking for in Fortify exist before we parse the element [\#44](https://github.com/mitre/heimdall_tools/pull/44) ([rbclark](https://github.com/rbclark))
|
55
|
-
- Update actions to use ruby/setup-ruby [\#43](https://github.com/mitre/heimdall_tools/pull/43) ([Bialogs](https://github.com/Bialogs))
|
56
|
-
|
57
|
-
## [v1.3.24](https://github.com/mitre/heimdall_tools/tree/v1.3.24) (2020-04-07)
|
58
|
-
|
59
|
-
[Full Changelog](https://github.com/mitre/heimdall_tools/compare/v1.3.23...v1.3.24)
|
60
|
-
|
61
|
-
**Implemented enhancements:**
|
62
|
-
|
63
|
-
- Converter: Burp Suite Pro [\#28](https://github.com/mitre/heimdall_tools/issues/28)
|
64
|
-
|
65
|
-
**Fixed bugs:**
|
66
|
-
|
67
|
-
- \[Bug\] Import mapping csvs by relative path [\#41](https://github.com/mitre/heimdall_tools/issues/41)
|
68
|
-
|
69
|
-
**Merged pull requests:**
|
70
|
-
|
71
|
-
- Update to pull data csvs by relative path [\#42](https://github.com/mitre/heimdall_tools/pull/42) ([rx294](https://github.com/rx294))
|
72
|
-
- Burpsuite mapper [\#40](https://github.com/mitre/heimdall_tools/pull/40) ([rx294](https://github.com/rx294))
|
73
|
-
|
74
|
-
## [v1.3.23](https://github.com/mitre/heimdall_tools/tree/v1.3.23) (2020-03-31)
|
75
|
-
|
76
|
-
[Full Changelog](https://github.com/mitre/heimdall_tools/compare/v1.3.23.pre5...v1.3.23)
|
77
|
-
|
78
|
-
## [v1.3.23.pre5](https://github.com/mitre/heimdall_tools/tree/v1.3.23.pre5) (2020-03-31)
|
79
|
-
|
80
|
-
[Full Changelog](https://github.com/mitre/heimdall_tools/compare/v1.3.23.pre4...v1.3.23.pre5)
|
81
|
-
|
82
|
-
**Merged pull requests:**
|
83
|
-
|
84
|
-
- Rubygems automatically trims the word \_api\_key when referencing the key [\#39](https://github.com/mitre/heimdall_tools/pull/39) ([rbclark](https://github.com/rbclark))
|
85
|
-
|
86
|
-
## [v1.3.23.pre4](https://github.com/mitre/heimdall_tools/tree/v1.3.23.pre4) (2020-03-31)
|
87
|
-
|
88
|
-
[Full Changelog](https://github.com/mitre/heimdall_tools/compare/v1.3.23.pre3...v1.3.23.pre4)
|
89
|
-
|
90
|
-
**Merged pull requests:**
|
91
|
-
|
92
|
-
- Cleanup GPR and Rubygems release flow [\#38](https://github.com/mitre/heimdall_tools/pull/38) ([rbclark](https://github.com/rbclark))
|
93
|
-
|
94
|
-
## [v1.3.23.pre3](https://github.com/mitre/heimdall_tools/tree/v1.3.23.pre3) (2020-03-31)
|
95
|
-
|
96
|
-
[Full Changelog](https://github.com/mitre/heimdall_tools/compare/v1.3.23.pre2...v1.3.23.pre3)
|
97
|
-
|
98
|
-
## [v1.3.23.pre2](https://github.com/mitre/heimdall_tools/tree/v1.3.23.pre2) (2020-03-31)
|
99
|
-
|
100
|
-
[Full Changelog](https://github.com/mitre/heimdall_tools/compare/v1.3.23.pre...v1.3.23.pre2)
|
101
|
-
|
102
|
-
## [v1.3.23.pre](https://github.com/mitre/heimdall_tools/tree/v1.3.23.pre) (2020-03-31)
|
103
|
-
|
104
|
-
[Full Changelog](https://github.com/mitre/heimdall_tools/compare/v1.3.22...v1.3.23.pre)
|
105
|
-
|
106
|
-
**Merged pull requests:**
|
107
|
-
|
108
|
-
- Restructure workflow for publishing gem [\#37](https://github.com/mitre/heimdall_tools/pull/37) ([rbclark](https://github.com/rbclark))
|
109
|
-
|
110
|
-
## [v1.3.22](https://github.com/mitre/heimdall_tools/tree/v1.3.22) (2020-03-31)
|
111
|
-
|
112
|
-
[Full Changelog](https://github.com/mitre/heimdall_tools/compare/v1.3.21...v1.3.22)
|
113
|
-
|
114
|
-
## [v1.3.21](https://github.com/mitre/heimdall_tools/tree/v1.3.21) (2020-03-31)
|
115
|
-
|
116
|
-
[Full Changelog](https://github.com/mitre/heimdall_tools/compare/v1.3.20...v1.3.21)
|
117
|
-
|
118
|
-
## [v1.3.20](https://github.com/mitre/heimdall_tools/tree/v1.3.20) (2020-03-30)
|
119
|
-
|
120
|
-
[Full Changelog](https://github.com/mitre/heimdall_tools/compare/v1.3.19...v1.3.20)
|
121
|
-
|
122
|
-
**Fixed bugs:**
|
123
|
-
|
124
|
-
- Unable to Convert Fortify 19.2.0 FVDL file to HDF [\#25](https://github.com/mitre/heimdall_tools/issues/25)
|
125
|
-
|
126
|
-
## [v1.3.19](https://github.com/mitre/heimdall_tools/tree/v1.3.19) (2020-03-30)
|
127
|
-
|
128
|
-
[Full Changelog](https://github.com/mitre/heimdall_tools/compare/v1.3.18...v1.3.19)
|
129
|
-
|
130
|
-
**Merged pull requests:**
|
131
|
-
|
132
|
-
- Remove all gems from Gemfile and declare them properly in the gemspec [\#33](https://github.com/mitre/heimdall_tools/pull/33) ([rbclark](https://github.com/rbclark))
|
133
|
-
|
134
|
-
## [v1.3.18](https://github.com/mitre/heimdall_tools/tree/v1.3.18) (2020-03-28)
|
135
|
-
|
136
|
-
[Full Changelog](https://github.com/mitre/heimdall_tools/compare/v1.3.17...v1.3.18)
|
137
|
-
|
138
|
-
## [v1.3.17](https://github.com/mitre/heimdall_tools/tree/v1.3.17) (2020-03-26)
|
139
|
-
|
140
|
-
[Full Changelog](https://github.com/mitre/heimdall_tools/compare/v1.3.16...v1.3.17)
|
141
|
-
|
142
|
-
**Closed issues:**
|
143
|
-
|
144
|
-
- Request New converters [\#23](https://github.com/mitre/heimdall_tools/issues/23)
|
145
|
-
|
146
|
-
## [v1.3.16](https://github.com/mitre/heimdall_tools/tree/v1.3.16) (2020-03-25)
|
147
|
-
|
148
|
-
[Full Changelog](https://github.com/mitre/heimdall_tools/compare/v1.3.15...v1.3.16)
|
149
|
-
|
150
|
-
## [v1.3.15](https://github.com/mitre/heimdall_tools/tree/v1.3.15) (2020-03-25)
|
151
|
-
|
152
|
-
[Full Changelog](https://github.com/mitre/heimdall_tools/compare/v1.3.14...v1.3.15)
|
153
|
-
|
154
|
-
## [v1.3.14](https://github.com/mitre/heimdall_tools/tree/v1.3.14) (2020-03-24)
|
155
|
-
|
156
|
-
[Full Changelog](https://github.com/mitre/heimdall_tools/compare/v1.3.13...v1.3.14)
|
157
|
-
|
158
|
-
## [v1.3.13](https://github.com/mitre/heimdall_tools/tree/v1.3.13) (2020-03-24)
|
159
|
-
|
160
|
-
[Full Changelog](https://github.com/mitre/heimdall_tools/compare/v1.3.12...v1.3.13)
|
161
|
-
|
162
|
-
## [v1.3.12](https://github.com/mitre/heimdall_tools/tree/v1.3.12) (2020-03-24)
|
163
|
-
|
164
|
-
[Full Changelog](https://github.com/mitre/heimdall_tools/compare/v1.3.11...v1.3.12)
|
165
|
-
|
166
|
-
## [v1.3.11](https://github.com/mitre/heimdall_tools/tree/v1.3.11) (2020-03-24)
|
167
|
-
|
168
|
-
[Full Changelog](https://github.com/mitre/heimdall_tools/compare/v1.3.10...v1.3.11)
|
169
|
-
|
170
|
-
## [v1.3.10](https://github.com/mitre/heimdall_tools/tree/v1.3.10) (2020-03-24)
|
171
|
-
|
172
|
-
[Full Changelog](https://github.com/mitre/heimdall_tools/compare/v1.3.9...v1.3.10)
|
173
|
-
|
174
|
-
## [v1.3.9](https://github.com/mitre/heimdall_tools/tree/v1.3.9) (2020-03-23)
|
175
|
-
|
176
|
-
[Full Changelog](https://github.com/mitre/heimdall_tools/compare/v1.3.8...v1.3.9)
|
177
|
-
|
178
|
-
**Closed issues:**
|
179
|
-
|
180
|
-
- Update XML parser [\#26](https://github.com/mitre/heimdall_tools/issues/26)
|
181
|
-
|
182
|
-
**Merged pull requests:**
|
183
|
-
|
184
|
-
- Update XML parser [\#27](https://github.com/mitre/heimdall_tools/pull/27) ([rx294](https://github.com/rx294))
|
185
|
-
|
186
|
-
## [v1.3.8](https://github.com/mitre/heimdall_tools/tree/v1.3.8) (2020-03-09)
|
187
|
-
|
188
|
-
[Full Changelog](https://github.com/mitre/heimdall_tools/compare/v1.3.7...v1.3.8)
|
189
|
-
|
190
|
-
**Closed issues:**
|
191
|
-
|
192
|
-
- \[BUG\] | sonarqube\_mapper is not handling NIST mapping correctly [\#21](https://github.com/mitre/heimdall_tools/issues/21)
|
193
|
-
|
194
|
-
**Merged pull requests:**
|
195
|
-
|
196
|
-
- Fixes \#21 \[BUG\] | sonarqube\_mapper is not handling NIST mapping correctly [\#22](https://github.com/mitre/heimdall_tools/pull/22) ([rx294](https://github.com/rx294))
|
197
|
-
|
198
|
-
## [v1.3.7](https://github.com/mitre/heimdall_tools/tree/v1.3.7) (2020-03-06)
|
199
|
-
|
200
|
-
[Full Changelog](https://github.com/mitre/heimdall_tools/compare/v1.3.6...v1.3.7)
|
201
|
-
|
202
|
-
## [v1.3.6](https://github.com/mitre/heimdall_tools/tree/v1.3.6) (2020-03-05)
|
203
|
-
|
204
|
-
[Full Changelog](https://github.com/mitre/heimdall_tools/compare/v1.3.5...v1.3.6)
|
205
|
-
|
206
|
-
## [v1.3.5](https://github.com/mitre/heimdall_tools/tree/v1.3.5) (2020-03-05)
|
207
|
-
|
208
|
-
[Full Changelog](https://github.com/mitre/heimdall_tools/compare/v1.3.4...v1.3.5)
|
209
|
-
|
210
|
-
## [v1.3.4](https://github.com/mitre/heimdall_tools/tree/v1.3.4) (2020-03-04)
|
211
|
-
|
212
|
-
[Full Changelog](https://github.com/mitre/heimdall_tools/compare/v1.3.3...v1.3.4)
|
213
|
-
|
214
|
-
**Closed issues:**
|
215
|
-
|
216
|
-
- Support Authenticated Sonarqube API for sonarqube\_mapper [\#18](https://github.com/mitre/heimdall_tools/issues/18)
|
217
|
-
|
218
|
-
## [v1.3.3](https://github.com/mitre/heimdall_tools/tree/v1.3.3) (2020-03-04)
|
219
|
-
|
220
|
-
[Full Changelog](https://github.com/mitre/heimdall_tools/compare/v1.3.2...v1.3.3)
|
221
|
-
|
222
|
-
**Merged pull requests:**
|
223
|
-
|
224
|
-
- Sonarqube authentication option [\#20](https://github.com/mitre/heimdall_tools/pull/20) ([rx294](https://github.com/rx294))
|
225
|
-
|
226
|
-
## [v1.3.2](https://github.com/mitre/heimdall_tools/tree/v1.3.2) (2019-12-27)
|
227
|
-
|
228
|
-
[Full Changelog](https://github.com/mitre/heimdall_tools/compare/v1.3.1...v1.3.2)
|
229
|
-
|
230
|
-
**Merged pull requests:**
|
231
|
-
|
232
|
-
- Adding dockerfile for heimdall tools [\#15](https://github.com/mitre/heimdall_tools/pull/15) ([rx294](https://github.com/rx294))
|
233
|
-
|
234
|
-
## [v1.3.1](https://github.com/mitre/heimdall_tools/tree/v1.3.1) (2019-12-27)
|
235
|
-
|
236
|
-
[Full Changelog](https://github.com/mitre/heimdall_tools/compare/v1.3.0...v1.3.1)
|
237
|
-
|
238
|
-
**Closed issues:**
|
239
|
-
|
240
|
-
- Update HDF format generate jsons in Inspec results style [\#10](https://github.com/mitre/heimdall_tools/issues/10)
|
241
|
-
|
242
|
-
**Merged pull requests:**
|
243
|
-
|
244
|
-
- Updating required nori gem version [\#16](https://github.com/mitre/heimdall_tools/pull/16) ([rx294](https://github.com/rx294))
|
245
|
-
- Populate shasum and runtime field [\#14](https://github.com/mitre/heimdall_tools/pull/14) ([rx294](https://github.com/rx294))
|
246
|
-
- Updates as per feedback [\#13](https://github.com/mitre/heimdall_tools/pull/13) ([rx294](https://github.com/rx294))
|
247
|
-
- updating samples [\#12](https://github.com/mitre/heimdall_tools/pull/12) ([rx294](https://github.com/rx294))
|
248
|
-
- Change to results view on heimdall [\#11](https://github.com/mitre/heimdall_tools/pull/11) ([rx294](https://github.com/rx294))
|
249
|
-
|
250
|
-
## [v1.3.0](https://github.com/mitre/heimdall_tools/tree/v1.3.0) (2019-09-24)
|
251
|
-
|
252
|
-
[Full Changelog](https://github.com/mitre/heimdall_tools/compare/c9c08305796eaf12d7abb2535c285a4acd2f5a91...v1.3.0)
|
253
|
-
|
254
|
-
**Closed issues:**
|
255
|
-
|
256
|
-
- README needs authors [\#9](https://github.com/mitre/heimdall_tools/issues/9)
|
257
|
-
- Get NIST rev version from CSV [\#4](https://github.com/mitre/heimdall_tools/issues/4)
|
258
|
-
- Output in evaluation format, not profile [\#2](https://github.com/mitre/heimdall_tools/issues/2)
|
259
|
-
|
260
|
-
**Merged pull requests:**
|
261
|
-
|
262
|
-
- Fixes to PR \#6 [\#8](https://github.com/mitre/heimdall_tools/pull/8) ([rx294](https://github.com/rx294))
|
263
|
-
- Update README fortify-fvdl flag to fvdl as in usage [\#7](https://github.com/mitre/heimdall_tools/pull/7) ([mirskiy](https://github.com/mirskiy))
|
264
|
-
- Add SonarQube Mapper and OWASP NIST mappings [\#6](https://github.com/mitre/heimdall_tools/pull/6) ([mirskiy](https://github.com/mirskiy))
|
265
|
-
- OWASP ZAP Mapper PR [\#3](https://github.com/mitre/heimdall_tools/pull/3) ([rx294](https://github.com/rx294))
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
|
data/lib/data/gitkeep
DELETED
File without changes
|