vrt 0.12.5 → 0.12.6
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.13/deprecated-node-mapping.json +236 -0
- data/lib/data/1.13/mappings/cvss_v3/cvss_v3.json +1368 -0
- data/lib/data/1.13/mappings/cvss_v3/cvss_v3.schema.json +59 -0
- data/lib/data/1.13/mappings/cwe/cwe.json +756 -0
- data/lib/data/1.13/mappings/cwe/cwe.schema.json +63 -0
- data/lib/data/1.13/mappings/remediation_advice/remediation_advice.json +1938 -0
- data/lib/data/1.13/mappings/remediation_advice/remediation_advice.schema.json +75 -0
- data/lib/data/1.13/third-party-mappings/remediation_training/secure-code-warrior-links.json +421 -0
- data/lib/data/1.13/vrt.schema.json +63 -0
- data/lib/data/1.13/vulnerability-rating-taxonomy.json +2623 -0
- data/lib/vrt/version.rb +1 -1
- metadata +17 -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.12.
|
|
4
|
+
version: 0.12.6
|
|
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: 2024-04-03 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
|
|
@@ -136,6 +136,16 @@ files:
|
|
|
136
136
|
- lib/data/1.12/third-party-mappings/remediation_training/secure-code-warrior-links.json
|
|
137
137
|
- lib/data/1.12/vrt.schema.json
|
|
138
138
|
- lib/data/1.12/vulnerability-rating-taxonomy.json
|
|
139
|
+
- lib/data/1.13/deprecated-node-mapping.json
|
|
140
|
+
- lib/data/1.13/mappings/cvss_v3/cvss_v3.json
|
|
141
|
+
- lib/data/1.13/mappings/cvss_v3/cvss_v3.schema.json
|
|
142
|
+
- lib/data/1.13/mappings/cwe/cwe.json
|
|
143
|
+
- lib/data/1.13/mappings/cwe/cwe.schema.json
|
|
144
|
+
- lib/data/1.13/mappings/remediation_advice/remediation_advice.json
|
|
145
|
+
- lib/data/1.13/mappings/remediation_advice/remediation_advice.schema.json
|
|
146
|
+
- lib/data/1.13/third-party-mappings/remediation_training/secure-code-warrior-links.json
|
|
147
|
+
- lib/data/1.13/vrt.schema.json
|
|
148
|
+
- lib/data/1.13/vulnerability-rating-taxonomy.json
|
|
139
149
|
- lib/data/1.2/deprecated-node-mapping.json
|
|
140
150
|
- lib/data/1.2/vrt.schema.json
|
|
141
151
|
- lib/data/1.2/vulnerability-rating-taxonomy.json
|
|
@@ -230,7 +240,7 @@ metadata:
|
|
|
230
240
|
changelog_uri: https://github.com/bugcrowd/vrt-ruby/blob/master/CHANGELOG.md
|
|
231
241
|
source_code_uri: https://github.com/bugcrowd/vrt-ruby
|
|
232
242
|
bug_tracker_uri: https://github.com/bugcrowd/vrt-ruby/issues
|
|
233
|
-
post_install_message:
|
|
243
|
+
post_install_message:
|
|
234
244
|
rdoc_options: []
|
|
235
245
|
require_paths:
|
|
236
246
|
- lib
|
|
@@ -245,8 +255,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
245
255
|
- !ruby/object:Gem::Version
|
|
246
256
|
version: '0'
|
|
247
257
|
requirements: []
|
|
248
|
-
rubygems_version: 3.
|
|
249
|
-
signing_key:
|
|
258
|
+
rubygems_version: 3.5.3
|
|
259
|
+
signing_key:
|
|
250
260
|
specification_version: 4
|
|
251
261
|
summary: Ruby wrapper for Bugcrowd's Vulnerability Rating Taxonomy
|
|
252
262
|
test_files: []
|