Capybara added to demonstrate vulnerabilities.

Adding Capybara to verify replay-ability of hacking vulnerabilities. I
imagine these may want to be kept on a different branch for QA and
educational purposes, but not distributed with master when forked.

This commit also includes demonstrating the SQL Injection vulnerability.
This commit is contained in:
chrismo
2013-09-26 17:50:30 -05:00
parent 1860d24ac8
commit df9efa915b
6 changed files with 77 additions and 259 deletions
+4 -1
View File
@@ -25,6 +25,9 @@ end
gem 'gauntlt'
group :development, :test do
gem 'capybara'
gem 'database_cleaner'
gem 'poltergeist'
gem 'rspec-rails'
end
@@ -56,7 +59,7 @@ gem 'jquery-rails'
gem 'powder'
gem 'aruba'
gem 'minitest', '~> 4.0', :require=> "minitest/autorun"
#gem 'minitest', '~> 4.0', :require=> "minitest/autorun"
#gem 'minitest'