vrt 0.2.1 → 0.3.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.3/deprecated-node-mapping.json +77 -0
- data/lib/data/1.3/mappings/cvss_v3.json +722 -0
- data/lib/data/1.3/mappings/cvss_v3.schema.json +59 -0
- data/lib/data/1.3/vrt.schema.json +63 -0
- data/lib/data/1.3/vulnerability-rating-taxonomy.json +1607 -0
- data/lib/vrt/version.rb +1 -1
- metadata +7 -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.
|
|
4
|
+
version: 0.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Barnett Klane
|
|
@@ -85,6 +85,11 @@ files:
|
|
|
85
85
|
- lib/data/1.2/deprecated-node-mapping.json
|
|
86
86
|
- lib/data/1.2/vrt.schema.json
|
|
87
87
|
- lib/data/1.2/vulnerability-rating-taxonomy.json
|
|
88
|
+
- lib/data/1.3/deprecated-node-mapping.json
|
|
89
|
+
- lib/data/1.3/mappings/cvss_v3.json
|
|
90
|
+
- lib/data/1.3/mappings/cvss_v3.schema.json
|
|
91
|
+
- lib/data/1.3/vrt.schema.json
|
|
92
|
+
- lib/data/1.3/vulnerability-rating-taxonomy.json
|
|
88
93
|
- lib/generators/vrt.rb
|
|
89
94
|
- lib/generators/vrt/install_generator.rb
|
|
90
95
|
- lib/vrt.rb
|
|
@@ -112,7 +117,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
112
117
|
version: '0'
|
|
113
118
|
requirements: []
|
|
114
119
|
rubyforge_project:
|
|
115
|
-
rubygems_version: 2.
|
|
120
|
+
rubygems_version: 2.5.2
|
|
116
121
|
signing_key:
|
|
117
122
|
specification_version: 4
|
|
118
123
|
summary: Ruby wrapper for Bugcrowd's Vulnerability Rating Taxonomy
|