From 9d110bb0d36a6e10beb8334896af82620eaf2ab7 Mon Sep 17 00:00:00 2001 From: Klaas van Schelven Date: Wed, 30 Jul 2025 12:22:28 +0200 Subject: [PATCH] fix a comment See #175 --- theme/templatetags/issues.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/templatetags/issues.py b/theme/templatetags/issues.py index 898d839..5e2034d 100644 --- a/theme/templatetags/issues.py +++ b/theme/templatetags/issues.py @@ -256,7 +256,7 @@ def incomplete(value): def _date_with_milis_html(timestamp): - # no_bandit_expl: constant string w/ substitution of an int (asserted) + # no_bandit_expl: constant string w/ substitution of dates/milis (escaped even) return ( mark_safe('') + # nosec escape(date(timestamp, "j M G:i:s")) + mark_safe(".") + # nosec