Ticket #768 (fixed bug)
Even more unescaped IP addresses
- Created: 2012-11-15 23:46:30
- Reported by: Franz
- Assigned to: Franz
- Milestone: 1.5.2
- Component: security
- Priority: normal
Turns out we forgot some...
History
Visman 2012-11-23 04:02:03

It is necessary to go all the way
All (in quiries)
.get_remote_address().
replace
.$db->escape(get_remote_address()).
Franz 2013-01-02 14:04:47

- Status changed from open to fixed.
Ok, I did some fairly careful searching. I hope that's all of them now.