## Priority: HIGH ### Description Event descriptions from IPFS are rendered as HTML. Need sanitization to prevent XSS. ### Fix - Sanitize HTML with DOMPurify - Or render as plain text with Markdown - Never use dangerouslySetInnerHTML - Validate content at upload time
Priority: HIGH
Description
Event descriptions from IPFS are rendered as HTML. Need sanitization to prevent XSS.
Fix