stable

Clone or download

Read-only

Deal with new taint sinks found by Psalm 5.16.0

The reported issues are valid but cannot be exploited. Psalm taint analysis does not report issues anymore. Part of request #35147 Psalm: 5.15.0 -> 5.16.0 Change-Id: I9b6d881819250535220237f022cade4fb012f6b2

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardXMLController.class.php +6 −1 Go to diff View file
M plugins/docman/include/Docman_Item.class.php +4 −1 Go to diff View file
M plugins/docman/include/Docman_ItemDao.class.php +27 −27 Go to diff View file
M plugins/docman/include/view/Docman_View_ItemTreeUlVisitor.class.php +4 −4 Go to diff View file
M plugins/docman/tests/unit/NotificationsManager_MoveTest.php +7 −7 Go to diff View file
M plugins/graphontrackersv5/include/GraphOnTrackersV5_Widget_Chart.class.php +1 −1 Go to diff View file
M plugins/projectlinks/include/form_utils.php +1 −1 Go to diff View file
M plugins/projectlinks/include/projectlinksPlugin.php +8 −7 Go to diff View file
M plugins/svn/include/SVN/Repository/ProjectHistoryFormatter.php +6 −1 Go to diff View file
M src/common/Project/Group.class.php +3 −0 Go to diff View file
M src/common/User/SessionManager.php +3 −0 Go to diff View file
M src/common/User/User.class.php +1 −1 Go to diff View file
M src/common/User/UserManager.class.php +0 −28 Go to diff View file
M src/common/dao/FRSReleaseDao.class.php +2 −2 Go to diff View file
M src/common/wiki/WikiServiceAdmin.class.php +6 −1 Go to diff View file
M src/common/wiki/lib/WikiCloner.class.php +1 −1 Go to diff View file
M src/www/project/admin/permissions.php +5 −3 Go to diff View file
M src/www/project/admin/ugroup_utils.php +2 −1 Go to diff View file
M src/www/service/index.php +2 −2 Go to diff View file
M src/www/softwaremap/trove_list.php +1 −1 Go to diff View file
M tests/psalm/tuleap-baseline.xml +192 −7 Go to diff View file