Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix html strip #67

Closed
wants to merge 3 commits into from
Closed

Fix html strip #67

wants to merge 3 commits into from

Conversation

faissaloux
Copy link

Fixes #55

@PeterTYLiu
Copy link

I think this will improperly parse extreme edge cases where an HTML tag has angle brackets in its attributes, for instance:
<div data-foo="<Hello world>">, but it's not a serious problem.

@jllodra
Copy link

jllodra commented Oct 27, 2023

just wondering, will this be merged eventually?

@zuchka
Copy link
Owner

zuchka commented Aug 2, 2024

this one feels dangerous

@zuchka zuchka closed this Aug 2, 2024
@faissaloux faissaloux deleted the fix-html-strip branch August 2, 2024 23:07
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.

Removal of HTML-like code is too aggressive, removes valid uses of angle brackets as text
4 participants