ChangeSet ID: 26011 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2006/06/23 23:20:32
Modified files: . : maintainersubmit.php admin : adminAppDataQueue.php editBundle.php include : appdb.php application.php bugs.php category.php comment.php db.php distributions.php monitor.php note.php screenshot.php testResults.php url.php user.php util.php vendor.php version.php vote.php
Log message: Chris Morgan cmorgan@alum.wpi.edu Protect against sql injection attacks in sql INSERT statements
Patch: http://cvs.winehq.org/patch.py?id=26011
Old revision New revision Changes Path 1.23 1.24 +7 -8 appdb/maintainersubmit.php 1.19 1.20 +6 -4 appdb/admin/adminAppDataQueue.php 1.8 1.9 +4 -1 appdb/admin/editBundle.php 1.4 1.5 +6 -2 appdb/include/appdb.php 1.46 1.47 +8 -12 appdb/include/application.php 1.7 1.8 +6 -7 appdb/include/bugs.php 1.16 1.17 +7 -7 appdb/include/category.php 1.18 1.19 +8 -8 appdb/include/comment.php 1.13 1.14 +62 -25 appdb/include/db.php 1.4 1.5 +8 -8 appdb/include/distributions.php 1.2 1.3 +8 -8 appdb/include/monitor.php 1.7 1.8 +7 -7 appdb/include/note.php 1.36 1.37 +8 -9 appdb/include/screenshot.php 1.18 1.19 +14 -16 appdb/include/testResults.php 1.3 1.4 +8 -10 appdb/include/url.php 1.67 1.68 +15 -18 appdb/include/user.php 1.58 1.59 +9 -13 appdb/include/util.php 1.6 1.7 +6 -6 appdb/include/vendor.php 1.54 1.55 +8 -10 appdb/include/version.php 1.15 1.16 +3 -1 appdb/include/vote.php