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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 605cb0e23d4b8ad4cd405ce901bb975ee53d11483b8cfb3776df9704dfca44be
4
- data.tar.gz: 01615abac54c53772a8caccdf919d01c1cc8c1a75f6e80f68499b35798920d5c
3
+ metadata.gz: 3662fe577341116ef07b5a8a4b4f743504ad0caeff96894f65cb06ce0e90505b
4
+ data.tar.gz: 75afb4b66a1af15137497b13a6729d43d25a58c2540fee71d098d0be125bb746
5
5
  SHA512:
6
- metadata.gz: c0367719e947781e23abc9c5bdb8efec6f8c39d8f4bec3fe9e733721c5075f3e639db084c01c85351fa97f1d5eeda0ce56114b005f4a13feb5b91489c6d8d8d7
7
- data.tar.gz: 622c926a11e2b55039cf8c64237267adf6870900a7bf458484f095ba2d08320f5029e8692fadf0b0375d5979ed3f530298fa3bfa4bcb262330656d9eab60a35f
6
+ metadata.gz: 07215a7f6e049ebd8740bb3bb66c69461a5a23c245990ff174c85b62b16e7c5c6524c01c7f49406c3df32096f703c9c31fcb21f4245eb97aa2bbd0bf328ccdb3
7
+ data.tar.gz: 5187177667363567fc028a89760b8871ecbb21e7350addede98dabf8d47ab3c3c70e2c6b48f89a01f89a830813fd09ade94a3c29b89f5daf5bea49c6652c8e93
@@ -1,3 +1,7 @@
1
+ ## Dradis Framework 3.16 (February, 2020) ##
2
+
3
+ * Update severity fixture for specs.
4
+
1
5
  ## Dradis Framework 3.15 (November, 2019) ##
2
6
 
3
7
  * Make `issue.severity` available at the Issue level.
@@ -8,7 +8,7 @@ module Dradis
8
8
 
9
9
  module VERSION
10
10
  MAJOR = 3
11
- MINOR = 15
11
+ MINOR = 16
12
12
  TINY = 0
13
13
  PRE = nil
14
14
 
@@ -45,8 +45,8 @@
45
45
  </issue>
46
46
  <issue>
47
47
  <serialNumber>1833460934674078321</serialNumber>
48
- <type>8781630</type>
49
- <name>Issue 1</name>
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>8781630</type>
67
- <name>Issue 1</name>
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>8781630</type>
85
- <name>Issue 1</name>
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>Critical</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>8781630</type>
103
- <name>Issue 1</name>
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.15.0
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: 2019-12-11 00:00:00.000000000 Z
11
+ date: 2020-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dradis-plugins