﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
11781,there is potential for odd behavior in two queries in ms-edit.php,Denis-de-Bernardy,,"there are two queries in the file that manually insert serialized data in the database:

{{{
'a:1:{s:"" . strlen( $role ) . "":\"""" . $role . ""\"";b:1;}')""
}}}

considering #9663 and the fact that the part of php isn't always mb_string safe, we ought to use the serialize() function instead (or better yet, the API).",defect (bug),closed,normal,3.0,Multisite,3.0,normal,fixed,has-patch,
