Skip to content

Commit

Permalink
Merge branch 'develop' into Okta-jsonify-string-logOnlySecurityData
Browse files Browse the repository at this point in the history
  • Loading branch information
arielkr256 authored Jan 6, 2025
2 parents 33b1ca3 + f58a6d2 commit 4570cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scripts/deleted_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import panther_analysis_tool.command.bulk_delete as pat_delete
import panther_analysis_tool.util as pat_util

diff_pattern = re.compile(r'^-(?:RuleID|PolicyID|QueryName):\s*"?([\w.]+)"?')
diff_pattern = re.compile(r'^-(?:RuleID|PolicyID|QueryName):\s*"?(.+?)["\n]')


def get_deleted_ids() -> set[str]:
Expand Down

0 comments on commit 4570cb6

Please sign in to comment.