Skip to content

Commit

Permalink
fix threat match rules upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
maximpn committed Dec 9, 2024
1 parent b3d6d91 commit b4de7c5
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ const SUBFIELD_MAPPING: Record<string, string> = {
tiebreaker_field: 'tiebreaker_field',
timestamp_field: 'timestamp_field',
building_block_type: 'type',
threat_query: 'query',
threat_language: 'language',
threat_filters: 'filters',
rule_name_override: 'field_name',
timestamp_override: 'field_name',
timestamp_override_fallback_disabled: 'fallback_disabled',
Expand Down

0 comments on commit b4de7c5

Please sign in to comment.