Skip to content

Commit bf36527

Browse files
Merge branch 'main' into terrancedejesus/issue5178
2 parents 4736810 + ebb7bb5 commit bf36527

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

detection_rules/etc/packages.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ package:
77
registry_data:
88
categories:
99
- security
10+
# Added siem category as these rules are used by the Elastic Security detection engine for security monitoring
11+
- siem
1012
conditions:
1113
elastic:
1214
capabilities:
1315
- security
14-
# Added siem category as these rules are used by the Elastic Security detection engine for security monitoring
15-
- siem
1616
subscription: basic
1717
kibana.version: ^9.2.0
1818
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.10"
3+
version = "1.4.11"
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)