From 71d36f27a5fb988a024eb3cc00f7e459dc33b049 Mon Sep 17 00:00:00 2001 From: Jonhnny Weslley Date: Thu, 24 Oct 2019 00:01:05 -0300 Subject: [PATCH] add Rails related stuff --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6a12a59..5e26f94 100644 --- a/README.md +++ b/README.md @@ -226,6 +226,9 @@ If you enjoy this awesome list and would like to support it, check out my [Patre ### Rails - [Rails Security - First part](https://hackmd.io/s/SkuTVw5O-) - Written by [@qazbnm456](https://github.com/qazbnm456). +- [Zen Rails Security Checklist](https://github.com/brunofacca/zen-rails-security-checklist) - Written by [@brunofacca](https://github.com/brunofacca). +- [Rails SQL Injection](https://rails-sqli.org) - Written by [@presidentbeef](https://github.com/presidentbeef). +- [Official Rails Security Guide](http://guides.rubyonrails.org/security.html) - Written by [Rails team](https://rubyonrails.org/). ### AngularJS