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

Prevent html injection in sign up form: Use string that includes markdown #31074

Merged
merged 1 commit into from Oct 10, 2019

Conversation

nkiruka
Copy link
Contributor

@nkiruka nkiruka commented Oct 2, 2019

Description

Replace the string "signup_form.student_terms" with "signup_form.student_terms_markdown"

signup_form.student_terms_markdown uses markdown to prevent html injection in the signup form.

"student_terms" string does not exist

Reviewer Checklist:

  • Tests provide adequate coverage
  • Code is well-commented
  • New features are translatable or updates will not break translations
  • Relevant documentation has been added or updated
  • User impact is well-understood and desirable
  • Pull Request is labeled appropriately
  • Follow-up work items (including potential tech debt) are tracked and linked

@nkiruka nkiruka changed the title prevent html injection in the sign up form Prevent html injection in the sign up form: update string to use markdown Oct 9, 2019
@nkiruka nkiruka changed the title Prevent html injection in the sign up form: update string to use markdown Prevent html injection in sign up form: Use string that includes markdown Oct 9, 2019
@nkiruka nkiruka merged commit 45c7c6a into staging Oct 10, 2019
@nkiruka nkiruka deleted the sanitize-i18n-new-sign-up-form branch October 10, 2019 00:30
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