dradis-ntospider 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: ad4cb08b8228f9684e734673c354d150a4b4fd57c14d79cb39a89ab3b160c0cf
4
- data.tar.gz: 7832ff180cf67a58fb35a88883df7a0a44f7cb42c6426fb15fa61e5c982bb405
3
+ metadata.gz: 4da50f659cc3e8e767aaa6b03efabed8c0b9cd11e2d860572d0cdd4c9340ecb0
4
+ data.tar.gz: 644a22ecce0cd7f6d02bcac8cca9a2d8c8d8c0bd2dc4bd3f75a3ca2d9228d3d4
5
5
  SHA512:
6
- metadata.gz: 9c1d44d4d48266778af4cb3f496153e9a578630cd2927d827646b07312f62cb129fca7bc15bdc3cacfd1718e513dbd76efab4f0e96d397ee39accadb8e1912e4
7
- data.tar.gz: 9a5dacdbdf562a6d273718a17550e711b0ba339aef5edd7bb6c8601954e08351d64ff9ac88876d7044abfaa5b34cdd69a4ae055081ac1a57dbce3a04aaf05830
6
+ metadata.gz: e46331fbf13aa2e3d300a1b64bdb4c77612c6cfda371b3543d56994b7cd859f98c28d2278500c46a8afe3970b6a1a01baf5f43a6af6817900b3bcc8f4f8b6daa
7
+ data.tar.gz: 9ec384d9ea384a440dd2d0a17a8e10ce5cf774aae9061b9bb4add9aa7a5b14e61a9381640102d859a071024ba3f3e423f2ce6019239812fc0fb9c194bd544b4a
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
  - No changes
3
6
 
@@ -2,10 +2,9 @@ $:.push File.expand_path('../lib', __FILE__)
2
2
  require 'dradis/plugins/ntospider/version'
3
3
  version = Dradis::Plugins::NTOSpider::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-ntospider'
10
9
  spec.version = version
11
10
  spec.summary = 'NTOSpider 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/appspider.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 = 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-ntospider
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'
97
97
  description: This add-on allows you to upload and parse output produced from NTOSpider
98
98
  Web Vulnerability Scanner into Dradis.
99
- email:
100
- - etd@nomejortu.com
99
+ email:
101
100
  executables: []
102
101
  extensions: []
103
102
  extra_rdoc_files: []
@@ -133,7 +132,7 @@ files:
133
132
  - templates/vuln.fields
134
133
  - templates/vuln.sample
135
134
  - templates/vuln.template
136
- homepage: http://dradisframework.org
135
+ homepage: https://dradis.com/integrations/appspider.html
137
136
  licenses:
138
137
  - GPL-2
139
138
  metadata: {}