Skip to content

Commit 53e6d1f

Browse files
authored
Merge branch 'main' into rt_2
2 parents cd3401a + 1119c3f commit 53e6d1f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ For a production-ready and more integrated solution that is designed to work wit
4949
* [Sysmon Event IDs 17, 18: Named Pipe Events](sysmon_eventid17_18_pipe_event.md)
5050
* [Sysmon Event IDs 19, 20, 21: WMI Events](sysmon_eventid19_20_21_wmi_event.md)
5151
* [Sysmon Event ID 22: DNS Query](sysmon_eventid22_dns_query.md)
52-
* [Sysmon Event ID 23: File Delete](sysmon_eventid23_file_delete.md)
52+
* [Sysmon Event ID 23: File Delete](sysmon_eventid23_file_delete.md)

docs/docset.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cross_links:
33
- docs-content
44
exclude:
55
- '_*.md'
6-
- 'README.md'
6+
- 'readme.md'
77

88
extensions:
99
- detection-rules
@@ -13,7 +13,7 @@ toc:
1313
detection_rules: ['../rules', '../rules_building_block']
1414
- folder: audit_policies/windows
1515
children:
16-
- file: README.md
16+
- file: readme.md
1717
- file: audit_authorization_policy_change.md
1818
- file: audit_computer_account_management.md
1919
- file: audit_detailed_file_share.md

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.5.23"
3+
version = "1.5.24"
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)