stable

Clone or download

Read-only

Fix false positive issues identified by Psalm taint analysis

Some of the issue are not false positives but are not exploitable in any standard configurations. `make psalm-taint-analysis` does not find any error. Part of request #15015: Initiate usage of Psalm taint analysis feature Change-Id: Ieac7566e21b7d6646b42daca8c336565efc1b2a4

Modified Files

Name
M plugins/docman/include/view/Docman_View_Redirect.class.php +5 −1 Go to diff View file
M plugins/git/include/GitPHP/git/FileDiff.php +1 −1 Go to diff View file
M plugins/ldap/include/WelcomeDisplayController.php +7 −7 Go to diff View file
M plugins/projectlinks/include/form_utils.php +1 −2 Go to diff View file
M src/common/include/Response.class.php +1 −2 Go to diff View file
M src/common/language/BaseLanguage.class.php +3 −0 Go to diff View file
M src/www/include/database.php +2 −5 Go to diff View file
M src/www/soap/index.php +3 −1 Go to diff View file