From dc7d8f51cb6b76c7b6c08ac05f90b7a8d5520909 Mon Sep 17 00:00:00 2001 From: fedetaglia Date: Wed, 18 Feb 2026 15:59:02 +1100 Subject: [PATCH 1/2] add 3 methodologies and bump version to 0.10.0 --- .gitmodules | 3 +++ CHANGELOG.md | 11 +++++++++++ lib/bmt/version.rb | 2 +- lib/data/0.10 | 1 + 4 files changed, 16 insertions(+), 1 deletion(-) create mode 160000 lib/data/0.10 diff --git a/.gitmodules b/.gitmodules index 1d075ee..e348811 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "lib/data/0.9"] path = lib/data/0.9 url = git@github.com:bugcrowd/methodology-taxonomy.git +[submodule "lib/data/0.10"] + path = lib/data/0.10 + url = git@github.com:bugcrowd/methodology-taxonomy.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d06ef1..8282c7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/) +## [0.10.0] - 2025-02-18 + +### Added +- New 0.10 submodule with latest methodology taxonomy including 3 new methodologies from PR #26 +- Blockchain Testing Methodology +- Cloud Infrastructure Testing Methodology +- Container Security Testing Methodology + +### Changed +- Maintained 0.1 and 0.9 submodules for backward compatibility + ## [0.9.0] - 2025-09-12 ### Added diff --git a/lib/bmt/version.rb b/lib/bmt/version.rb index 16979ac..163341d 100644 --- a/lib/bmt/version.rb +++ b/lib/bmt/version.rb @@ -1,3 +1,3 @@ module Bmt - VERSION = '0.9.0'.freeze + VERSION = '0.10.0'.freeze end diff --git a/lib/data/0.10 b/lib/data/0.10 new file mode 160000 index 0000000..b3ab8f8 --- /dev/null +++ b/lib/data/0.10 @@ -0,0 +1 @@ +Subproject commit b3ab8f8a9149c7716ab6504a9115a1e2346fe405 From 01a67dd775ff72b242956bf2e7b641fc4fea9ab5 Mon Sep 17 00:00:00 2001 From: fedetaglia Date: Wed, 18 Feb 2026 16:56:11 +1100 Subject: [PATCH 2/2] add the modified methodology --- CHANGELOG.md | 1 + lib/data/0.10 | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8282c7b..4da224c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p - Container Security Testing Methodology ### Changed +- Updated Mobile iOS Methodology - Maintained 0.1 and 0.9 submodules for backward compatibility ## [0.9.0] - 2025-09-12 diff --git a/lib/data/0.10 b/lib/data/0.10 index b3ab8f8..e19c511 160000 --- a/lib/data/0.10 +++ b/lib/data/0.10 @@ -1 +1 @@ -Subproject commit b3ab8f8a9149c7716ab6504a9115a1e2346fe405 +Subproject commit e19c511936e031aafa5f7589b1e50a0940e6cb01