Skip to content

Thor::Shell::HTML should probably do HTML-escaping of content #440

@maxlinc

Description

@maxlinc

While opening #439 I noticed that Thor::Shell::HTML doesn't HTML escape the content it outputs.

This:

<span style="color: red;"><Not Found></span>

Should probably be:

<span style="color: red;">&lt;Not Found&gt;</span>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions