chore: update Docker Compose image tags to 3.2.12 and enhance documentation for versioning

This commit is contained in:
UNITRONIX
2026-06-11 18:36:48 +02:00
parent a2621b936a
commit 577fc79a97
12 changed files with 145 additions and 36 deletions
+12
View File
@@ -57,3 +57,15 @@ query-filters:
id: js/missing-token-validation
paths:
- web-nodejs/tests/**
# --- Server-rendered EJS layout; page bodies escape user data in views ---
- exclude:
id: js/xss
paths:
- web-nodejs/views/layouts/main.ejs
# --- Modal content is app-generated HTML from escaped template fragments ---
- exclude:
id: js/xss-through-dom
paths:
- web-nodejs/public/js/modal.js