From 8fe7406ef9704fcf6bd780bd6c593c9a1383224d Mon Sep 17 00:00:00 2001 From: Robert Date: Tue, 15 Mar 2016 15:27:18 -0700 Subject: [PATCH] Updated Ideas for Google Summer of Code 2016 (markdown) --- Ideas-for-Google-Summer-of-Code-2016.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ideas-for-Google-Summer-of-Code-2016.md b/Ideas-for-Google-Summer-of-Code-2016.md index d85b715..7802326 100644 --- a/Ideas-for-Google-Summer-of-Code-2016.md +++ b/Ideas-for-Google-Summer-of-Code-2016.md @@ -2,7 +2,7 @@ Below are a number of suggestions for students interested in the ModSecurity pro - @csanders-git and @zimmerle ###ModSecurity Ruby support -**Brief explanation:** Adding the capability of rapid prototyping to ModSecurity functionalities trough scripts will open the possibility for easy rules production and customization, It also opens the possibility for a large community such as Ruby developers to create their own customization on the top of ModSecurity and so customize their own rules, analogous of today's Lua support. +**Brief explanation:** Adding the capability of rapid prototyping to ModSecurity functionalities through scripts will open the possibility for easy rules production and customization, It also opens the possibility for a large community such as Ruby developers to create their own customization on the top of ModSecurity and so customize their own rules, analogous of today's Lua support. **Expected results:** An implementation able to handle Ruby scripts which will interact to ModSecurity as Lua does. **References:** - Embedding Ruby into C++ (ModSecurity is C, using C++ as reference): http://aeditor.rubyforge.org/ruby_cplusplus/index.html