dradis-calculator_mitre 4.17.1 → 4.19.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 36d7d5e4bbddaf078a04db9f40a3c767af0aefe36a97f64a280b964bb149678a
4
- data.tar.gz: 0abf91c44676e4643e21088f4af6b42be271bcbe8a0e2b3a64bfa328e7fc219e
3
+ metadata.gz: f9e68bffafe76cd9af89d15cd674804ba296183536d379276d9249d8a85fd743
4
+ data.tar.gz: 60e584c7698851086e6d588e1160425490eb7109f712cc5fb97b57e50df3f079
5
5
  SHA512:
6
- metadata.gz: 70b275ab8ecb9c15b161ab734e203ec6eed3559036c5f570d05c3a9b3a1aadc18e48eefed799d78eefe7e261e1006ee1a03e392a9a16c8c341f9c4048f12c103
7
- data.tar.gz: 336c77a3b3643c8b047f784c23063fc2c4a9a87953295ee7f3c2fa5fd4a530710112bb2ce8a0e262059982eeecc44559e86df621a388edb636f9b42e0e2f1fee
6
+ metadata.gz: 1cf96b65d7f6b6d174274d689d443f6373a6e01794fdc54d7c25ce2b0c89204e27fade20324a6dc5923b6567f24cc4e95796adeece84d88b3ee82309c28ab803
7
+ data.tar.gz: cb56736ea8c4a97fe3719ab812c54cf66a43951039191420dfd66bf304a483f1478c33ffe08bf6576cdb2eb85e012bc707b42135cb0535fba8ff7b9eb8c5404b
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ v4.19.0 (November 2025)
2
+ - No changes
3
+
4
+ v4.18.0 (September 2025)
5
+ - No changes
6
+
1
7
  v4.17.1 (September 2025)
2
8
  - Bug fixes: Fix issue calculator edit for authors
3
9
 
@@ -1,4 +1,4 @@
1
- <% if defined?(Dradis::Pro) && !current_user.role?(:contributor) %>
1
+ <% unless defined?(Dradis::Pro) && current_user.role?(:contributor) %>
2
2
  <li>
3
3
  <%= link_to 'Risk Calculators - MITRE ATT&CK', mitre_calculator.calculators_mitre_path, class: 'dropdown-item', data: { turbolinks: false } %>
4
4
  </li>
@@ -9,8 +9,8 @@ module Dradis
9
9
 
10
10
  module VERSION
11
11
  MAJOR = 4
12
- MINOR = 17
13
- TINY = 1
12
+ MINOR = 19
13
+ TINY = 0
14
14
  PRE = nil
15
15
 
16
16
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dradis-calculator_mitre
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.17.1
4
+ version: 4.19.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dradis Team
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-09-05 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: dradis-plugins
@@ -53,7 +52,6 @@ dependencies:
53
52
  - !ruby/object:Gem::Version
54
53
  version: '10.0'
55
54
  description: Add MITRE tactics, techniques, and sub-techniques to your Issues.
56
- email:
57
55
  executables: []
58
56
  extensions: []
59
57
  extra_rdoc_files: []
@@ -70,7 +68,6 @@ files:
70
68
  - app/controllers/dradis/plugins/calculators/mitre/base_controller.rb
71
69
  - app/controllers/dradis/plugins/calculators/mitre/issues_controller.rb
72
70
  - app/models/dradis/plugins/calculators/mitre/v1.rb
73
- - app/views/dradis/plugins/calculators/mitre/_ce_tools_menu.html.erb
74
71
  - app/views/dradis/plugins/calculators/mitre/_tools_menu.html.erb
75
72
  - app/views/dradis/plugins/calculators/mitre/base/_v1.html.erb
76
73
  - app/views/dradis/plugins/calculators/mitre/base/index.html.erb
@@ -87,7 +84,6 @@ homepage: https://dradis.com/support/guides/projects/calculators.html
87
84
  licenses:
88
85
  - GPL-2
89
86
  metadata: {}
90
- post_install_message:
91
87
  rdoc_options: []
92
88
  require_paths:
93
89
  - lib
@@ -102,8 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
102
98
  - !ruby/object:Gem::Version
103
99
  version: '0'
104
100
  requirements: []
105
- rubygems_version: 3.5.6
106
- signing_key:
101
+ rubygems_version: 3.6.9
107
102
  specification_version: 4
108
103
  summary: This plugin adds a MITRE addon to Dradis.
109
104
  test_files: []
@@ -1,3 +0,0 @@
1
- <li>
2
- <%= link_to 'Risk Calculators - MITRE ATT&CK', mitre_calculator.calculators_mitre_path, class: 'dropdown-item', data: { turbolinks: false } %>
3
- </li>