Skip to content

Fix potential XSS in event description rendering #80

Description

@Mosss-OS

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingfrontend

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions