TEAMMATES / teammates

This is the project website for the TEAMMATES feedback management tool for education
https://teammatesv4.appspot.com/
GNU General Public License v2.0
1.65k stars 3.28k forks source link

AccountAttributes: Remove HTML sanitization before saving for googleId, name, institute #8779

Closed whipermr5 closed 5 years ago

whipermr5 commented 6 years ago

As per #8774, sanitization of Google ID will be performed during rendering if required.

Currently, a valid Google ID containing <>"/'& (possible for a Google account with a non-Gmail email) would become an invalid Google ID after sanitization, leading to failure when trying to persist an account with such a Google ID.

shaharyar-shamshi commented 6 years ago

Sir as I had solved one type of similar issue and currently working on one more issue of similar type . Can I work on this issue also ?

whipermr5 commented 6 years ago

@shaharyar-shamshi Sure!

ChooJeremy commented 5 years ago

I'll work on this. since it's been a couple of months since the last update.