ruby_burp 1.0.1 → 1.0.2

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
  SHA1:
3
- metadata.gz: f4e41a427bcb7d3d7bcaf2f01fa286f6cb503339
4
- data.tar.gz: 4ae80db52b2b7d5f09e0a2d472bc54a6b37991a2
3
+ metadata.gz: fb30ad772a04a1edd4d6da5c5837b9b8a0c77bd3
4
+ data.tar.gz: 3773c9957abd07f61dc63eb5e1dac76af752938b
5
5
  SHA512:
6
- metadata.gz: 7d5dc8a5641c2c35a72e30779f1ac22e315c294019c41f957923836889a446335059e964e783a2df4ec9fa854f7897bafee2f8b635f2f23e602cdab250b33ae4
7
- data.tar.gz: 889fe149336c3b0b4c805c411d61946e64aeccbc5dcb9ecacd3f03f97c46a781d6d6236e6d6bb85d7c105d8761e542e9b9be94d16300162574fd6f8cc41d4587
6
+ metadata.gz: 342371dc9c06a30ade39f059e803baf804addf15b2f9d6e231a906ba20b87739e40d48fa60a56cd68d0172b54fdfbaacaa9d643c8f3263b566e7ce98a65a686c
7
+ data.tar.gz: 4fa2eadb3f6e2250e89abc19e8cfb0d31af50a29f875739f523068da2fa373837de7340db74ba5ddd5799b5556b3ec204aca672101a762f883729e6f4f5da737
@@ -24,14 +24,10 @@ module RubyBurp
24
24
  host = xml_issue.css('host').text
25
25
  issue.host = RbHost.new(ip, host)
26
26
 
27
- # p 'ref'
28
27
  issue.references = RbReference.parse(xml_issue.css('references').text)
29
- # p 'req'
30
28
  issue.request = RbRequest.parse(xml_issue.to_s)
31
- # p 'res'
32
29
  issue.response = RbResponse.parse(xml_issue.to_s)
33
- # p 'cla'
34
- issue.vulnerability_classifications = RbVulnerabilityClassification.parse(xml_issue.css('vulnerability_classification').text)
30
+ issue.vulnerability_classifications = RbVulnerabilityClassification.parse(xml_issue.css('vulnerabilityClassifications').text)
35
31
 
36
32
  issues.push issue
37
33
  end
@@ -1,3 +1,3 @@
1
1
  module RubyBurp
2
- VERSION = '1.0.1'
2
+ VERSION = '1.0.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_burp
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adilson Chacon
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-11-16 00:00:00.000000000 Z
11
+ date: 2018-12-05 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Parses Burp Scanner XML file
14
14
  email: