ChangeSet ID: 26083 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2006/06/27 14:16:28
Modified files: . : addcomment.php appimage.php appsubmit.php appview.php distributionView.php index.php preferences.php vendorview.php viewScreenshots.php viewbugs.php votestats.php admin : addAppNote.php addCategory.php adminAppDataQueue.php adminAppQueue.php adminBugs.php adminCommentView.php adminMaintainerQueue.php adminMaintainers.php adminScreenshots.php adminUsers.php editAppFamily.php editAppVersion.php editBundle.php moveAppVersion.php include : appdb.php application.php bugs.php category.php comment.php db.php distributions.php incl.php maintainer.php monitor.php note.php screenshot.php session.php tableve.php testResults.php url.php user.php util.php vendor.php version.php vote.php
Log message: Chris Morgan cmorgan@alum.wpi.edu Use query_parameters() in SQL select, update and delete statements to protect against sql injection attacks
Patch: http://cvs.winehq.org/patch.py?id=26083
Old revision New revision Changes Path 1.23 1.24 +2 -1 appdb/addcomment.php 1.17 1.18 +3 -4 appdb/appimage.php 1.42 1.43 +8 -8 appdb/appsubmit.php 1.81 1.82 +4 -3 appdb/appview.php 1.9 1.10 +1 -2 appdb/distributionView.php 1.33 1.34 +1 -1 appdb/index.php 1.24 1.25 +1 -1 appdb/preferences.php 1.14 1.15 +1 -2 appdb/vendorview.php 1.2 1.3 +4 -3 appdb/viewScreenshots.php 1.2 1.3 +9 -9 appdb/viewbugs.php 1.20 1.21 +11 -11 appdb/votestats.php 1.22 1.23 +2 -2 appdb/admin/addAppNote.php 1.9 1.10 +9 -9 appdb/admin/addCategory.php 1.20 1.21 +1 -1 appdb/admin/adminAppDataQueue.php 1.56 1.57 +10 -10 appdb/admin/adminAppQueue.php 1.4 1.5 +2 -12 appdb/admin/adminBugs.php 1.11 1.12 +4 -4 appdb/admin/adminCommentView.php 1.23 1.24 +6 -5 appdb/admin/adminMaintainerQueue.php 1.18 1.19 +3 -3 appdb/admin/adminMaintainers.php 1.7 1.8 +3 -3 appdb/admin/adminScreenshots.php 1.7 1.8 +5 -4 appdb/admin/adminUsers.php 1.36 1.37 +2 -1 appdb/admin/editAppFamily.php 1.34 1.35 +2 -1 appdb/admin/editAppVersion.php 1.9 1.10 +6 -4 appdb/admin/editBundle.php 1.3 1.4 +1 -1 appdb/admin/moveAppVersion.php 1.5 1.6 +8 -4 appdb/include/appdb.php 1.48 1.49 +35 -23 appdb/include/application.php 1.8 1.9 +11 -10 appdb/include/bugs.php 1.17 1.18 +16 -12 appdb/include/category.php 1.19 1.20 +18 -9 appdb/include/comment.php 1.15 1.16 +11 -2 appdb/include/db.php 1.6 1.7 +53 -32 appdb/include/distributions.php 1.28 1.29 +12 -6 appdb/include/incl.php 1.9 1.10 +7 -7 appdb/include/maintainer.php 1.3 1.4 +1 -1 appdb/include/monitor.php 1.8 1.9 +9 -9 appdb/include/note.php 1.37 1.38 +37 -38 appdb/include/screenshot.php 1.9 1.10 +7 -6 appdb/include/session.php 1.11 1.12 +4 -2 appdb/include/tableve.php 1.22 1.23 +36 -23 appdb/include/testResults.php 1.4 1.5 +14 -14 appdb/include/url.php 1.69 1.70 +128 -98 appdb/include/user.php 1.59 1.60 +35 -29 appdb/include/util.php 1.7 1.8 +11 -9 appdb/include/vendor.php 1.56 1.57 +40 -38 appdb/include/version.php 1.16 1.17 +9 -8 appdb/include/vote.php