vrt 0.13.4 → 0.13.5
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.16/deprecated-node-mapping.json +332 -0
- data/lib/data/1.16/mappings/cvss_v3/cvss_v3.json +1335 -0
- data/lib/data/1.16/mappings/cvss_v3/cvss_v3.schema.json +59 -0
- data/lib/data/1.16/mappings/cwe/cwe.json +1167 -0
- data/lib/data/1.16/mappings/cwe/cwe.schema.json +63 -0
- data/lib/data/1.16/mappings/remediation_advice/remediation_advice.json +2101 -0
- data/lib/data/1.16/mappings/remediation_advice/remediation_advice.schema.json +75 -0
- data/lib/data/1.16/third-party-mappings/remediation_training/secure-code-warrior-links.json +520 -0
- data/lib/data/1.16/vrt.schema.json +63 -0
- data/lib/data/1.16/vulnerability-rating-taxonomy.json +3244 -0
- data/lib/vrt/version.rb +1 -1
- metadata +13 -3
data/lib/vrt/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vrt
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.13.
|
4
|
+
version: 0.13.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Barnett Klane
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2025-
|
14
|
+
date: 2025-06-23 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: bundler
|
@@ -198,6 +198,16 @@ files:
|
|
198
198
|
- lib/data/1.15/third-party-mappings/remediation_training/secure-code-warrior-links.json
|
199
199
|
- lib/data/1.15/vrt.schema.json
|
200
200
|
- lib/data/1.15/vulnerability-rating-taxonomy.json
|
201
|
+
- lib/data/1.16/deprecated-node-mapping.json
|
202
|
+
- lib/data/1.16/mappings/cvss_v3/cvss_v3.json
|
203
|
+
- lib/data/1.16/mappings/cvss_v3/cvss_v3.schema.json
|
204
|
+
- lib/data/1.16/mappings/cwe/cwe.json
|
205
|
+
- lib/data/1.16/mappings/cwe/cwe.schema.json
|
206
|
+
- lib/data/1.16/mappings/remediation_advice/remediation_advice.json
|
207
|
+
- lib/data/1.16/mappings/remediation_advice/remediation_advice.schema.json
|
208
|
+
- lib/data/1.16/third-party-mappings/remediation_training/secure-code-warrior-links.json
|
209
|
+
- lib/data/1.16/vrt.schema.json
|
210
|
+
- lib/data/1.16/vulnerability-rating-taxonomy.json
|
201
211
|
- lib/data/1.2/deprecated-node-mapping.json
|
202
212
|
- lib/data/1.2/vrt.schema.json
|
203
213
|
- lib/data/1.2/vulnerability-rating-taxonomy.json
|
@@ -307,7 +317,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
307
317
|
- !ruby/object:Gem::Version
|
308
318
|
version: '0'
|
309
319
|
requirements: []
|
310
|
-
rubygems_version: 3.5.
|
320
|
+
rubygems_version: 3.5.22
|
311
321
|
signing_key:
|
312
322
|
specification_version: 4
|
313
323
|
summary: Ruby wrapper for Bugcrowd's Vulnerability Rating Taxonomy
|