dradis-saint 4.9.0 → 4.10.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/dradis-saint.gemspec +1 -2
- data/lib/dradis/plugins/saint/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: 96f38eb364bd514a2b8698a981586cc6496a981e01778a1a5d9a458567ee2e9f
|
4
|
+
data.tar.gz: feb6625a95b86d798fabd4fc12d55e6c7eac283d865fec9c3aaefe8f655d753b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ee0cd6926d03d142ca256b6275d7462ee00a365cff045da4e2f63fedd2261ee9eb41b9d88180ef0b47984805d9ac52de8ec8b9ca54925d214a54798c867d9459
|
7
|
+
data.tar.gz: 1d76a5e1bcdb7bb1a8fb6e506404763b4278c080edcb76058f9dc21726f5e894ee8e698d5223cf856a80b453b10012a732734a400d105fcda536ee318a810ad2
|
data/CHANGELOG.md
CHANGED
data/dradis-saint.gemspec
CHANGED
@@ -10,8 +10,7 @@ Gem::Specification.new do |s|
|
|
10
10
|
s.name = 'dradis-saint'
|
11
11
|
s.version = version
|
12
12
|
s.authors = ['Daniel Martin']
|
13
|
-
s.
|
14
|
-
s.homepage = 'http://dradisframework.org'
|
13
|
+
s.homepage = 'https://dradis.com/integrations/saint.html'
|
15
14
|
s.summary = 'Saint upload add-on for Dradis Framework.'
|
16
15
|
s.description = 'This add-on allows you to upload and parse reports from Saint.'
|
17
16
|
s.license = 'GPL-2'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dradis-saint
|
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
|
@@ -95,8 +95,7 @@ dependencies:
|
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: '0'
|
97
97
|
description: This add-on allows you to upload and parse reports from Saint.
|
98
|
-
email:
|
99
|
-
- etd@nomejortu.com
|
98
|
+
email:
|
100
99
|
executables: []
|
101
100
|
extensions: []
|
102
101
|
extra_rdoc_files: []
|
@@ -141,7 +140,7 @@ files:
|
|
141
140
|
- templates/vulnerability.fields
|
142
141
|
- templates/vulnerability.sample
|
143
142
|
- templates/vulnerability.template
|
144
|
-
homepage:
|
143
|
+
homepage: https://dradis.com/integrations/saint.html
|
145
144
|
licenses:
|
146
145
|
- GPL-2
|
147
146
|
metadata: {}
|