Add TLP appendix

This commit is contained in:
2025-11-24 15:06:29 +01:00
parent f9cb3e474d
commit 2d82db0afc
3 changed files with 77 additions and 21 deletions
+2 -1
View File
@@ -109,7 +109,8 @@
#((
pages.boxAppendix(),
pages.ciaAppendix(),
if helper.hasCVSSTable.get() { pages.cvssAppendix() }
if helper.hasCVSSTable.get() { pages.cvssAppendix() },
if helper.usesTLP.get() { pages.tlpAppendix() }
).join(pagebreak()))
]
)