From ebb7bb5bceec081d2fdb7a6feea4ff559ca732c2 Mon Sep 17 00:00:00 2001 From: shashank-elastic <91139415+shashank-elastic@users.noreply.github.com> Date: Wed, 8 Oct 2025 19:26:11 +0530 Subject: [PATCH] Update Package Category (#5192) --- detection_rules/etc/packages.yaml | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/detection_rules/etc/packages.yaml b/detection_rules/etc/packages.yaml index 667bf9526..387ec1eb1 100644 --- a/detection_rules/etc/packages.yaml +++ b/detection_rules/etc/packages.yaml @@ -7,12 +7,12 @@ package: registry_data: categories: - security + # Added siem category as these rules are used by the Elastic Security detection engine for security monitoring + - siem conditions: 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 f3b327584..d8d1747fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "detection_rules" -version = "1.4.10" +version = "1.4.11" 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"