Verify 'Full Name' field does not allow HTML in Signup form - #16807
Merged
Conversation
Contributor
Author
|
jenkins run bokchoy |
Contributor
Author
|
jenkins run a11y |
uzairr
force-pushed
the
LEARNER-3385/content-injection-on-registration
branch
from
December 7, 2017 05:12
482a1da to
57592b7
Compare
tasawernawaz
approved these changes
Dec 7, 2017
uzairr
force-pushed
the
LEARNER-3385/content-injection-on-registration
branch
4 times, most recently
from
December 8, 2017 12:48
58148f9 to
5070202
Compare
'Full Name' field in the signup form is allowing HTML as an input which makes spoofing easily.To avoid it, validation is added that will ensure 'Full Name' field does not allow HTML. LEARNER-3385
uzairr
force-pushed
the
LEARNER-3385/content-injection-on-registration
branch
from
December 8, 2017 14:18
5070202 to
8ffac20
Compare
waheedahmed
approved these changes
Dec 8, 2017
waheedahmed
left a comment
Contributor
There was a problem hiding this comment.
Make sure all tests passes.
Contributor
|
EdX Release Notice: This PR has been deployed to the staging environment in preparation for a release to production on Monday, December 11, 2017. |
Contributor
|
EdX Release Notice: This PR has been deployed to the production environment. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
'Full Name' field in the signup form is allowing HTML as an input
which makes spoofing easily.To avoid it, validation is added
that will ensure 'Full Name' field does not allow HTML.
LEARNER-3385