stable
Clone or download
Read-only
Spotted issues are fixed. Most (all?) where not not exploitable due to some Tuleap specificities. Part of request #15015: Initiate usage of Psalm taint analysis feature Change-Id: Ic5d682c1dd7486fc35ce83907eef9e35d1ad6567
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/docman/include/Docman_Item.class.php | +2 | −0 | Go to diff View file |
M | plugins/docman/include/Docman_PermissionsExport.class.php | +5 | −1 | Go to diff View file |
M | plugins/forumml/include/ListMailsController.php | +12 | −9 | Go to diff View file |
M | plugins/forumml/include/WriteMailController.php | +4 | −2 | Go to diff View file |
M | plugins/forumml/include/forumml_utils.php | +19 | −18 | Go to diff View file |
M | plugins/git/include/GitBackend.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/GitRepository.class.php | +4 | −3 | Go to diff View file |
M | plugins/git/include/GitViews.class.php | +3 | −1 | Go to diff View file |
M | plugins/hudson/include/hudsonViews.class.php | +3 | −3 | Go to diff View file |
M | plugins/projectlinks/include/form_utils.php | +3 | −0 | Go to diff View file |
M | plugins/svn/include/SVN/Repository/Repository.php | +6 | −0 | Go to diff View file |
M | plugins/taskboard/include/REST/v1/TaskboardResource.php | +1 | −1 | Go to diff View file |
M | plugins/textualreport/include/TextualReport/SinglePageExporter.php | +2 | −0 | Go to diff View file |
M | plugins/tracker/include/REST/v1/ProjectTrackersResource.class.php | +2 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php | +2 | −2 | Go to diff View file |
M | plugins/webdav/include/Docman/DocumentDownloader.php | +15 | −20 | Go to diff View file |
M | src/common/REST/Header.class.php | +18 | −5 | Go to diff View file |
M | src/common/URI/URIModifier.php | +7 | −1 | Go to diff View file |
M | src/common/User/User.class.php | +9 | −2 | Go to diff View file |
M | src/common/backend/BackendSystem.class.php | +2 | −2 | Go to diff View file |
M | src/common/include/Codendi_Request.class.php | +9 | −9 | Go to diff View file |
M | src/common/language/BaseLanguage.class.php | +11 | −5 | Go to diff View file |
M | src/common/language/CustomizableContentLoader.php | +14 | −2 | Go to diff View file |
M | src/common/layout/Layout.class.php | +1 | −1 | Go to diff View file |
M | src/common/plugin/PluginFactory.class.php | +16 | −1 | Go to diff View file |
M | src/common/plugin/PluginManager.class.php | +12 | −1 | Go to diff View file |
M | src/common/wiki/views/WikiServiceAdminViews.class.php | +16 | −11 | Go to diff View file |
M | src/www/cvs/admin_commit.php | +4 | −2 | Go to diff View file |
M | src/www/cvs/browse_commit.php | +6 | −6 | Go to diff View file |
M | src/www/cvs/commit_utils.php | +18 | −16 | Go to diff View file |
M | src/www/cvs/cvs_intro.php | +1 | −1 | Go to diff View file |
M | src/www/file/admin/editproc.php | +3 | −3 | Go to diff View file |
M | src/www/file/showfiles.php | +2 | −2 | Go to diff View file |
M | src/www/include/exit.php | +1 | −1 | Go to diff View file |
M | src/www/include/help.php | +1 | −1 | Go to diff View file |
M | src/www/include/pre.php | +9 | −3 | Go to diff View file |
M | src/www/include/utils.php | +3 | −0 | Go to diff View file |
M | src/www/news/news_utils.php | +3 | −2 | Go to diff View file |
M | src/www/project/admin/permission_request.php | +5 | −3 | Go to diff View file |
M | src/www/project/export/project_export_utils.php | +7 | −0 | Go to diff View file |
M | src/www/svn/svn_utils.php | +10 | −9 | Go to diff View file |