heimdall_tools 1.3.26 → 1.3.27

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +9 -1
  3. data/README.md +10 -5
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9f56dbda2e34eb3d1f7377fe8cd0c496fc954c16396462f968cbf701fef4b11c
4
- data.tar.gz: 0ea42e897e8917ac936ff1fc1772913bf5f1784e61525957dfda400345e527c3
3
+ metadata.gz: ec12dcca7139b389b594827c467624eb68c04b3c65c2f9cf978a79c191d1df5c
4
+ data.tar.gz: 13c5f3844677537895b7b66cae5bde9bcf1b62106d71becefe6b90a86cfd24bb
5
5
  SHA512:
6
- metadata.gz: 52ee2ddabcc9e2856e1170970267f07ca74c8eb99ab1ea5d2a6533eb7cb13cd7fc0ad32ae0e0d3dee1fd95bc95f08801cc68afa5541c60958977606cf7d36d30
7
- data.tar.gz: e7b5ed794eb99fb31c07615c5aca117538cc636fa221d540fc21a509f59f669d98a819a762815fd26c574d3236d9dafe3e8eaaa9b6c48eeccde4622a058c02a4
6
+ metadata.gz: e889225ffead476f7d2563888081a95ed4fbc6486611a5102329ecdd1ab5744082b7fc8864a995b6b05a514419be2d4487072b462c4bb7e9231cb9c1823db1ff
7
+ data.tar.gz: b87c89909ccf8cb5d90abd4f8a306bcaddfcf6b2ef63c17ebe7f5f8f05f6883fd3ac71515463d698a8afcbb101a30312d6d64305ce132ef7092ea449cc8c3714
data/CHANGELOG.md CHANGED
@@ -2,7 +2,15 @@
2
2
 
3
3
  ## [Unreleased](https://github.com/mitre/heimdall_tools/tree/HEAD)
4
4
 
5
- [Full Changelog](https://github.com/mitre/heimdall_tools/compare/v1.3.25...HEAD)
5
+ [Full Changelog](https://github.com/mitre/heimdall_tools/compare/v1.3.26...HEAD)
6
+
7
+ **Merged pull requests:**
8
+
9
+ - 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))
10
+
11
+ ## [v1.3.26](https://github.com/mitre/heimdall_tools/tree/v1.3.26) (2020-05-06)
12
+
13
+ [Full Changelog](https://github.com/mitre/heimdall_tools/compare/v1.3.25...v1.3.26)
6
14
 
7
15
  **Implemented enhancements:**
8
16
 
data/README.md CHANGED
@@ -53,6 +53,13 @@ Verify the installed version number:
53
53
  On the Command Line, `heimdall_tools help` will print a listing of all the command with a short description.
54
54
  For detailed help on any command, run `heimdall_tools help [COMMAND]`. Help can also be called with the `-h, --help` flags after any command, like `heimdall_tools fortify_mapper -h`.
55
55
 
56
+ For Docker usage, replace the `heimdall_tools` command with the correct Docker command below for your operating system:
57
+
58
+ - **On Linux and Mac:** `docker run -it -v$(pwd):/share mitre/heimdall_tools`
59
+ - **On Windows CMD:** `docker run -it -v%cd%:/share mitre/heimdall_tools`
60
+
61
+ Note that all of the above Docker commands will mount your current directory on the Docker container. Ensure that you have navigated to the directory you intend to convert files in before executing the command.
62
+
56
63
  ## sonarqube_mapper
57
64
 
58
65
  sonarqube_mapper pulls SonarQube results, for the specified project, from the API and outputs in HDF format Json to be viewed on Heimdall
@@ -122,17 +129,15 @@ example: heimdall_tools burpsuite_mapper -x burpsuite_results.xml -o scan_result
122
129
 
123
130
  ## nessus_mapper
124
131
 
125
- nessus_mapper translates an Nessus exported XML results file into HDF format json to be viewable in Heimdall
126
-
127
- The current iteration maps all plugin families except 'Policy Compliance'
132
+ nessus_mapper translates a Nessus-exported XML results file into HDF format json to be viewable in Heimdall
128
133
 
129
- A separate HDF JSON is generated for each host reported in the Nessus Report.
134
+ Note: A separate HDF JSON file is generated for each host reported in the Nessus Report.
130
135
 
131
136
  ```
132
137
  USAGE: heimdall_tools nessus_mapper [OPTIONS] -x <nessus-results-xml> -o <hdf-file-prefix>
133
138
 
134
139
  FLAGS:
135
- -x <nessus-results-xml> : path to BurpSuitePro exported XML results file.
140
+ -x <nessus-results-xml> : path to Nessus-exported XML results file.
136
141
  -o --output_prefix <prefix> : path to output scan-results json.
137
142
  -V --verbose : verbose run [optional].
138
143
 
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.26
4
+ version: 1.3.27
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-05-06 00:00:00.000000000 Z
13
+ date: 2020-05-22 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: nokogiri
@@ -116,14 +116,14 @@ dependencies:
116
116
  requirements:
117
117
  - - ">="
118
118
  - !ruby/object:Gem::Version
119
- version: '0.17'
119
+ version: 0.17.2
120
120
  type: :runtime
121
121
  prerelease: false
122
122
  version_requirements: !ruby/object:Gem::Requirement
123
123
  requirements:
124
124
  - - ">="
125
125
  - !ruby/object:Gem::Version
126
- version: '0.17'
126
+ version: 0.17.2
127
127
  - !ruby/object:Gem::Dependency
128
128
  name: bundler
129
129
  requirement: !ruby/object:Gem::Requirement