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

Create a decoder for HTML entites #2231

Open
rgmz opened this issue Dec 15, 2023 · 0 comments · May be fixed by #2563
Open

Create a decoder for HTML entites #2231

rgmz opened this issue Dec 15, 2023 · 0 comments · May be fixed by #2563

Comments

@rgmz
Copy link
Contributor

rgmz commented Dec 15, 2023

Please review the Community Note before submitting

Description

While uncommon, data that contains secrets can be encoded as HTML entites. This likely wouldn't be detected with the current solution.

Preferred Solution

A custom Decoder that detects and decodes HTML entities. Whether it should decode all entities or only basic/common ascii characters remains to be seen.

Additional Context

N/A

References

N/A

@rgmz rgmz linked a pull request Mar 10, 2024 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

1 participant