Skip to content

Commit 635ebc0

Browse files
committed
Update Integrations unit tests
1 parent 769fb0c commit 635ebc0

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed
730 Bytes
Binary file not shown.
202 KB
Binary file not shown.

detection_rules/schemas/definitions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ def validator(value):
7979
'sentinel_one_cloud_funnel',
8080
'ti_rapid7_threat_command',
8181
'm365_defender',
82-
'panw']
82+
'panw',
83+
'crowdstrike']
8384
NON_PUBLIC_FIELDS = {
8485
"related_integrations": (Version.parse('8.3.0'), None),
8586
"required_fields": (Version.parse('8.3.0'), None),

tests/test_all_rules.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,8 @@ def test_required_tags(self):
353353
'logs-windows.powershell*': {'all': ['Data Source: PowerShell Logs']},
354354
'logs-sentinel_one_cloud_funnel.*': {'all': ['Data Source: SentinelOne']},
355355
'logs-fim.event-*': {'all': ['Data Source: File Integrity Monitoring']},
356-
'logs-m365_defender.event-*': {'all': ['Data Source: Microsoft Defender for Endpoint']}
356+
'logs-m365_defender.event-*': {'all': ['Data Source: Microsoft Defender for Endpoint'],
357+
'logs-crowdstrike.fdr*': {'all': ['Data Source: Crowdstrike']}
357358
}
358359

359360
for rule in self.all_rules:

0 commit comments

Comments
 (0)