From f3b8c168ebd0f975adc0315be82b9329d46caa57 Mon Sep 17 00:00:00 2001 From: Mika Ayenson Date: Wed, 15 May 2024 09:03:28 -0500 Subject: [PATCH] add rules_building_block --- detection_rules/custom_rules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detection_rules/custom_rules.py b/detection_rules/custom_rules.py index 32ebab648ae..f685504cd6c 100644 --- a/detection_rules/custom_rules.py +++ b/detection_rules/custom_rules.py @@ -28,7 +28,7 @@ def create_config_content() -> str: # Base structure of the configuration config_content = { 'rule_dirs': ['rules'], - 'bbr_rules_dirs': [], + 'bbr_rules_dirs': ['rules_building_block'], 'files': { 'deprecated_rules': 'etc/deprecated_rules.json', 'packages': 'etc/packages.yml',