Skip to content
Snippets Groups Projects
Commit dc4ba77d authored by shadow's avatar shadow
Browse files

fixed duplicate section begin

parent 0267cf6e
No related branches found
No related tags found
No related merge requests found
...@@ -68,8 +68,6 @@ class LatexReportBuilder(ReportBuilder): ...@@ -68,8 +68,6 @@ class LatexReportBuilder(ReportBuilder):
self._append('\end{enumerate}\n') self._append('\end{enumerate}\n')
def add_non_vulnerable_services(self, scan_results: Dict[str, ScanResult]): def add_non_vulnerable_services(self, scan_results: Dict[str, ScanResult]):
self._append('''\\begin{enumerate}[wide, labelwidth=!, labelindent=0pt,
label=\\textbf{\large \\arabic{enumi} \large}]\n''')
for app_name, result in scan_results.items(): for app_name, result in scan_results.items():
self._append('\item \\textbf{\large ' + app_name + ' \large}\n\\begin{itemize}\n') self._append('\item \\textbf{\large ' + app_name + ' \large}\n\\begin{itemize}\n')
locations = result.locations locations = result.locations
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment