vrt 0.12.2 → 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.
data/lib/vrt/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Vrt
2
- VERSION = '0.12.2'.freeze
2
+ VERSION = '0.12.6'.freeze
3
3
  end
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.2
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: 2023-11-20 00:00:00.000000000 Z
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
@@ -126,6 +126,26 @@ files:
126
126
  - lib/data/1.11/third-party-mappings/remediation_training/secure-code-warrior-links.json
127
127
  - lib/data/1.11/vrt.schema.json
128
128
  - lib/data/1.11/vulnerability-rating-taxonomy.json
129
+ - lib/data/1.12/deprecated-node-mapping.json
130
+ - lib/data/1.12/mappings/cvss_v3/cvss_v3.json
131
+ - lib/data/1.12/mappings/cvss_v3/cvss_v3.schema.json
132
+ - lib/data/1.12/mappings/cwe/cwe.json
133
+ - lib/data/1.12/mappings/cwe/cwe.schema.json
134
+ - lib/data/1.12/mappings/remediation_advice/remediation_advice.json
135
+ - lib/data/1.12/mappings/remediation_advice/remediation_advice.schema.json
136
+ - lib/data/1.12/third-party-mappings/remediation_training/secure-code-warrior-links.json
137
+ - lib/data/1.12/vrt.schema.json
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
129
149
  - lib/data/1.2/deprecated-node-mapping.json
130
150
  - lib/data/1.2/vrt.schema.json
131
151
  - lib/data/1.2/vulnerability-rating-taxonomy.json
@@ -220,7 +240,7 @@ metadata:
220
240
  changelog_uri: https://github.com/bugcrowd/vrt-ruby/blob/master/CHANGELOG.md
221
241
  source_code_uri: https://github.com/bugcrowd/vrt-ruby
222
242
  bug_tracker_uri: https://github.com/bugcrowd/vrt-ruby/issues
223
- post_install_message:
243
+ post_install_message:
224
244
  rdoc_options: []
225
245
  require_paths:
226
246
  - lib
@@ -235,8 +255,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
235
255
  - !ruby/object:Gem::Version
236
256
  version: '0'
237
257
  requirements: []
238
- rubygems_version: 3.0.3.1
239
- signing_key:
258
+ rubygems_version: 3.5.3
259
+ signing_key:
240
260
  specification_version: 4
241
261
  summary: Ruby wrapper for Bugcrowd's Vulnerability Rating Taxonomy
242
262
  test_files: []