You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The XSS filter sometimes prevents legitimate actions. It seems like the XSS filter needs some rework. We need to check where and what it filters and make sure that it doesn't filter too much. We also need to check if it is still up to date and can prevent current attacks. A unit test based on OWASP should be added.
#864 turned out not to be a XSS related problem and #822 is not reproducible, so seems already fixed.
Moving this to milestone 1.10.1. I'll leave it open, since the XSS filtering may turn out to become a bigger topic.
The XSS filter sometimes prevents legitimate actions. It seems like the XSS filter needs some rework. We need to check where and what it filters and make sure that it doesn't filter too much. We also need to check if it is still up to date and can prevent current attacks. A unit test based on OWASP should be added.
The text was updated successfully, but these errors were encountered: