Enhance security by adding DOMPurify comments in Vue components and updating path handling comments in server utilities to mitigate path traversal risks.

This commit is contained in:
Torsten Schulz (local)
2025-12-20 11:15:31 +01:00
parent e73d328139
commit fbdb6f6b6f
45 changed files with 129 additions and 46 deletions

View File

@@ -5,7 +5,6 @@
Geschichte
</h1>
<!-- nosemgrep: javascript.vue.security.audit.xss.templates.avoid-v-html -->
<!-- content is sanitized with DOMPurify in computed property -->
<div
class="prose prose-lg max-w-none"
v-html="content"