odle 0.0.5 → 0.0.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/parsers/burp.rb +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6e15dc1834afd0c14ece78e25c9eddd2448fd705
4
- data.tar.gz: 964f409508c99a3932aaa9152c6b9193d43e4a07
3
+ metadata.gz: 948ef30d9f7dc55d450d33cab9843c0185e68791
4
+ data.tar.gz: aabe677ecd8dd3409707769dbc9e59d7111eff6d
5
5
  SHA512:
6
- metadata.gz: 4d7c0dce7adce994fc69a55fdcac0d33ac60e91f2548f940faacce7025b9437747a9b9e5cb0d8490e51a16527e71c6d862f60dacf190fcdc18cdc5cdb658cd58
7
- data.tar.gz: e219faefb359620e23f021bfef6d89f605d5fa93c487b805eda4ed52721954213f452ab2b2fb575b1252afa44cb8373fa7dca7078d94da006c5e8079219d7e93
6
+ metadata.gz: f10fb223677fbed605092b651f3f6f1df85a9ddae8ef88af69f15dc6d30437a0b27ad4212ee3b538981831942c271181b5063a37ed94cfecb4442986925e8c69
7
+ data.tar.gz: 90d9a6a72eec331e2b61774dd762413514f0195b40fcba68c36289553c9a8f591ab869984c117773f1651cc31647ab816355a500a8cdccc0524113e0d37d4e5b
data/lib/parsers/burp.rb CHANGED
@@ -34,7 +34,7 @@ require 'json'
34
34
  host = issue.css('host').text
35
35
  ip = issue.css('host').attr('ip')
36
36
  id = issue.css('type').text
37
- hostname = "#{ip} #{host}"
37
+ hostname = "#{host}"
38
38
 
39
39
  finding.affected_hosts = "#{host} (#{ip})"
40
40
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: odle
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Will Vandevanter
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-24 00:00:00.000000000 Z
11
+ date: 2018-04-26 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: An easy to use security data parsing tool. Takes in data from different
14
14
  tools and outputs standardized JSON.