dradis-burp 5.2.0 → 5.3.0
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 +3 -0
- data/lib/dradis/plugins/burp/gem_version.rb +1 -1
- data/lib/dradis/plugins/burp/mapping.rb +2 -0
- metadata +7 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0ec7d091fdd11c908c4a5e147337958f9fc35eb639aee0d976e160e73b6723d8
|
|
4
|
+
data.tar.gz: 9fdb9cafd01c7ea64e4359a9c98edf784a60178835c7442f0c53a7d45e48466c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cb171ceff2f9645ea3a4a25cb652096dfbaf4df2441485d0e1bd24558ecb956e5dbe13e203be3975f6ec4febbd35a5093f2059c5713f1fd259b0a49536a1233c
|
|
7
|
+
data.tar.gz: 83406a03c8a697edcb7b30b243b5a9c0e5c8745dfb759447179bfca58b6ff2c927b2f9432488045f968417e553e3f38bd0eca20222ed287d87eb47fe3be898d8
|
data/CHANGELOG.md
CHANGED
|
@@ -75,6 +75,7 @@ module Dradis::Plugins::Burp
|
|
|
75
75
|
'issue.background',
|
|
76
76
|
'issue.detail',
|
|
77
77
|
'issue.name',
|
|
78
|
+
'issue.type',
|
|
78
79
|
'issue.references',
|
|
79
80
|
'issue.remediation_background',
|
|
80
81
|
'issue.remediation_detail',
|
|
@@ -92,6 +93,7 @@ module Dradis::Plugins::Burp
|
|
|
92
93
|
'issue.detail'
|
|
93
94
|
],
|
|
94
95
|
xml_issue: [
|
|
96
|
+
'issue.type',
|
|
95
97
|
'issue.background',
|
|
96
98
|
'issue.detail',
|
|
97
99
|
'issue.name',
|
metadata
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dradis-burp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.
|
|
4
|
+
version: 5.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel Martin
|
|
8
|
+
autorequire:
|
|
8
9
|
bindir: bin
|
|
9
10
|
cert_chain: []
|
|
10
|
-
date:
|
|
11
|
+
date: 2026-08-11 00:00:00.000000000 Z
|
|
11
12
|
dependencies:
|
|
12
13
|
- !ruby/object:Gem::Dependency
|
|
13
14
|
name: dradis-plugins
|
|
@@ -95,6 +96,7 @@ dependencies:
|
|
|
95
96
|
version: 0.5.2
|
|
96
97
|
description: This plugin allows you to upload and parse output produced from Portswigger's
|
|
97
98
|
Burp Scanner into Dradis.
|
|
99
|
+
email:
|
|
98
100
|
executables: []
|
|
99
101
|
extensions: []
|
|
100
102
|
extra_rdoc_files: []
|
|
@@ -141,6 +143,7 @@ homepage: https://dradis.com/integrations/burp.html
|
|
|
141
143
|
licenses:
|
|
142
144
|
- GPL-2
|
|
143
145
|
metadata: {}
|
|
146
|
+
post_install_message:
|
|
144
147
|
rdoc_options: []
|
|
145
148
|
require_paths:
|
|
146
149
|
- lib
|
|
@@ -155,7 +158,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
155
158
|
- !ruby/object:Gem::Version
|
|
156
159
|
version: '0'
|
|
157
160
|
requirements: []
|
|
158
|
-
rubygems_version: 3.6
|
|
161
|
+
rubygems_version: 3.5.6
|
|
162
|
+
signing_key:
|
|
159
163
|
specification_version: 4
|
|
160
164
|
summary: Burp Scanner upload plugin for the Dradis Framework.
|
|
161
165
|
test_files:
|