layouts/security-advisory/single.html (32 lines of code) (raw):

{{ partial "header.html" . }} <div class="body"> <main> <article class="static doc"> <h2>Apache Camel security advisory: {{ .Params.cve }}</h2> <h3>Severity</h3> {{ .Params.severity }} <h3>Summary</h3> {{ .Params.summary }} <h3>Versions affected</h3> {{ .Params.affected }} <h3>Versions fixed</h3> {{ .Params.fixed }} <h3>Description</h3> {{ .Params.description }} {{ with .Content }} <h3>Notes</h3> {{ . }} {{ end }} <h3>Mitigation</h3> {{ .Params.mitigation | markdownify }} <h3>Credit</h3> {{ .Params.credit }} <h3>References</h3> <dl> <dt>PGP signed advisory data: <a href="{{ .Params.cve }}.txt.asc">{{ .Params.cve }}.txt.asc</a></dt> <dt>Mitre CVE Entry: <a href="https://www.cve.org/CVERecord?id={{ .Params.cve }}">https://www.cve.org/CVERecord?id={{ .Params.cve }}</a></dt> </dl> </article> </main> </div> {{ partial "footer.html" . }}