Skip to content

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

Open
AAtomical wants to merge 1 commit into
dataease:mainfrom
AAtomical:fix/sqtext-xss-sanitize
Open

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

Conversation

@AAtomical

Copy link
Copy Markdown

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).
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

1 participant