[Phplib-commit] CVS: php-lib-stable CHANGES,1.8,1.9
Brought to you by:
nhruby,
richardarcher
From: Richard A. <ric...@us...> - 2001-08-29 21:03:29
|
Update of /cvsroot/phplib/php-lib-stable In directory usw-pr-cvs1:/tmp/cvs-serv12171 Modified Files: CHANGES Log Message: added credit for bug discovery Index: CHANGES =================================================================== RCS file: /cvsroot/phplib/php-lib-stable/CHANGES,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** CHANGES 2000/12/13 17:46:50 1.8 --- CHANGES 2001/08/29 21:03:27 1.9 *************** *** 1,4 **** --- 1,9 ---- $Id$ + 29 Aug 2001 richardarcher + - Fixed possible cross-site scripting attack by making sess->url() + return a urlencoded string (reported by Daniel Naber + <dan...@t-...>) + 13 Dec 2000 negro - Added $this->Debug functionality to db_pgsl.inc for consistency |