dradis-burp 3.15.0 → 3.16.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/dradis/plugins/burp/gem_version.rb +1 -1
- data/spec/fixtures/files/burp_issue_severity.xml +9 -9
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3662fe577341116ef07b5a8a4b4f743504ad0caeff96894f65cb06ce0e90505b
|
4
|
+
data.tar.gz: 75afb4b66a1af15137497b13a6729d43d25a58c2540fee71d098d0be125bb746
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 07215a7f6e049ebd8740bb3bb66c69461a5a23c245990ff174c85b62b16e7c5c6524c01c7f49406c3df32096f703c9c31fcb21f4245eb97aa2bbd0bf328ccdb3
|
7
|
+
data.tar.gz: 5187177667363567fc028a89760b8871ecbb21e7350addede98dabf8d47ab3c3c70e2c6b48f89a01f89a830813fd09ade94a3c29b89f5daf5bea49c6652c8e93
|
data/CHANGELOG.md
CHANGED
@@ -45,8 +45,8 @@
|
|
45
45
|
</issue>
|
46
46
|
<issue>
|
47
47
|
<serialNumber>1833460934674078321</serialNumber>
|
48
|
-
<type>
|
49
|
-
<name>Issue
|
48
|
+
<type>8781631</type>
|
49
|
+
<name>Issue 2</name>
|
50
50
|
<host ip="10.0.0.1">http://www.test.com</host>
|
51
51
|
<path><![CDATA[/Common/login.aspx]]></path>
|
52
52
|
<location><![CDATA[/Common/login.aspx]]></location>
|
@@ -63,8 +63,8 @@
|
|
63
63
|
</issue>
|
64
64
|
<issue>
|
65
65
|
<serialNumber>1833460934674078322</serialNumber>
|
66
|
-
<type>
|
67
|
-
<name>Issue
|
66
|
+
<type>134217728</type>
|
67
|
+
<name>Issue 3</name>
|
68
68
|
<host ip="10.0.0.1">http://www.test.com</host>
|
69
69
|
<path><![CDATA[/Common/login.aspx]]></path>
|
70
70
|
<location><![CDATA[/Common/login.aspx]]></location>
|
@@ -81,12 +81,12 @@
|
|
81
81
|
</issue>
|
82
82
|
<issue>
|
83
83
|
<serialNumber>1833460934674078323</serialNumber>
|
84
|
-
<type>
|
85
|
-
<name>Issue
|
84
|
+
<type>8781632</type>
|
85
|
+
<name>Issue 4</name>
|
86
86
|
<host ip="10.0.0.1">http://www.test.com</host>
|
87
87
|
<path><![CDATA[/Common/login.aspx]]></path>
|
88
88
|
<location><![CDATA[/Common/login.aspx]]></location>
|
89
|
-
<severity>
|
89
|
+
<severity>High</severity>
|
90
90
|
<confidence>Firm</confidence>
|
91
91
|
<issueBackground><![CDATA[Lorem ipsum dolor sit amet, consectetur adipisicing elit. Veniam fugiat possimus quaerat esse aspernatur cumque, fugit incidunt tempora nam ex atque, magni alias ullam illo voluptate sed consequatur reprehenderit qui.]]></issueBackground>
|
92
92
|
<remediationBackground><![CDATA[Lorem ipsum dolor sit amet, consectetur adipisicing elit. Explicabo itaque unde numquam, nihil eveniet deleniti dignissimos architecto quo neque ea impedit nam autem iusto iste, esse, aut minus animi repellat.]]></remediationBackground>
|
@@ -99,8 +99,8 @@
|
|
99
99
|
</issue>
|
100
100
|
<issue>
|
101
101
|
<serialNumber>1833460934674078323</serialNumber>
|
102
|
-
<type>
|
103
|
-
<name>Issue
|
102
|
+
<type>8781633</type>
|
103
|
+
<name>Issue 5</name>
|
104
104
|
<host ip="10.0.0.1">http://www.test.com</host>
|
105
105
|
<path><![CDATA[/Common/login.aspx]]></path>
|
106
106
|
<location><![CDATA[/Common/login.aspx]]></location>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dradis-burp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.16.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Daniel Martin
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-02-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: dradis-plugins
|