Handling SQL injection and XSS in Rails

Submitted by Zach Holman » The unfortunate part about learning a new language or technology is that there's typically little focus on security matters. Rails gives you a lot of time-saving helpers and methods, but you still need to understand where your app might be vulnerable. This is a quick overview of protecting your code against SQL injection attacks and cross-site scripting exploits.
Rating: 4.5/5 | 512 clicks | 0 comments | 0 saves | share | report

Comments on this tutorial

Discuss this tutorial

You must be logged in to comment on a tutorial.