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

Sanitizing scripts given as input from the text box. #48

Open
mohitgurav opened this issue Jul 25, 2020 · 5 comments · May be fixed by #64
Open

Sanitizing scripts given as input from the text box. #48

mohitgurav opened this issue Jul 25, 2020 · 5 comments · May be fixed by #64
Assignees
Labels
bug Something isn't working hacktoberfest Contribute to the notion of open-source this October!

Comments

@mohitgurav
Copy link
Member

No description provided.

@gridhead gridhead added the bug Something isn't working label Jul 25, 2020
@gridhead
Copy link
Member

The simple way of doing this could be simply avoiding text with <script> and </script> substrings as their constituent but there may be a way around that too.

@Clemens-E
Copy link

The simple way is also the useless way, there will still be loads of ways to run JavaScript in the client, even if you filter out script tags.

@gridhead
Copy link
Member

gridhead commented Aug 8, 2020

but there may be a way around that too.

I seem to have specified that too. @Clemens-E I could use some assistance if you are willing to provide for solving this issue early. 😅

(Not that I would not be able to do so by myself but doing alone would take it considerably long)

@gridhead gridhead added the hacktoberfest Contribute to the notion of open-source this October! label Sep 29, 2020
@VaibhavSaini19
Copy link
Member

@t0xic0der I would like to work on this issue

@gridhead
Copy link
Member

Cool. I will assign you this issue. Be sure to get yourself registered at https://organize.mlh.io/participants/events/4659-hack-astrosonic, our official Hacktoberfest event to stay in touch with the fellow contributors of this project.

Also, feel free to leave a star on the project - should you find it worth your time. Happy hacking! 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hacktoberfest Contribute to the notion of open-source this October!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants