All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning
- Find the Secure Code Warrior remediation training associated with a VRT node
v0.13.2 - 2025-10-25
- Support for VRT 1.14.2
v0.13.1 - 2024-07-18
- Minor Bugfixes
v0.13.0 - 2024-07-18
- Support for VRT 1.14.1
- Support for ruby version < 3.1
v0.12.7 - 2024-07-09
- Support for VRT 1.14
v0.12.6 - 2024-04-02
- Support for VRT 1.13
v0.12.5 - 2023-12-18
- Support for VRT 1.12 and some fixes
v0.12.4 - 2023-12-18
- Support for VRT 1.12 and some fixes
v0.12.3 - 2023-12-18
- Support for VRT 1.12
v0.12.2 - 2023-11-20
- Support for VRT 1.11 and some fixes
v0.12.1 - 2023-11-20
- Support for VRT 1.11 and some minor fixes
v0.12.0 - 2023-11-16
- Support for VRT 1.11
v0.11.0 - 2021-03-31
- Support for VRT 1.10
- Support for VRT 1.10.1 (updated spelling in scw mapping)
v0.10.0 - 2020-07-09
- Support for VRT 1.9
v0.9.0 - 2019-10-04
- Support for VRT 1.8
v0.8.1 - 2019-04-25
- Support for VRT 1.7.1 (includes automotive mappings)
v0.8.0 - 2019-03-15
- Support for nested mappings: #43
- Support for VRT v1.7
- Upgrade ruby version to 2.5.3
v0.7.0 - 2018-11-05
- Support for VRT v1.6
v0.6.0 - 2018-09-27
- Fixed bug for mappings with multiple keys and a default (resolves: #26)
- Removed
Gemfile.lock
from source control
v0.5.1 - 2018-05-15
- Mappings with array values will no longer coalesce the mapping default. The mapping default will only be used in the case where no value is mapped.
v0.5.0 - 2018-05-01
- VRT 1.4 data
- Support for mappings with
keys
metadata - CWE mapping
- Bugcrowd Remediation Advice mapping
- Mappings with array values now coalesce downwards. Child VRT nodes will include values from parent nodes if a mapping provides node data as an array.
v0.4.6 - 2018-02-05
- Cache VRT::Map objects (#18)