bmt 0.6.0 → 0.7.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.
@@ -8,7 +8,7 @@
8
8
  "properties": {
9
9
  "title": {
10
10
  "type": "string",
11
- "pattern": "^[ a-zA-Z0-9\\-+()\/,.<]*$"
11
+ "pattern": "^[ a-zA-Z0-9\\-+()\/,.<&:]*$"
12
12
  },
13
13
  "description": {
14
14
  "type": "string"
@@ -34,12 +34,12 @@
34
34
  "properties": {
35
35
  "key": {
36
36
  "type": "string",
37
- "pattern": "^[a-z_]*$",
37
+ "pattern": "^[a-z0-9_]*$",
38
38
  "minLength": 3
39
39
  },
40
40
  "title": {
41
41
  "type": "string",
42
- "pattern": "^[ a-zA-Z0-9\\-+()\/,.<\\?]*$",
42
+ "pattern": "^[ a-zA-Z0-9\\-+()\/,.<\\?&:]*$",
43
43
  "minLength": 3
44
44
  },
45
45
  "caption": {
@@ -72,7 +72,7 @@
72
72
  },
73
73
  "title": {
74
74
  "type": "string",
75
- "pattern": "^[ a-zA-Z0-9\\-+()\/,.<]*$",
75
+ "pattern": "^[ a-zA-Z0-9\\-+()\/,.<&:]*$",
76
76
  "minLength": 3
77
77
  },
78
78
  "description": {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bmt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Federico Tagliabue
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2024-07-25 00:00:00.000000000 Z
12
+ date: 2025-08-20 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description:
15
15
  email:
@@ -26,9 +26,11 @@ files:
26
26
  - lib/bmt/version.rb
27
27
  - lib/data/0.1/mappings/templates.json
28
28
  - lib/data/0.1/mappings/templates.schema.json
29
+ - lib/data/0.1/methodologies/active_directory.json
29
30
  - lib/data/0.1/methodologies/ai_llm.json
30
31
  - lib/data/0.1/methodologies/api_testing.json
31
32
  - lib/data/0.1/methodologies/binaries.json
33
+ - lib/data/0.1/methodologies/internal_network.json
32
34
  - lib/data/0.1/methodologies/mobile_android.json
33
35
  - lib/data/0.1/methodologies/mobile_ios.json
34
36
  - lib/data/0.1/methodologies/network.json
@@ -59,7 +61,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
59
61
  - !ruby/object:Gem::Version
60
62
  version: '0'
61
63
  requirements: []
62
- rubygems_version: 3.5.5
64
+ rubygems_version: 3.5.3
63
65
  signing_key:
64
66
  specification_version: 4
65
67
  summary: Ruby wrapper for Bugcrowd's Methodology Taxonomy