From 3457bcb6737e0ce36fb46073612e0b8f5c142796 Mon Sep 17 00:00:00 2001 From: sventec Date: Tue, 24 Sep 2024 06:14:42 +0000 Subject: [PATCH] fix(sigma): update broken schema url (#4098) Co-authored-by: sventec <18218761+sventec@users.noreply.github.com> --- src/api/json/catalog.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/api/json/catalog.json b/src/api/json/catalog.json index a6a7382d97a..4f17e9e020a 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -4535,10 +4535,10 @@ "url": "https://raw.githubusercontent.com/hardisgroupcom/sfdx-hardis/main/config/sfdx-hardis.jsonschema.json" }, { - "name": "Sigma", - "description": "The Sigma detection format. Documentation: https://github.com/SigmaHQ/sigma-specification and https://github.com/SigmaHQ/sigma", + "name": "Sigma Detection Rule", + "description": "The Sigma detection rule format. Documentation: https://github.com/SigmaHQ/sigma-specification/blob/main/specification/sigma-rules-specification.md and https://github.com/SigmaHQ/sigma", "fileMatch": ["**/sigma/**/*.yml"], - "url": "https://raw.githubusercontent.com/SigmaHQ/sigma-specification/main/sigma-schema.json" + "url": "https://raw.githubusercontent.com/SigmaHQ/sigma-specification/main/json-schema/sigma-detection-rule-schema.json" }, { "name": "Sigrid scope configuration file",