Fix XSS in Banzai's `#data_attributes_for`
We were allowing users to store XSS in `#data_attributes_for` by not dealing with HTML Entities. We now escape HTML entities out, thus fixing the problem.
Showing
Please register or sign in to comment