Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 601 Bytes

rule.tmpl.md

File metadata and controls

45 lines (36 loc) · 601 Bytes
Error in user YAML: (<unknown>): could not find expected ':' while scanning a simple key at line 5 column 1
---
title: "{{.Parsed.Title}}"
aliases:
  - "/rule/{{.Parsed.ID}}"

{{with .Parsed.Tags}}
tags:
{{range .}}  - {{.}}
{{end}}{{end}}

{{with .Parsed.Status}}
status: {{.}}
{{end}}

{{with .Parsed.AdditionalFields.level}}
level: {{.}}
{{end}}

{{with .Time}}
date: {{.}}
{{end}}
---

{{.Parsed.Description}}

{{with .Parsed.AdditionalFields.falsepositives}}

Known false-positives

{{range .}}

  • {{.}} {{- end}} {{end}}

{{with .Parsed.References}}

References

{{range .}}

  • {{.}} {{- end}} {{end}}

Raw rule {{with .GitHubEditLink}}(edit){{end}}

{{.Original}}