GitHub user arun-ram opened a pull request: https://github.com/apache/incubator-usergrid/pull/300
Ensure that the input application name does not contain characters th⦠â¦at can be used to inject malicious content. The application name is repeated as-is in the response message if the oragnization/application cannot be found when OrganizationApplicationNotFoundException is thrown. This could be used for an XSS attack. You can merge this pull request into a Git repository by running: $ git pull https://github.com/arun-ram/incubator-usergrid master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-usergrid/pull/300.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #300 ---- commit e4c4dbd66ebb4f4fb61d40a302a7ce200943c1ad Author: arun.ram <arun....@spartasystems.com> Date: 2015-07-07T15:17:30Z Ensure that the input application name does not contain characters that can be used to inject malicious content. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---