dradis-coreimpact 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 +4 -4
- data/CHANGELOG.md +3 -0
- data/dradis-coreimpact.gemspec +1 -2
- data/lib/dradis/plugins/coreimpact/gem_version.rb +1 -1
- metadata +4 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f2684cc69ebcdf43db4aac8fb9a2082c1ee52375bf209c277e5e5821dd3bf3a4
|
|
4
|
+
data.tar.gz: abb7c74ed576b2af6b59289a68aff0e6fd5db3b70d8345f4f8b01da80c3443d8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dcfd452f365c6087731ba88d4e51313c8ea08124d9cc8ca453aa05f36d3ff0c3542557ae44314fb85160e860f0e6bba1d11008fbc31f6e9396a9f3f64b87b607
|
|
7
|
+
data.tar.gz: 513f90456c0f15ada2598b2c02fe76fe8de5b0a543b3646601b38a9bb293b9ef888e97c6a4fb07f8a1ca4bb9384e44e20d2d48cdcd52327ce8f1d8a80f50d25e
|
data/CHANGELOG.md
CHANGED
data/dradis-coreimpact.gemspec
CHANGED
|
@@ -13,8 +13,7 @@ Gem::Specification.new do |spec|
|
|
|
13
13
|
spec.license = 'GPL-2'
|
|
14
14
|
|
|
15
15
|
spec.authors = ['Daniel Martin']
|
|
16
|
-
spec.
|
|
17
|
-
spec.homepage = 'http://dradisframework.org'
|
|
16
|
+
spec.homepage = 'https://dradis.com/integrations/coreimpact.html'
|
|
18
17
|
|
|
19
18
|
spec.files = `git ls-files`.split($\)
|
|
20
19
|
spec.executables = spec.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dradis-coreimpact
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.
|
|
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-
|
|
11
|
+
date: 2023-09-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: dradis-plugins
|
|
@@ -82,8 +82,7 @@ dependencies:
|
|
|
82
82
|
version: 0.5.2
|
|
83
83
|
description: This add-on allows you to upload and parse output produced from CORE
|
|
84
84
|
Impact security scanner into Dradis.
|
|
85
|
-
email:
|
|
86
|
-
- etd@nomejortu.com
|
|
85
|
+
email:
|
|
87
86
|
executables: []
|
|
88
87
|
extensions: []
|
|
89
88
|
extra_rdoc_files: []
|
|
@@ -120,7 +119,7 @@ files:
|
|
|
120
119
|
- templates/issue.fields
|
|
121
120
|
- templates/issue.sample
|
|
122
121
|
- templates/issue.template
|
|
123
|
-
homepage:
|
|
122
|
+
homepage: https://dradis.com/integrations/coreimpact.html
|
|
124
123
|
licenses:
|
|
125
124
|
- GPL-2
|
|
126
125
|
metadata: {}
|