diff --git a/checkpoint_threat_emulation.mkp b/checkpoint_threat_emulation.mkp index 57ab82e46a3382726d99b6535b5ba5f736db996b..14504dfd7880a29ca5139855f5b8b4828b4ce668 100644 Binary files a/checkpoint_threat_emulation.mkp and b/checkpoint_threat_emulation.mkp differ diff --git a/packages/checkpoint_threat_emulation b/packages/checkpoint_threat_emulation index 2c09a7085600b4beb9f49880a2655999f34df02c..fd231cb5cc3e7d6abbe7475fcf7c0fcd0578bb3c 100644 --- a/packages/checkpoint_threat_emulation +++ b/packages/checkpoint_threat_emulation @@ -15,7 +15,7 @@ 'name': 'checkpoint_threat_emulation', 'num_files': 3, 'title': 'Check Point Threat Emulation', - 'version': '20220908.v.0.0.3b', + 'version': '20221130.v.0.0.3c', 'version.min_required': '2.0.0', 'version.packaged': '2021.09.20', 'version.usable_until': None} \ No newline at end of file diff --git a/web/plugins/wato/checkpoint_threat_emulation.py b/web/plugins/wato/checkpoint_threat_emulation.py index 4071faffacc5fb640b180b44c643f13906143f8d..4bee508a52daa7eb36cb1446947f0fbbd682a4d1 100644 --- a/web/plugins/wato/checkpoint_threat_emulation.py +++ b/web/plugins/wato/checkpoint_threat_emulation.py @@ -6,6 +6,7 @@ # Author: thl-cmk[at]outlook[dot]com # URL : https://thl-cmk.hopto.org # +# 2022-11-30: fixed CheckParameterRulespecWithoutItem (from CheckParameterRulespecWithItem)' from cmk.gui.i18n import _ from cmk.gui.valuespec import ( @@ -15,7 +16,7 @@ from cmk.gui.valuespec import ( ) from cmk.gui.plugins.wato import ( - CheckParameterRulespecWithItem, + CheckParameterRulespecWithoutItem, rulespec_registry, RulespecGroupCheckParametersNetworking, ) @@ -50,7 +51,7 @@ def _parameter_valuespec_checkpoint_threat_emulation(): rulespec_registry.register( - CheckParameterRulespecWithItem( + CheckParameterRulespecWithoutItem( check_group_name='checkpoint_threat_emulation', group=RulespecGroupCheckParametersNetworking, match_type='dict',