bmt 0.6.0 → 0.7.1

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.1
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:
@@ -24,11 +24,22 @@ files:
24
24
  - lib/bmt/methodology.rb
25
25
  - lib/bmt/step.rb
26
26
  - lib/bmt/version.rb
27
+ - lib/data/0.1/LICENSE
28
+ - lib/data/0.1/README.md
29
+ - lib/data/0.1/lib/requirements.txt
30
+ - lib/data/0.1/lib/tests/__init__.py
31
+ - lib/data/0.1/lib/tests/test_.py
32
+ - lib/data/0.1/lib/tests/test_template_mapping.py
33
+ - lib/data/0.1/lib/utils/__init__.py
34
+ - lib/data/0.1/lib/utils/utils.py
35
+ - lib/data/0.1/lib/validate_bmt.py
27
36
  - lib/data/0.1/mappings/templates.json
28
37
  - lib/data/0.1/mappings/templates.schema.json
38
+ - lib/data/0.1/methodologies/active_directory.json
29
39
  - lib/data/0.1/methodologies/ai_llm.json
30
40
  - lib/data/0.1/methodologies/api_testing.json
31
41
  - lib/data/0.1/methodologies/binaries.json
42
+ - lib/data/0.1/methodologies/internal_network.json
32
43
  - lib/data/0.1/methodologies/mobile_android.json
33
44
  - lib/data/0.1/methodologies/mobile_ios.json
34
45
  - lib/data/0.1/methodologies/network.json
@@ -59,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
59
70
  - !ruby/object:Gem::Version
60
71
  version: '0'
61
72
  requirements: []
62
- rubygems_version: 3.5.5
73
+ rubygems_version: 3.5.3
63
74
  signing_key:
64
75
  specification_version: 4
65
76
  summary: Ruby wrapper for Bugcrowd's Methodology Taxonomy