schema_version = 1
id = "string_matching.wildcard_match"
archetype = "rule-bytes-to-bool"
display_name = "Wildcard Match"
summary = "Anchored Sigma-style byte wildcard matcher supporting star, question-mark, and escapes."
category = "C"
[intrinsic]
wgsl = "string_matching_wildcard_match"
[signature]
inputs = ["Bytes", "Bytes"]
output = "Bool"
laws = []
equivalence_classes = ["literal", "star", "question", "escaped_wildcard"]
workgroup_size = [1, 1, 1]
tags = ["string-matching", "wildcard", "sigma", "t47"]
fixtures_dir = "fixtures/"