id: rule-id
info:
name: "The name of the rule"
author:
- "List of authors"
- "Another author"
severity: "The severity level of the rule (e.g., critical, high, medium, low)"
description: "A brief description of the rule"
reference:
- "URLs or references related to the rule"
matchers-condition: "The condition to apply between matchers (and/or)"
matchers:
- type: "The type of matcher (e.g., word, regex)"
patterns:
- "Patterns to match"
condition: "The condition to apply within the matcher (and/or)"
- type: "The type of matcher (e.g., word, regex)"
patterns:
- "Patterns to match"
- "Another pattern"
condition: "The condition to apply within the matcher (and/or)"
category: "The category of the rule (e.g., secret, vulnerability)"
techs:
- "Technologies or frameworks the rule applies to"
- "Another technology"