[wp-trac] [WordPress Trac] #12402: make addslashes_gpc() use addslashes() fix to use real_escape, rather than addslashes
WordPress Trac
wp-trac at lists.automattic.com
Tue Mar 2 03:16:19 UTC 2010
#12402: make addslashes_gpc() use addslashes() fix to use real_escape, rather than
addslashes
-------------------------------+--------------------------------------------
Reporter: Denis-de-Bernardy | Owner: ryan
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.0
Component: Security | Version: 3.0
Severity: normal | Keywords: has-patch needs-testing
-------------------------------+--------------------------------------------
Comment(by Denis-de-Bernardy):
My understanding is the real issue was that we'd stripslash() $_POST and
$_GET, and then slash them using mysql_real_escape_string(). but by doing
so, we add more slashes than addslashes would, so doing the same over
again for any reason would return garbage.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/12402#comment:9>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list