stable

Clone or download

Read-only

request #7744: Fix non persistent XSS and a open redirection in search modules and login form

Change-Id: I38643daea9923f8fe97c575cfe384b04fa32fa22

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