ChangeSet ID: 16818 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@wine.codeweavers.com 2005/03/23 17:56:38
Modified files: include : application.php comment.php screenshot.php user.php vendor.php version.php
Log message: Jonathan Ernst Jonathan@ernstfamily.ch Security fixes. Ensure that numeric values are actually numeric using is_numeric so users can't login as admin by passing in non-numeric values.
Patch: http://cvs.winehq.org/patch.py?id=16818
Old revision New revision Changes Path 1.22 1.23 +1 -1 appdb/include/application.php 1.7 1.8 +1 -1 appdb/include/comment.php 1.21 1.22 +1 -1 appdb/include/screenshot.php 1.39 1.40 +3 -3 appdb/include/user.php 1.3 1.4 +1 -1 appdb/include/vendor.php 1.14 1.15 +1 -1 appdb/include/version.php