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

Remove XSS vulnerability on the main page #1

Merged
merged 1 commit into from Feb 9, 2015

Conversation

Taiiwo
Copy link
Contributor

@Taiiwo Taiiwo commented Feb 8, 2015

Before there was no protection stopping users from submitting their own HTML including JavaScript functions. This could allow attackers to steal sensitive information like session cookies, or just to deface the page by changing page-wide CSS rules.

Before there was no protection stopping users from submitting their own HTML including JavaScript functions. This could allow attackers to steal sensitive information like session cookies, or just to deface the page by changing page-wide CSS rules.
@mauriciosoares
Copy link
Owner

wow, thanks man!

I must say, since we developed this project only for a hackathon, we didn't think about security at all, there are probably a few other problems we probably have with the application, but thanks for sending this PR.

mauriciosoares added a commit that referenced this pull request Feb 9, 2015
Remove XSS vulnerability on the main page
@mauriciosoares mauriciosoares merged commit c7df833 into mauriciosoares:master Feb 9, 2015
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.

None yet

2 participants