]> source.dussan.org Git - sonarqube.git/commit
Fix XSS vulnerabilities
authorSimon Brandhof <simon.brandhof@gmail.com>
Tue, 29 Oct 2013 11:30:57 +0000 (12:30 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Tue, 29 Oct 2013 11:31:09 +0000 (12:31 +0100)
commitef8b36dc567f80e0a334e6fc7254a59f7e2dc9d8
tree122a4de62f59eb425c6527d42aa1c8836de8ad13
parentcf529729634625ea5d235072c399aefd11380cfb
Fix XSS vulnerabilities
13 files changed:
sonar-server/src/main/webapp/WEB-INF/app/controllers/groups_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/views/groups/_edit_form.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/groups/index.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/groups/select_user.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/groups/select_user_new.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/provisioning/_create_form.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/provisioning/index.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/users/_change_password_form.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/users/_create_form.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/users/_edit_form.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/users/_reactivate_form.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/users/index.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/users/select_group.html.erb