From f348e92f064478e67b37eb7e4d7d45b02af9a253 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 21:19:44 +0530 Subject: [PATCH] Lock versions for releases: 8.18,8.19,9.0,9.1 (#4926) --- detection_rules/etc/version.lock.json | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/detection_rules/etc/version.lock.json b/detection_rules/etc/version.lock.json index a1d917a55..5feeedb04 100644 --- a/detection_rules/etc/version.lock.json +++ b/detection_rules/etc/version.lock.json @@ -4327,9 +4327,9 @@ }, "75c53838-5dcd-11f0-829c-f661ea17fbcd": { "rule_name": "Azure Key Vault Secret Key Usage by Unusual Identity", - "sha256": "2ef954e9c5a671eadc86b270c2849c089c60b2e410d40c181ba814ae5db7af05", + "sha256": "86b02f24180bc8fc24a9e75fab2d34798126849ea8f3815ba770e056914eb64c", "type": "new_terms", - "version": 1 + "version": 2 }, "75dcb176-a575-4e33-a020-4a52aaa1b593": { "rule_name": "Service Disabled via Registry Modification", diff --git a/pyproject.toml b/pyproject.toml index 1c6c8712e..124ee2684 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "detection_rules" -version = "1.3.13" +version = "1.3.14" 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"