Skip to content

Commit e147188

Browse files
Add SIEM package category (#5128)
1 parent db688e4 commit e147188

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

detection_rules/etc/packages.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ package:
1111
elastic:
1212
capabilities:
1313
- security
14+
# Added siem category as these rules are used by the Elastic Security detection engine for security monitoring
15+
- siem
1416
subscription: basic
1517
kibana.version: ^9.2.0
1618
description: Prebuilt detection rules for Elastic Security

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "detection_rules"
3-
version = "1.4.5"
3+
version = "1.4.6"
44
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."
55
readme = "README.md"
66
requires-python = ">=3.12"

0 commit comments

Comments
 (0)