Skip to content

Angle brackets are stripped instead of escaped in comments #9

@e0qdk

Description

@e0qdk

Angle brackets are improperly stripped out of comments in mlmym. It seems likely that this is from trying to prevent HTML injection. The correct behavior is not to strip such text out, but to ensure the characters are properly escaped (e.g. as < and >) so they are not interpreted as HTML tags.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions