Skip to content

Use v-dompurify-html in SQText to prevent XSS - #1309

Merged
ziyujiahao merged 1 commit into
dataease:mainfrom
AAtomical:fix/sqtext-xss-sanitize
Aug 5, 2026
Merged

Use v-dompurify-html in SQText to prevent XSS#1309
ziyujiahao merged 1 commit into
dataease:mainfrom
AAtomical:fix/sqtext-xss-sanitize

Conversation

@AAtomical

Copy link
Copy Markdown
Contributor

The SQText dashboard component rendered TinyMCE output with v-html, bypassing the DOMPurify sanitization used by every other component. Replace with v-dompurify-html (already registered globally in main.ts).
fix #1308

The SQText dashboard component rendered TinyMCE output with v-html,
bypassing the DOMPurify sanitization used by every other component.
Replace with v-dompurify-html (already registered globally in main.ts).
@ziyujiahao
ziyujiahao merged commit c3f40a5 into dataease:main Aug 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] SQText dashboard component uses v-html instead of v-dompurify-html

2 participants