dradis-zap 4.8.0 → 4.10.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: 2e68cba3c0af0315be526f5e1f41b77a4307a089c18d842085044f9bba6aa6f8
4
- data.tar.gz: ccd042eefc1ebf70ceb1bb5cb24fe6d907534f1271fc8c24fc1082e71e261076
3
+ metadata.gz: 8c503ea5eda29d80aca4c69a84eef0baede44d3ddc707db6103af9fb09dbd486
4
+ data.tar.gz: 1a3c64fd246cb90a5cc0b86a2d271d6d7a8fd8320b3545d7080454b2f4708d1e
5
5
  SHA512:
6
- metadata.gz: 5c66422f4fcb82bedefc83057bc4d13bc926c6785f9e72fb00eb946c0f4025693948cd08de674fb85099fa29e305b5bdf45584aec76c4be5aaf44446dd0ddea8
7
- data.tar.gz: 6c4de8723c09774c5f70bc0c26db9a62c5e7ecae62a680a0dce82f51cf78581e5cf441c8f149e09ff5c6ef39acbf92378d812ba70e23c8ed0d3d086291c0a0fe
6
+ metadata.gz: 25ecf0d4f772d67cdd33b94a7d89ba8a6c98ef25fc4dc15a84dc1347ca2634243107f1671ba85bfdf7db2a9bac6d93b247de58aa9925a0fbf908e3d8f36642a3
7
+ data.tar.gz: f35782908e4d412ad2b57ef05e051435d26368530e23e2f5d349d6a8dc2cd369327993ff93c2db68e445139eddf90d847f422e1665798139bfd634004eff088b
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ v4.10.0 (September 2023)
2
+ - Update gemspec links
3
+
4
+ v4.9.0 (June 2023)
5
+ - No changes
6
+
1
7
  v4.8.0 (April 2023)
2
8
  - No changes
3
9
 
data/dradis-zap.gemspec CHANGED
@@ -2,10 +2,9 @@ $:.push File.expand_path('../lib', __FILE__)
2
2
  require 'dradis/plugins/zap/version'
3
3
  version = Dradis::Plugins::Zap::VERSION::STRING
4
4
 
5
-
6
5
  # Describe your gem and declare its dependencies:
7
6
  Gem::Specification.new do |spec|
8
- spec.platform = Gem::Platform::RUBY
7
+ spec.platform = Gem::Platform::RUBY
9
8
  spec.name = 'dradis-zap'
10
9
  spec.version = version
11
10
  spec.summary = 'ZAP add-on for the Dradis Framework.'
@@ -14,11 +13,10 @@ Gem::Specification.new do |spec|
14
13
  spec.license = 'GPL-2'
15
14
 
16
15
  spec.authors = ['Daniel Martin']
17
- spec.email = ['etd@nomejortu.com']
18
- spec.homepage = 'http://dradisframework.org'
16
+ spec.homepage = 'https://dradis.com/integrations/zap.html'
19
17
 
20
18
  spec.files = `git ls-files`.split($\)
21
- 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) }
22
20
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
23
21
 
24
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 = 8
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-zap
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.8.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-04-12 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 add-on allows you to upload and parse output produced from the Zed
98
98
  Attack Proxy (ZAP) into Dradis.
99
- email:
100
- - etd@nomejortu.com
99
+ email:
101
100
  executables: []
102
101
  extensions: []
103
102
  extra_rdoc_files: []
@@ -129,7 +128,7 @@ files:
129
128
  - templates/issue.fields
130
129
  - templates/issue.sample
131
130
  - templates/issue.template
132
- homepage: http://dradisframework.org
131
+ homepage: https://dradis.com/integrations/zap.html
133
132
  licenses:
134
133
  - GPL-2
135
134
  metadata: {}