Bandit reports since version 1.8.3 (17.02.2025) the following warning: https://bandit.readthedocs.io/en/latest/plugins/b704_markupsafe_markup_xss.html For example in [src/moin/apps/frontend/views.py:667](https://github.com/moinwiki/moin/blob/1b072a1f0d22c595b4a93ed34361e7a1dcc88d27/src/moin/apps/frontend/views.py#L667-L667) IMO we have validated all content before using markupsafe.Markup and can ignore B704 warnings. Please advise.