Add SIEM package category (#5128)

This commit is contained in:
shashank-elastic
2025-09-18 19:15:53 +05:30
committed by GitHub
parent db688e43b3
commit e147188939
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -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
+1 -1
View File
@@ -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 Securitys Detection Engine."
readme = "README.md"
requires-python = ">=3.12"