mirror of
https://github.com/UNITRONIX/BetterDesk.git
synced 2026-09-10 17:45:42 +00:00
chore: update Docker Compose image tags to 3.2.12 and enhance documentation for versioning
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user