From 5af29ca27f1cc262b0625e5fabab5b6a44ba21bf Mon Sep 17 00:00:00 2001 From: nikita skobov Date: Tue, 27 Feb 2024 17:32:05 -0600 Subject: [PATCH] v6.0.2 --- global_helpers/panther_base_helpers.py | 1 + packs/mycustompack6.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/global_helpers/panther_base_helpers.py b/global_helpers/panther_base_helpers.py index 0f98a86..081cd05 100644 --- a/global_helpers/panther_base_helpers.py +++ b/global_helpers/panther_base_helpers.py @@ -14,6 +14,7 @@ # Exceptions # # # # # # # # # # # # # # # +# this was introduced in v6.0.2 class PantherUnexpectedAlert(Exception): """Error returned when a Panther detection encounters an unexpected situation.""" diff --git a/packs/mycustompack6.yml b/packs/mycustompack6.yml index 9f4d08c..64d5db8 100644 --- a/packs/mycustompack6.yml +++ b/packs/mycustompack6.yml @@ -1,7 +1,7 @@ AnalysisType: pack PackID: My.Custom.PackThatWillBreakEverything DisplayName: "Panther Custom Pack that will break stuff dont enable this" -Description: This is a packbreak +Description: This is a packbreaaaaak PackDefinition: IDs: - panther_base_helpers