Automattic / babble

Multilingual WordPress done right.
https://wordpress.org/plugins/babble/
245 stars 50 forks source link

Validate the content lang and interface lang before setting them #290

Closed johnbillion closed 9 years ago

johnbillion commented 9 years ago

See #227.

This removes XSS vectors by checking the lang codes are present in the list of available languages.

Branches from fix/error-suppression.

simonwheatley commented 9 years ago

@johnbillion This looks good, generally. I'm a bit confused about where the merge goes: this merges into fix/error-suppression, where does fix/error-suppression get merged?

johnbillion commented 9 years ago

289, which has already been merged. You'll probably need to manually merge it into develop afterwards unless GitHub has some fancy functionality on its web interface.

simonwheatley commented 9 years ago

Manually merged. Closing.