From 582eac5c30e78f65ba0127aed2cb7442f4122fd2 Mon Sep 17 00:00:00 2001 From: Paul Vinciguerra Date: Fri, 3 Apr 2020 12:18:40 -0400 Subject: misc: fix python sonarcloud BLOCKER level issues Fix of the top 11 python issues flagged as BLOCKER. Ticket: VPP-1856 Type: fix Change-Id: Icf4691e62f4a69d6ee196b6d6e2ab52d961b5c76 Signed-off-by: Paul Vinciguerra --- doxygen/siphon/process.py | 1 + 1 file changed, 1 insertion(+) (limited to 'doxygen') diff --git a/doxygen/siphon/process.py b/doxygen/siphon/process.py index 57e323e48ac..ce70be5b399 100644 --- a/doxygen/siphon/process.py +++ b/doxygen/siphon/process.py @@ -82,6 +82,7 @@ class Siphon(object): self._tplenv = jinja2.Environment( loader=loader, trim_blocks=True, + autoescape=True, keep_trailing_newline=True) # Convenience, get a reference to the internal escape and -- cgit 1.2.3-korg