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