From 8a68f95357fd5a876d873f35f531d0288360e56c Mon Sep 17 00:00:00 2001 From: Scott Date: Tue, 30 Jun 2015 22:22:31 -0400 Subject: [PATCH] Add recommendation on #13 by @alanc --- README.md | 13 +++++++++++++ .../0001-fedora-security-team-ruby-guide.json | 7 +++++++ 2 files changed, 20 insertions(+) create mode 100644 data/03-Ruby/books-and-ebooks/0001-fedora-security-team-ruby-guide.json diff --git a/README.md b/README.md index 06cc96d..3a101ab 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,9 @@ useful for tomorrow's application security experts. * [Node.js](#node-js) * [Training](#training) * [Security Training by ^Lift Security](#-security-training-by-lift-security) ![nonfree](img/nonfree.png) + * [Ruby](#ruby) + * [Books and ebooks](#books-and-ebooks) + * [Secure Ruby Development Guide](#secure-ruby-development-guide-2014) (2014) # General @@ -359,3 +362,13 @@ A weekly newsletter about PHP, security, and the community. ### ![nonfree](img/nonfree.png) [Security Training by ^Lift Security](https://liftsecurity.io/training) Learn from the team that spearheaded the [Node Security Project](https://nodesecurity.io) + +# Ruby + +## Books and ebooks + +### [Secure Ruby Development Guide](https://docs.fedoraproject.org/en-US/Fedora_Security_Team/1/html/Secure_Ruby_Development_Guide/index.html) (2014) + +**Released**: March 10, 2014 + +A guide to secure Ruby development by the Fedora Security Team. Also available on [Github](https://github.com/jrusnack/secure-ruby-development-guide). diff --git a/data/03-Ruby/books-and-ebooks/0001-fedora-security-team-ruby-guide.json b/data/03-Ruby/books-and-ebooks/0001-fedora-security-team-ruby-guide.json new file mode 100644 index 0000000..4f137c2 --- /dev/null +++ b/data/03-Ruby/books-and-ebooks/0001-fedora-security-team-ruby-guide.json @@ -0,0 +1,7 @@ +{ + "name": "Secure Ruby Development Guide", + "date": "2014-03-10", + "free": true, + "remark": "A guide to secure Ruby development by the Fedora Security Team. Also available on [Github](https://github.com/jrusnack/secure-ruby-development-guide).", + "url": "https://docs.fedoraproject.org/en-US/Fedora_Security_Team/1/html/Secure_Ruby_Development_Guide/index.html" +}