**Minor security improvements**
On request the low severity security patches from 3.1.0 are backported.
* Administrators are no-longer able to change the submission summary PDF through the
admin interface.
* SVGs uploaded through the admin interface, used for logos and favicons, are now
automatically sanitized.
* The form preview seen by form designers in the admin now applies extra HTML sanitation
on the client side. The backend already properly escaped this and the public UI was
never affected.
**Bugfixes**
* [:backend:`5289`] Fixed crash in fix-script.
* [:backend:`4933`] Fixed missing Cosign v2 information for registraton email templates.
**Project maintenance**
* Upgraded django to 4.2.21 with the latest security patches.