Skip to content

Commit 9fce73d

Browse files
authored
fix(sigma): update broken schema url (#4098)
Co-authored-by: sventec <[email protected]>
1 parent 27eeb19 commit 9fce73d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/api/json/catalog.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4535,10 +4535,10 @@
45354535
"url": "https://raw.githubusercontent.com/hardisgroupcom/sfdx-hardis/main/config/sfdx-hardis.jsonschema.json"
45364536
},
45374537
{
4538-
"name": "Sigma",
4539-
"description": "The Sigma detection format. Documentation: https://github.com/SigmaHQ/sigma-specification and https://github.com/SigmaHQ/sigma",
4538+
"name": "Sigma Detection Rule",
4539+
"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",
45404540
"fileMatch": ["**/sigma/**/*.yml"],
4541-
"url": "https://raw.githubusercontent.com/SigmaHQ/sigma-specification/main/sigma-schema.json"
4541+
"url": "https://raw.githubusercontent.com/SigmaHQ/sigma-specification/main/json-schema/sigma-detection-rule-schema.json"
45424542
},
45434543
{
45444544
"name": "Sigrid scope configuration file",

0 commit comments

Comments
 (0)