vrt 0.10.0 → 0.11.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/lib/data/1.10.1/deprecated-node-mapping.json +200 -0
- data/lib/data/1.10.1/mappings/cvss_v3/cvss_v3.json +1074 -0
- data/lib/data/1.10.1/mappings/cvss_v3/cvss_v3.schema.json +59 -0
- data/lib/data/1.10.1/mappings/cwe/cwe.json +477 -0
- data/lib/data/1.10.1/mappings/cwe/cwe.schema.json +63 -0
- data/lib/data/1.10.1/mappings/remediation_advice/remediation_advice.json +1543 -0
- data/lib/data/1.10.1/mappings/remediation_advice/remediation_advice.schema.json +75 -0
- data/lib/data/1.10.1/third-party-mappings/remediation_training/secure-code-warrior-links.json +348 -0
- data/lib/data/1.10.1/vrt.schema.json +63 -0
- data/lib/data/1.10.1/vulnerability-rating-taxonomy.json +2171 -0
- data/lib/data/1.10/deprecated-node-mapping.json +200 -0
- data/lib/data/1.10/mappings/cvss_v3/cvss_v3.json +1074 -0
- data/lib/data/1.10/mappings/cvss_v3/cvss_v3.schema.json +59 -0
- data/lib/data/1.10/mappings/cwe/cwe.json +477 -0
- data/lib/data/1.10/mappings/cwe/cwe.schema.json +63 -0
- data/lib/data/1.10/mappings/remediation_advice/remediation_advice.json +1543 -0
- data/lib/data/1.10/mappings/remediation_advice/remediation_advice.schema.json +75 -0
- data/lib/data/1.10/third-party-mappings/remediation_training/secure-code-warriors-links.json +348 -0
- data/lib/data/1.10/vrt.schema.json +63 -0
- data/lib/data/1.10/vulnerability-rating-taxonomy.json +2171 -0
- data/lib/vrt/version.rb +1 -1
- metadata +31 -7
data/lib/vrt/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vrt
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.11.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Barnett Klane
|
|
8
8
|
- Max Schwenk
|
|
9
9
|
- Adam David
|
|
10
|
-
autorequire:
|
|
10
|
+
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date:
|
|
13
|
+
date: 2021-03-31 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: bundler
|
|
@@ -82,7 +82,7 @@ dependencies:
|
|
|
82
82
|
- - '='
|
|
83
83
|
- !ruby/object:Gem::Version
|
|
84
84
|
version: 0.56.0
|
|
85
|
-
description:
|
|
85
|
+
description:
|
|
86
86
|
email:
|
|
87
87
|
- barnett@bugcrowd.com
|
|
88
88
|
- max.schwenk@bugcrowd.com
|
|
@@ -96,6 +96,26 @@ files:
|
|
|
96
96
|
- lib/data/1.1/deprecated-node-mapping.json
|
|
97
97
|
- lib/data/1.1/vrt.schema.json
|
|
98
98
|
- lib/data/1.1/vulnerability-rating-taxonomy.json
|
|
99
|
+
- lib/data/1.10.1/deprecated-node-mapping.json
|
|
100
|
+
- lib/data/1.10.1/mappings/cvss_v3/cvss_v3.json
|
|
101
|
+
- lib/data/1.10.1/mappings/cvss_v3/cvss_v3.schema.json
|
|
102
|
+
- lib/data/1.10.1/mappings/cwe/cwe.json
|
|
103
|
+
- lib/data/1.10.1/mappings/cwe/cwe.schema.json
|
|
104
|
+
- lib/data/1.10.1/mappings/remediation_advice/remediation_advice.json
|
|
105
|
+
- lib/data/1.10.1/mappings/remediation_advice/remediation_advice.schema.json
|
|
106
|
+
- lib/data/1.10.1/third-party-mappings/remediation_training/secure-code-warrior-links.json
|
|
107
|
+
- lib/data/1.10.1/vrt.schema.json
|
|
108
|
+
- lib/data/1.10.1/vulnerability-rating-taxonomy.json
|
|
109
|
+
- lib/data/1.10/deprecated-node-mapping.json
|
|
110
|
+
- lib/data/1.10/mappings/cvss_v3/cvss_v3.json
|
|
111
|
+
- lib/data/1.10/mappings/cvss_v3/cvss_v3.schema.json
|
|
112
|
+
- lib/data/1.10/mappings/cwe/cwe.json
|
|
113
|
+
- lib/data/1.10/mappings/cwe/cwe.schema.json
|
|
114
|
+
- lib/data/1.10/mappings/remediation_advice/remediation_advice.json
|
|
115
|
+
- lib/data/1.10/mappings/remediation_advice/remediation_advice.schema.json
|
|
116
|
+
- lib/data/1.10/third-party-mappings/remediation_training/secure-code-warriors-links.json
|
|
117
|
+
- lib/data/1.10/vrt.schema.json
|
|
118
|
+
- lib/data/1.10/vulnerability-rating-taxonomy.json
|
|
99
119
|
- lib/data/1.2/deprecated-node-mapping.json
|
|
100
120
|
- lib/data/1.2/vrt.schema.json
|
|
101
121
|
- lib/data/1.2/vulnerability-rating-taxonomy.json
|
|
@@ -184,8 +204,12 @@ files:
|
|
|
184
204
|
homepage: https://github.com/bugcrowd/vrt-ruby
|
|
185
205
|
licenses:
|
|
186
206
|
- MIT
|
|
187
|
-
metadata:
|
|
188
|
-
|
|
207
|
+
metadata:
|
|
208
|
+
homepage_uri: https://github.com/bugcrowd/vrt-ruby
|
|
209
|
+
changelog_uri: https://github.com/bugcrowd/vrt-ruby/blob/master/CHANGELOG.md
|
|
210
|
+
source_code_uri: https://github.com/bugcrowd/vrt-ruby
|
|
211
|
+
bug_tracker_uri: https://github.com/bugcrowd/vrt-ruby/issues
|
|
212
|
+
post_install_message:
|
|
189
213
|
rdoc_options: []
|
|
190
214
|
require_paths:
|
|
191
215
|
- lib
|
|
@@ -201,7 +225,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
201
225
|
version: '0'
|
|
202
226
|
requirements: []
|
|
203
227
|
rubygems_version: 3.1.2
|
|
204
|
-
signing_key:
|
|
228
|
+
signing_key:
|
|
205
229
|
specification_version: 4
|
|
206
230
|
summary: Ruby wrapper for Bugcrowd's Vulnerability Rating Taxonomy
|
|
207
231
|
test_files: []
|