dev

Forked from tuleap/dev

Clone or download

Read-only

Merge commit 'refs/changes/38/3438/6' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #7744: Fix non persistent XSS and a open redirection in search modules and login form Change-Id: I83153f92cb26f6fb1a98648510d0c48b50a42623

Modified Files

Name
M plugins/fulltextsearch/include/FullTextSearch/Presenter/Search.class.php +4 −1 Go to diff View file
M plugins/ldap/include/LoginPresenter.class.php +1 −2 Go to diff View file
M plugins/openid/include/LoginPresenter.class.php +1 −2 Go to diff View file
M src/common/include/URLRedirect.class.php +13 −5 Go to diff View file
M src/common/include/URLVerification.class.php +16 −1 Go to diff View file
M src/common/search/Presenters/SearchResultsIntroPresenter.php +6 −4 Go to diff View file
M src/common/user/LoginPresenter.class.php +4 −16 Go to diff View file
M src/templates/user/login.mustache +1 −1 Go to diff View file
M src/www/account/login.php +0 −6 Go to diff View file
M tests/simpletest/common/include/URLRedirectTest.php +19 −4 Go to diff View file
M tests/simpletest/common/include/URLVerificationTest.php +15 −2 Go to diff View file