From 4e5a4cf4b2b52815bcba8fcd4bab52fe5a8f161b Mon Sep 17 00:00:00 2001 From: Andrew Wilcox Date: Fri, 25 Jan 2013 23:45:55 -0500 Subject: Remove mass-assignment line from guide summary --- guides/source/security.md | 1 - 1 file changed, 1 deletion(-) (limited to 'guides/source') diff --git a/guides/source/security.md b/guides/source/security.md index 3706a61431..769bd130be 100644 --- a/guides/source/security.md +++ b/guides/source/security.md @@ -9,7 +9,6 @@ After reading this guide, you will know: * The concept of sessions in Rails, what to put in there and popular attack methods. * How just visiting a site can be a security problem (with CSRF). * What you have to pay attention to when working with files or providing an administration interface. -* The Rails-specific mass assignment problem. * How to manage users: Logging in and out and attack methods on all layers. * And the most popular injection attack methods. -- cgit v1.2.3