Closed (fixed)
Project:
Services
Version:
7.x-3.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Sep 2011 at 22:52 UTC
Updated:
27 Sep 2011 at 18:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
kylebrowning commentedNo its being removed.
Comment #2
marcingy commentedInital patch needs tests still just want to confirm that this is all areas that need changed
Comment #4
marcingy commentedBad test bot..your inability to enable ctools is sad :(
Comment #5
wedge commentedShouldn't this be indented one more space?
And with the patch I still get hash leaks on user/login and system/connect.
Comment #6
marcingy commentedI pretty well knew I was going to miss some areas.
I'll update the patch tonight to include those additional places and hopefully get the tests in place as well.
Comment #7
marcingy commentedBetter version of the patch still needs tests.
* Strips data in
- system connect
- user index
- user update
- user login
Comment #8
ygerasimov commentedThis should be
services_remove_user_data($result);As it is not big change I don't think we should have separate test for this patch. I also looked through the code of resources and think that marcingy covered all cases we needed to sanitize the user object.
Comment #9
kylebrowning commentedLooks good too me, I'm unsure on the pass by reference issue, was this tested on 5.3?
Comment #10
marcingy commentedpass by reference is a bug and comes from a mindless cut and paste session :)
Comment #11
kylebrowning commentedlooks good!
Comment #12
ygerasimov commentedPatch from #10 misses semicolon. Here is the same one. Please commit it.
Comment #13
kylebrowning commentedComment #14
kylebrowning commented