Hacker News new | ask | show | jobs
by benmmurphy 4884 days ago
i actually lied :) there is #from_xml so if you were doing Hash.from_xml(params[:trololol]) or Post.from_xml(params[:lols]) then you would be vulnerable to localhost:3000 attack. but I don't think there is generic attack it would have to be application specific.
2 comments

you still needto bypass CSRF protection which is on by default
Yet.