vrt 0.13.3 → 0.13.4
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.15.1/deprecated-node-mapping.json +317 -0
- data/lib/data/1.15.1/mappings/cvss_v3/cvss_v3.json +1465 -0
- data/lib/data/1.15.1/mappings/cvss_v3/cvss_v3.schema.json +59 -0
- data/lib/data/1.15.1/mappings/cwe/cwe.json +1161 -0
- data/lib/data/1.15.1/mappings/cwe/cwe.schema.json +63 -0
- data/lib/data/1.15.1/mappings/remediation_advice/remediation_advice.json +2122 -0
- data/lib/data/1.15.1/mappings/remediation_advice/remediation_advice.schema.json +75 -0
- data/lib/data/1.15.1/third-party-mappings/remediation_training/secure-code-warrior-links.json +491 -0
- data/lib/data/1.15.1/vrt.schema.json +63 -0
- data/lib/data/1.15.1/vulnerability-rating-taxonomy.json +3058 -0
- data/lib/vrt/version.rb +1 -1
- metadata +12 -2
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.4
|
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-03-11 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: bundler
|
@@ -178,6 +178,16 @@ files:
|
|
178
178
|
- lib/data/1.14/third-party-mappings/remediation_training/secure-code-warrior-links.json
|
179
179
|
- lib/data/1.14/vrt.schema.json
|
180
180
|
- lib/data/1.14/vulnerability-rating-taxonomy.json
|
181
|
+
- lib/data/1.15.1/deprecated-node-mapping.json
|
182
|
+
- lib/data/1.15.1/mappings/cvss_v3/cvss_v3.json
|
183
|
+
- lib/data/1.15.1/mappings/cvss_v3/cvss_v3.schema.json
|
184
|
+
- lib/data/1.15.1/mappings/cwe/cwe.json
|
185
|
+
- lib/data/1.15.1/mappings/cwe/cwe.schema.json
|
186
|
+
- lib/data/1.15.1/mappings/remediation_advice/remediation_advice.json
|
187
|
+
- lib/data/1.15.1/mappings/remediation_advice/remediation_advice.schema.json
|
188
|
+
- lib/data/1.15.1/third-party-mappings/remediation_training/secure-code-warrior-links.json
|
189
|
+
- lib/data/1.15.1/vrt.schema.json
|
190
|
+
- lib/data/1.15.1/vulnerability-rating-taxonomy.json
|
181
191
|
- lib/data/1.15/deprecated-node-mapping.json
|
182
192
|
- lib/data/1.15/mappings/cvss_v3/cvss_v3.json
|
183
193
|
- lib/data/1.15/mappings/cvss_v3/cvss_v3.schema.json
|