dradis-burp 4.9.0 → 4.10.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 190762a1cb56f840eda06155d3919b77979e1600ed04fcf9250d181079cb721f
4
- data.tar.gz: ecfad110a2d6693434a52970447590bd580563d4b33f46f346f66a940fab4b1b
3
+ metadata.gz: 8bd1fa2f6a54abe2a9883e3050ce4b3aa41e2181bc1e875f2e3d71f4eb8d2b3f
4
+ data.tar.gz: 83aad8a3721efd3b2ecb987c4a5bbd3eb95f8ab4677a85acce9113e1ad138c65
5
5
  SHA512:
6
- metadata.gz: 86a3eafbdb9bebf8be2760c831d13e6cfb532743e29d997be640027b725e8ed1d3cf6c6c571aa619969da5c19c02282a1944c1f52fd8d3dadcda2457040882f1
7
- data.tar.gz: '030139682d837062cf3d7d26f8bb6b40bf3be1299d7301271e1e1be499f08eb055c3c769e45ba2ffae5d4b6301bf1139d2cd78d4a85f9cfbfa44c22430a19706'
6
+ metadata.gz: 2840df6b1a43ec4adfbafaaeed355f6a4c0c4b9eb8d79fea36b2937c2e6dfeef6a09cd81e4606fc472d214c47f99f89e6ae4ef719511d608ff993fcdf917a6e6
7
+ data.tar.gz: 1f2ad7d6df4a86765b96ceebaf8498c1d1bf61432fcf016ac9c7c6e596690b6d4c38f59b2262e32088a3d3d8da040d58c48387dc3c305e4bd6e282453a1006b2
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ v4.10.0 (September 2023)
2
+ - Update gemspec links
3
+
1
4
  v4.9.0 (June 2023)
2
5
  - Adds strong and code tags parsing
3
6
 
data/dradis-burp.gemspec CHANGED
@@ -13,11 +13,10 @@ Gem::Specification.new do |spec|
13
13
  spec.license = 'GPL-2'
14
14
 
15
15
  spec.authors = ['Daniel Martin']
16
- spec.email = ['etd@nomejortu.com']
17
- spec.homepage = 'http://dradisframework.org'
16
+ spec.homepage = 'https://dradis.com/integrations/burp.html'
18
17
 
19
18
  spec.files = `git ls-files`.split($\)
20
- spec.executables = spec.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
19
+ spec.executables = spec.files.grep(%r{^bin/}).map { |f| File.basename(f) }
21
20
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
22
21
 
23
22
  # By not including Rails as a dependency, we can use the gem with different
@@ -8,7 +8,7 @@ module Dradis
8
8
 
9
9
  module VERSION
10
10
  MAJOR = 4
11
- MINOR = 9
11
+ MINOR = 10
12
12
  TINY = 0
13
13
  PRE = nil
14
14
 
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: 4.9.0
4
+ version: 4.10.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: 2023-05-31 00:00:00.000000000 Z
11
+ date: 2023-09-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dradis-plugins
@@ -96,8 +96,7 @@ dependencies:
96
96
  version: 0.5.2
97
97
  description: This plugin allows you to upload and parse output produced from Portswigger's
98
98
  Burp Scanner into Dradis.
99
- email:
100
- - etd@nomejortu.com
99
+ email:
101
100
  executables: []
102
101
  extensions: []
103
102
  extra_rdoc_files: []
@@ -142,7 +141,7 @@ files:
142
141
  - templates/issue.fields
143
142
  - templates/issue.sample
144
143
  - templates/issue.template
145
- homepage: http://dradisframework.org
144
+ homepage: https://dradis.com/integrations/burp.html
146
145
  licenses:
147
146
  - GPL-2
148
147
  metadata: {}