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

Add input sanitization #91

Merged
merged 1 commit into from
Oct 26, 2022
Merged

Add input sanitization #91

merged 1 commit into from
Oct 26, 2022

Conversation

TheBFL
Copy link
Contributor

@TheBFL TheBFL commented Oct 24, 2022

Add a "renderSafe" function to all text-based fields that encodes html tags to prevent the possibility of an XSS style attack. Previously there was the potential for running arbitrary code upon opening of a maliciously crafted file; this PR should fix that.

Add a "safeRender" function to all fields that encodes html tags to prevent the possibility of an XSS style attack. Previously there was the potential for running arbitrary code upon opening of a maliciously crafted file.
@cyb3rfox
Copy link
Owner

Thank you :)

@cyb3rfox cyb3rfox merged commit bb4533e into cyb3rfox:master Oct 26, 2022
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.

2 participants