We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8af953 commit 8444a23Copy full SHA for 8444a23
uncoder-core/app/translator/platforms/forti_siem/renders/forti_siem_rule.py
@@ -316,6 +316,7 @@ def finalize_query(
316
rule = rule.replace("<title_placeholder>", self.generate_title(title))
317
description = get_rule_description_str(
318
description=meta_info.description.replace("\n", " ") or _AUTOGENERATED_TEMPLATE,
319
+ rule_id=meta_info.id,
320
author=meta_info.author,
321
license_=meta_info.license,
322
references=meta_info.references,
0 commit comments