mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-09-14 14:09:04 +02:00
fix(report): drop the empty Critical Findings section from the PDF summary
This commit is contained in:
@@ -442,9 +442,11 @@
|
||||
]
|
||||
]
|
||||
|
||||
== Critical Findings
|
||||
#if s.criticalFindings.len() > 0 [
|
||||
== Critical Findings
|
||||
|
||||
#enum(..s.criticalFindings.map(f => [#inline-code(f)]))
|
||||
#enum(..s.criticalFindings.map(f => [#inline-code(f)]))
|
||||
]
|
||||
|
||||
// ---------- FINDINGS OVERVIEW -----------------------------------------------
|
||||
= Findings Overview
|
||||
|
||||
Reference in New Issue
Block a user