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