From e1471889397dcb3ecd42b7b2bd2a5c1a03dd8b11 Mon Sep 17 00:00:00 2001 From: shashank-elastic <91139415+shashank-elastic@users.noreply.github.com> Date: Thu, 18 Sep 2025 19:15:53 +0530 Subject: [PATCH] Add SIEM package category (#5128) --- detection_rules/etc/packages.yaml | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/detection_rules/etc/packages.yaml b/detection_rules/etc/packages.yaml index 67da91905..667bf9526 100644 --- a/detection_rules/etc/packages.yaml +++ b/detection_rules/etc/packages.yaml @@ -11,6 +11,8 @@ package: elastic: capabilities: - security + # Added siem category as these rules are used by the Elastic Security detection engine for security monitoring + - siem subscription: basic kibana.version: ^9.2.0 description: Prebuilt detection rules for Elastic Security diff --git a/pyproject.toml b/pyproject.toml index 8c2979194..8df203798 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "detection_rules" -version = "1.4.5" +version = "1.4.6" description = "Detection Rules is the home for rules used by Elastic Security. This repository is used for the development, maintenance, testing, validation, and release of rules for Elastic Security’s Detection Engine." readme = "README.md" requires-python = ">=3.12"