--- !ruby/object:Gem::Specification name: codesake-dawn version: !ruby/object:Gem::Version version: '0.77' platform: ruby authors: - Paolo Perego autorequire: bindir: bin cert_chain: [] date: 2013-10-30 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: codesake-commons requirement: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: 0.89.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: 0.89.0 - !ruby/object:Gem::Dependency name: cvss requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: haml requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: parser requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: ptools requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: ruby_parser requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: sys-uname requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: grit requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: coveralls requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: tomdoc requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: aruba requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: simplecov requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' description: dawn is a security static source code analyzer for web applications written in ruby. It supports major MVC frameworks like sinatra, padrino and ruby on rails. dawn output is a list of security vulnerabilities affecting your code with a suggestion on how to mitigate all of them. email: - thesp0nge@gmail.com executables: - dawn extensions: [] extra_rdoc_files: [] files: - .gitignore - .ruby-gemset - .ruby-version - .travis.yml - Competitive_matrix.md - Gemfile - LICENSE.txt - README.md - Rakefile - Roadmap.md - TODO.md - bin/dawn - codesake-dawn.gemspec - features/dawn_complains_about_an_incorrect_command_line.feature - features/dawn_scan_a_secure_sinatra_app.feature - features/dawn_scan_a_vulnerable_sinatra_app.feature - features/step_definition/dawn_steps.rb - features/support/env.rb - lib/codesake-dawn.rb - lib/codesake/dawn/core.rb - lib/codesake/dawn/engine.rb - lib/codesake/dawn/gemfile_lock.rb - lib/codesake/dawn/kb/basic_check.rb - lib/codesake/dawn/kb/combo_check.rb - lib/codesake/dawn/kb/cve_2010_1330.rb - lib/codesake/dawn/kb/cve_2011_0446.rb - lib/codesake/dawn/kb/cve_2011_0447.rb - lib/codesake/dawn/kb/cve_2011_0995.rb - lib/codesake/dawn/kb/cve_2011_2197.rb - lib/codesake/dawn/kb/cve_2011_2929.rb - lib/codesake/dawn/kb/cve_2011_2931.rb - lib/codesake/dawn/kb/cve_2011_2932.rb - lib/codesake/dawn/kb/cve_2011_3186.rb - lib/codesake/dawn/kb/cve_2011_4815.rb - lib/codesake/dawn/kb/cve_2012_1099.rb - lib/codesake/dawn/kb/cve_2012_1241.rb - lib/codesake/dawn/kb/cve_2012_2140.rb - lib/codesake/dawn/kb/cve_2012_2660.rb - lib/codesake/dawn/kb/cve_2012_2661.rb - lib/codesake/dawn/kb/cve_2012_2694.rb - lib/codesake/dawn/kb/cve_2012_2695.rb - lib/codesake/dawn/kb/cve_2012_3424.rb - lib/codesake/dawn/kb/cve_2012_3463.rb - lib/codesake/dawn/kb/cve_2012_3464.rb - lib/codesake/dawn/kb/cve_2012_3465.rb - lib/codesake/dawn/kb/cve_2012_4464.rb - lib/codesake/dawn/kb/cve_2012_4466.rb - lib/codesake/dawn/kb/cve_2012_4481.rb - lib/codesake/dawn/kb/cve_2012_4522.rb - lib/codesake/dawn/kb/cve_2012_5370.rb - lib/codesake/dawn/kb/cve_2012_5371.rb - lib/codesake/dawn/kb/cve_2012_5380.rb - lib/codesake/dawn/kb/cve_2012_6134.rb - lib/codesake/dawn/kb/cve_2012_6496.rb - lib/codesake/dawn/kb/cve_2012_6497.rb - lib/codesake/dawn/kb/cve_2013_0155.rb - lib/codesake/dawn/kb/cve_2013_0156.rb - lib/codesake/dawn/kb/cve_2013_0175.rb - lib/codesake/dawn/kb/cve_2013_0233.rb - lib/codesake/dawn/kb/cve_2013_0269.rb - lib/codesake/dawn/kb/cve_2013_0276.rb - lib/codesake/dawn/kb/cve_2013_0277.rb - lib/codesake/dawn/kb/cve_2013_0284.rb - lib/codesake/dawn/kb/cve_2013_0285.rb - lib/codesake/dawn/kb/cve_2013_0333.rb - lib/codesake/dawn/kb/cve_2013_1655.rb - lib/codesake/dawn/kb/cve_2013_1656.rb - lib/codesake/dawn/kb/cve_2013_1800.rb - lib/codesake/dawn/kb/cve_2013_1801.rb - lib/codesake/dawn/kb/cve_2013_1802.rb - lib/codesake/dawn/kb/cve_2013_1821.rb - lib/codesake/dawn/kb/cve_2013_1854.rb - lib/codesake/dawn/kb/cve_2013_1855.rb - lib/codesake/dawn/kb/cve_2013_1856.rb - lib/codesake/dawn/kb/cve_2013_1857.rb - lib/codesake/dawn/kb/cve_2013_1875.rb - lib/codesake/dawn/kb/cve_2013_1898.rb - lib/codesake/dawn/kb/cve_2013_1911.rb - lib/codesake/dawn/kb/cve_2013_1933.rb - lib/codesake/dawn/kb/cve_2013_1947.rb - lib/codesake/dawn/kb/cve_2013_1948.rb - lib/codesake/dawn/kb/cve_2013_2065.rb - lib/codesake/dawn/kb/cve_2013_2615.rb - lib/codesake/dawn/kb/cve_2013_2616.rb - lib/codesake/dawn/kb/cve_2013_2617.rb - lib/codesake/dawn/kb/cve_2013_3221.rb - lib/codesake/dawn/kb/cve_2013_4389.rb - lib/codesake/dawn/kb/dependency_check.rb - lib/codesake/dawn/kb/not_revised_code.rb - lib/codesake/dawn/kb/operating_system_check.rb - lib/codesake/dawn/kb/owasp_ror_cheatsheet.rb - lib/codesake/dawn/kb/owasp_ror_cheatsheet/command_injection.rb - lib/codesake/dawn/kb/owasp_ror_cheatsheet/csrf.rb - lib/codesake/dawn/kb/owasp_ror_cheatsheet/mass_assignment_in_model.rb - lib/codesake/dawn/kb/owasp_ror_cheatsheet/security_related_headers.rb - lib/codesake/dawn/kb/owasp_ror_cheatsheet/session_stored_in_database.rb - lib/codesake/dawn/kb/pattern_match_check.rb - lib/codesake/dawn/kb/ruby_version_check.rb - lib/codesake/dawn/knowledge_base.rb - lib/codesake/dawn/padrino.rb - lib/codesake/dawn/rails.rb - lib/codesake/dawn/sinatra.rb - lib/codesake/dawn/utils.rb - lib/codesake/dawn/version.rb - spec/lib/dawn/codesake_knowledgebase_spec.rb - spec/lib/dawn/codesake_padrino_engine_spec.rb - spec/lib/dawn/codesake_rails_engine_spec.rb - spec/lib/dawn/codesake_sinatra_engine_spec.rb - spec/lib/kb/codesake_cve_2013_0175_spec.rb - spec/lib/kb/codesake_cve_2013_1655_spec.rb - spec/lib/kb/codesake_ruby_version_check_spec.rb - spec/lib/kb/owasp_ror_cheatsheet_spec.rb - spec/spec_helper.rb - spec/support/hello_world_3.0.19/Gemfile - spec/support/hello_world_3.0.19/README - spec/support/hello_world_3.0.19/Rakefile - spec/support/hello_world_3.0.19/app/controllers/application_controller.rb - spec/support/hello_world_3.0.19/app/helpers/application_helper.rb - spec/support/hello_world_3.0.19/app/views/layouts/application.html.erb - spec/support/hello_world_3.0.19/config.ru - spec/support/hello_world_3.0.19/config/application.rb - spec/support/hello_world_3.0.19/config/boot.rb - spec/support/hello_world_3.0.19/config/database.yml - spec/support/hello_world_3.0.19/config/environment.rb - spec/support/hello_world_3.0.19/config/environments/development.rb - spec/support/hello_world_3.0.19/config/environments/production.rb - spec/support/hello_world_3.0.19/config/environments/test.rb - spec/support/hello_world_3.0.19/config/initializers/backtrace_silencers.rb - spec/support/hello_world_3.0.19/config/initializers/inflections.rb - spec/support/hello_world_3.0.19/config/initializers/mime_types.rb - spec/support/hello_world_3.0.19/config/initializers/secret_token.rb - spec/support/hello_world_3.0.19/config/initializers/session_store.rb - spec/support/hello_world_3.0.19/config/locales/en.yml - spec/support/hello_world_3.0.19/config/routes.rb - spec/support/hello_world_3.0.19/db/seeds.rb - spec/support/hello_world_3.0.19/lib/tasks/.gitkeep - spec/support/hello_world_3.0.19/public/404.html - spec/support/hello_world_3.0.19/public/422.html - spec/support/hello_world_3.0.19/public/500.html - spec/support/hello_world_3.0.19/public/favicon.ico - spec/support/hello_world_3.0.19/public/images/rails.png - spec/support/hello_world_3.0.19/public/index.html - spec/support/hello_world_3.0.19/public/javascripts/application.js - spec/support/hello_world_3.0.19/public/javascripts/controls.js - spec/support/hello_world_3.0.19/public/javascripts/dragdrop.js - spec/support/hello_world_3.0.19/public/javascripts/effects.js - spec/support/hello_world_3.0.19/public/javascripts/prototype.js - spec/support/hello_world_3.0.19/public/javascripts/rails.js - spec/support/hello_world_3.0.19/public/robots.txt - spec/support/hello_world_3.0.19/public/stylesheets/.gitkeep - spec/support/hello_world_3.0.19/script/rails - spec/support/hello_world_3.0.19/test/performance/browsing_test.rb - spec/support/hello_world_3.0.19/test/test_helper.rb - spec/support/hello_world_3.0.19/vendor/plugins/.gitkeep - spec/support/hello_world_3.1.0/Gemfile - spec/support/hello_world_3.1.0/README - spec/support/hello_world_3.1.0/Rakefile - spec/support/hello_world_3.1.0/app/assets/images/rails.png - spec/support/hello_world_3.1.0/app/assets/javascripts/application.js - spec/support/hello_world_3.1.0/app/assets/stylesheets/application.css - spec/support/hello_world_3.1.0/app/controllers/application_controller.rb - spec/support/hello_world_3.1.0/app/helpers/application_helper.rb - spec/support/hello_world_3.1.0/app/mailers/.gitkeep - spec/support/hello_world_3.1.0/app/models/.gitkeep - spec/support/hello_world_3.1.0/app/views/layouts/application.html.erb - spec/support/hello_world_3.1.0/config.ru - spec/support/hello_world_3.1.0/config/application.rb - spec/support/hello_world_3.1.0/config/boot.rb - spec/support/hello_world_3.1.0/config/database.yml - spec/support/hello_world_3.1.0/config/environment.rb - spec/support/hello_world_3.1.0/config/environments/development.rb - spec/support/hello_world_3.1.0/config/environments/production.rb - spec/support/hello_world_3.1.0/config/environments/test.rb - spec/support/hello_world_3.1.0/config/initializers/backtrace_silencers.rb - spec/support/hello_world_3.1.0/config/initializers/inflections.rb - spec/support/hello_world_3.1.0/config/initializers/mime_types.rb - spec/support/hello_world_3.1.0/config/initializers/secret_token.rb - spec/support/hello_world_3.1.0/config/initializers/session_store.rb - spec/support/hello_world_3.1.0/config/initializers/wrap_parameters.rb - spec/support/hello_world_3.1.0/config/locales/en.yml - spec/support/hello_world_3.1.0/config/routes.rb - spec/support/hello_world_3.1.0/db/seeds.rb - spec/support/hello_world_3.1.0/lib/assets/.gitkeep - spec/support/hello_world_3.1.0/lib/tasks/.gitkeep - spec/support/hello_world_3.1.0/log/.gitkeep - spec/support/hello_world_3.1.0/public/404.html - spec/support/hello_world_3.1.0/public/422.html - spec/support/hello_world_3.1.0/public/500.html - spec/support/hello_world_3.1.0/public/favicon.ico - spec/support/hello_world_3.1.0/public/index.html - spec/support/hello_world_3.1.0/public/robots.txt - spec/support/hello_world_3.1.0/script/rails - spec/support/hello_world_3.1.0/test/fixtures/.gitkeep - spec/support/hello_world_3.1.0/test/functional/.gitkeep - spec/support/hello_world_3.1.0/test/integration/.gitkeep - spec/support/hello_world_3.1.0/test/performance/browsing_test.rb - spec/support/hello_world_3.1.0/test/test_helper.rb - spec/support/hello_world_3.1.0/test/unit/.gitkeep - spec/support/hello_world_3.1.0/vendor/assets/stylesheets/.gitkeep - spec/support/hello_world_3.1.0/vendor/plugins/.gitkeep - spec/support/hello_world_3.2.13/Gemfile - spec/support/hello_world_3.2.13/README.rdoc - spec/support/hello_world_3.2.13/Rakefile - spec/support/hello_world_3.2.13/app/assets/images/rails.png - spec/support/hello_world_3.2.13/app/assets/javascripts/application.js - spec/support/hello_world_3.2.13/app/assets/stylesheets/application.css - spec/support/hello_world_3.2.13/app/controllers/application_controller.rb - spec/support/hello_world_3.2.13/app/helpers/application_helper.rb - spec/support/hello_world_3.2.13/app/mailers/.gitkeep - spec/support/hello_world_3.2.13/app/models/.gitkeep - spec/support/hello_world_3.2.13/app/models/test.rb - spec/support/hello_world_3.2.13/app/views/layouts/application.html.erb - spec/support/hello_world_3.2.13/config.ru - spec/support/hello_world_3.2.13/config/application.rb - spec/support/hello_world_3.2.13/config/boot.rb - spec/support/hello_world_3.2.13/config/database.yml - spec/support/hello_world_3.2.13/config/environment.rb - spec/support/hello_world_3.2.13/config/environments/development.rb - spec/support/hello_world_3.2.13/config/environments/production.rb - spec/support/hello_world_3.2.13/config/environments/test.rb - spec/support/hello_world_3.2.13/config/initializers/backtrace_silencers.rb - spec/support/hello_world_3.2.13/config/initializers/inflections.rb - spec/support/hello_world_3.2.13/config/initializers/mime_types.rb - spec/support/hello_world_3.2.13/config/initializers/secret_token.rb - spec/support/hello_world_3.2.13/config/initializers/session_store.rb - spec/support/hello_world_3.2.13/config/initializers/wrap_parameters.rb - spec/support/hello_world_3.2.13/config/locales/en.yml - spec/support/hello_world_3.2.13/config/routes.rb - spec/support/hello_world_3.2.13/db/seeds.rb - spec/support/hello_world_3.2.13/lib/assets/.gitkeep - spec/support/hello_world_3.2.13/lib/tasks/.gitkeep - spec/support/hello_world_3.2.13/log/.gitkeep - spec/support/hello_world_3.2.13/public/404.html - spec/support/hello_world_3.2.13/public/422.html - spec/support/hello_world_3.2.13/public/500.html - spec/support/hello_world_3.2.13/public/favicon.ico - spec/support/hello_world_3.2.13/public/index.html - spec/support/hello_world_3.2.13/public/robots.txt - spec/support/hello_world_3.2.13/script/rails - spec/support/hello_world_3.2.13/test/fixtures/.gitkeep - spec/support/hello_world_3.2.13/test/functional/.gitkeep - spec/support/hello_world_3.2.13/test/integration/.gitkeep - spec/support/hello_world_3.2.13/test/performance/browsing_test.rb - spec/support/hello_world_3.2.13/test/test_helper.rb - spec/support/hello_world_3.2.13/test/unit/.gitkeep - spec/support/hello_world_3.2.13/vendor/assets/javascripts/.gitkeep - spec/support/hello_world_3.2.13/vendor/assets/stylesheets/.gitkeep - spec/support/hello_world_3.2.13/vendor/plugins/.gitkeep - spec/support/hello_world_padrino/.components - spec/support/hello_world_padrino/.gitignore - spec/support/hello_world_padrino/Gemfile - spec/support/hello_world_padrino/Rakefile - spec/support/hello_world_padrino/app/app.rb - spec/support/hello_world_padrino/config.ru - spec/support/hello_world_padrino/config/apps.rb - spec/support/hello_world_padrino/config/boot.rb - spec/support/hello_world_padrino/config/database.rb - spec/support/hello_world_padrino/cucumber.yml - spec/support/hello_world_padrino/db/migrate/001_create_users.rb - spec/support/hello_world_padrino/dispatcher/app.rb - spec/support/hello_world_padrino/features/add.feature - spec/support/hello_world_padrino/features/step_definitions/add_steps.rb - spec/support/hello_world_padrino/features/support/env.rb - spec/support/hello_world_padrino/features/support/url.rb - spec/support/hello_world_padrino/log/app.rb - spec/support/hello_world_padrino/models/user.rb - spec/support/hello_world_padrino/public/favicon.ico - spec/support/hello_world_padrino/public/javascripts/application.js - spec/support/hello_world_padrino/public/javascripts/jquery-ujs.js - spec/support/hello_world_padrino/public/javascripts/jquery.js - spec/support/lorem.txt - spec/support/sinatra-safe/.gems - spec/support/sinatra-safe/Gemfile - spec/support/sinatra-safe/MIT-LICENSE - spec/support/sinatra-safe/README.rdoc - spec/support/sinatra-safe/Rakefile - spec/support/sinatra-safe/application.rb - spec/support/sinatra-safe/config.ru - spec/support/sinatra-safe/environment.rb - spec/support/sinatra-safe/lib/profile.rb - spec/support/sinatra-safe/public/main.css - spec/support/sinatra-safe/script/console - spec/support/sinatra-safe/views/layout.haml - spec/support/sinatra-safe/views/root.haml - spec/support/sinatra-vulnerable/.gems - spec/support/sinatra-vulnerable/Gemfile - spec/support/sinatra-vulnerable/MIT-LICENSE - spec/support/sinatra-vulnerable/README.rdoc - spec/support/sinatra-vulnerable/Rakefile - spec/support/sinatra-vulnerable/application.rb - spec/support/sinatra-vulnerable/config.ru - spec/support/sinatra-vulnerable/disabled.png - spec/support/sinatra-vulnerable/environment.rb - spec/support/sinatra-vulnerable/lib/profile.rb - spec/support/sinatra-vulnerable/public/main.css - spec/support/sinatra-vulnerable/script/console - spec/support/sinatra-vulnerable/views/layout.haml - spec/support/sinatra-vulnerable/views/root.haml - spec/support/sinatra-vulnerable/views/xss.haml homepage: http://codesake.com licenses: [] metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.0.4 signing_key: specification_version: 4 summary: dawn is a security static source code analyzer for sinatra, padrino and ruby on rails web applicartions. test_files: - features/dawn_complains_about_an_incorrect_command_line.feature - features/dawn_scan_a_secure_sinatra_app.feature - features/dawn_scan_a_vulnerable_sinatra_app.feature - features/step_definition/dawn_steps.rb - features/support/env.rb - spec/lib/dawn/codesake_knowledgebase_spec.rb - spec/lib/dawn/codesake_padrino_engine_spec.rb - spec/lib/dawn/codesake_rails_engine_spec.rb - spec/lib/dawn/codesake_sinatra_engine_spec.rb - spec/lib/kb/codesake_cve_2013_0175_spec.rb - spec/lib/kb/codesake_cve_2013_1655_spec.rb - spec/lib/kb/codesake_ruby_version_check_spec.rb - spec/lib/kb/owasp_ror_cheatsheet_spec.rb - spec/spec_helper.rb - spec/support/hello_world_3.0.19/Gemfile - spec/support/hello_world_3.0.19/README - spec/support/hello_world_3.0.19/Rakefile - spec/support/hello_world_3.0.19/app/controllers/application_controller.rb - spec/support/hello_world_3.0.19/app/helpers/application_helper.rb - spec/support/hello_world_3.0.19/app/views/layouts/application.html.erb - spec/support/hello_world_3.0.19/config.ru - spec/support/hello_world_3.0.19/config/application.rb - spec/support/hello_world_3.0.19/config/boot.rb - spec/support/hello_world_3.0.19/config/database.yml - spec/support/hello_world_3.0.19/config/environment.rb - spec/support/hello_world_3.0.19/config/environments/development.rb - spec/support/hello_world_3.0.19/config/environments/production.rb - spec/support/hello_world_3.0.19/config/environments/test.rb - spec/support/hello_world_3.0.19/config/initializers/backtrace_silencers.rb - spec/support/hello_world_3.0.19/config/initializers/inflections.rb - spec/support/hello_world_3.0.19/config/initializers/mime_types.rb - spec/support/hello_world_3.0.19/config/initializers/secret_token.rb - spec/support/hello_world_3.0.19/config/initializers/session_store.rb - spec/support/hello_world_3.0.19/config/locales/en.yml - spec/support/hello_world_3.0.19/config/routes.rb - spec/support/hello_world_3.0.19/db/seeds.rb - spec/support/hello_world_3.0.19/lib/tasks/.gitkeep - spec/support/hello_world_3.0.19/public/404.html - spec/support/hello_world_3.0.19/public/422.html - spec/support/hello_world_3.0.19/public/500.html - spec/support/hello_world_3.0.19/public/favicon.ico - spec/support/hello_world_3.0.19/public/images/rails.png - spec/support/hello_world_3.0.19/public/index.html - spec/support/hello_world_3.0.19/public/javascripts/application.js - spec/support/hello_world_3.0.19/public/javascripts/controls.js - spec/support/hello_world_3.0.19/public/javascripts/dragdrop.js - spec/support/hello_world_3.0.19/public/javascripts/effects.js - spec/support/hello_world_3.0.19/public/javascripts/prototype.js - spec/support/hello_world_3.0.19/public/javascripts/rails.js - spec/support/hello_world_3.0.19/public/robots.txt - spec/support/hello_world_3.0.19/public/stylesheets/.gitkeep - spec/support/hello_world_3.0.19/script/rails - spec/support/hello_world_3.0.19/test/performance/browsing_test.rb - spec/support/hello_world_3.0.19/test/test_helper.rb - spec/support/hello_world_3.0.19/vendor/plugins/.gitkeep - spec/support/hello_world_3.1.0/Gemfile - spec/support/hello_world_3.1.0/README - spec/support/hello_world_3.1.0/Rakefile - spec/support/hello_world_3.1.0/app/assets/images/rails.png - spec/support/hello_world_3.1.0/app/assets/javascripts/application.js - spec/support/hello_world_3.1.0/app/assets/stylesheets/application.css - spec/support/hello_world_3.1.0/app/controllers/application_controller.rb - spec/support/hello_world_3.1.0/app/helpers/application_helper.rb - spec/support/hello_world_3.1.0/app/mailers/.gitkeep - spec/support/hello_world_3.1.0/app/models/.gitkeep - spec/support/hello_world_3.1.0/app/views/layouts/application.html.erb - spec/support/hello_world_3.1.0/config.ru - spec/support/hello_world_3.1.0/config/application.rb - spec/support/hello_world_3.1.0/config/boot.rb - spec/support/hello_world_3.1.0/config/database.yml - spec/support/hello_world_3.1.0/config/environment.rb - spec/support/hello_world_3.1.0/config/environments/development.rb - spec/support/hello_world_3.1.0/config/environments/production.rb - spec/support/hello_world_3.1.0/config/environments/test.rb - spec/support/hello_world_3.1.0/config/initializers/backtrace_silencers.rb - spec/support/hello_world_3.1.0/config/initializers/inflections.rb - spec/support/hello_world_3.1.0/config/initializers/mime_types.rb - spec/support/hello_world_3.1.0/config/initializers/secret_token.rb - spec/support/hello_world_3.1.0/config/initializers/session_store.rb - spec/support/hello_world_3.1.0/config/initializers/wrap_parameters.rb - spec/support/hello_world_3.1.0/config/locales/en.yml - spec/support/hello_world_3.1.0/config/routes.rb - spec/support/hello_world_3.1.0/db/seeds.rb - spec/support/hello_world_3.1.0/lib/assets/.gitkeep - spec/support/hello_world_3.1.0/lib/tasks/.gitkeep - spec/support/hello_world_3.1.0/log/.gitkeep - spec/support/hello_world_3.1.0/public/404.html - spec/support/hello_world_3.1.0/public/422.html - spec/support/hello_world_3.1.0/public/500.html - spec/support/hello_world_3.1.0/public/favicon.ico - spec/support/hello_world_3.1.0/public/index.html - spec/support/hello_world_3.1.0/public/robots.txt - spec/support/hello_world_3.1.0/script/rails - spec/support/hello_world_3.1.0/test/fixtures/.gitkeep - spec/support/hello_world_3.1.0/test/functional/.gitkeep - spec/support/hello_world_3.1.0/test/integration/.gitkeep - spec/support/hello_world_3.1.0/test/performance/browsing_test.rb - spec/support/hello_world_3.1.0/test/test_helper.rb - spec/support/hello_world_3.1.0/test/unit/.gitkeep - spec/support/hello_world_3.1.0/vendor/assets/stylesheets/.gitkeep - spec/support/hello_world_3.1.0/vendor/plugins/.gitkeep - spec/support/hello_world_3.2.13/Gemfile - spec/support/hello_world_3.2.13/README.rdoc - spec/support/hello_world_3.2.13/Rakefile - spec/support/hello_world_3.2.13/app/assets/images/rails.png - spec/support/hello_world_3.2.13/app/assets/javascripts/application.js - spec/support/hello_world_3.2.13/app/assets/stylesheets/application.css - spec/support/hello_world_3.2.13/app/controllers/application_controller.rb - spec/support/hello_world_3.2.13/app/helpers/application_helper.rb - spec/support/hello_world_3.2.13/app/mailers/.gitkeep - spec/support/hello_world_3.2.13/app/models/.gitkeep - spec/support/hello_world_3.2.13/app/models/test.rb - spec/support/hello_world_3.2.13/app/views/layouts/application.html.erb - spec/support/hello_world_3.2.13/config.ru - spec/support/hello_world_3.2.13/config/application.rb - spec/support/hello_world_3.2.13/config/boot.rb - spec/support/hello_world_3.2.13/config/database.yml - spec/support/hello_world_3.2.13/config/environment.rb - spec/support/hello_world_3.2.13/config/environments/development.rb - spec/support/hello_world_3.2.13/config/environments/production.rb - spec/support/hello_world_3.2.13/config/environments/test.rb - spec/support/hello_world_3.2.13/config/initializers/backtrace_silencers.rb - spec/support/hello_world_3.2.13/config/initializers/inflections.rb - spec/support/hello_world_3.2.13/config/initializers/mime_types.rb - spec/support/hello_world_3.2.13/config/initializers/secret_token.rb - spec/support/hello_world_3.2.13/config/initializers/session_store.rb - spec/support/hello_world_3.2.13/config/initializers/wrap_parameters.rb - spec/support/hello_world_3.2.13/config/locales/en.yml - spec/support/hello_world_3.2.13/config/routes.rb - spec/support/hello_world_3.2.13/db/seeds.rb - spec/support/hello_world_3.2.13/lib/assets/.gitkeep - spec/support/hello_world_3.2.13/lib/tasks/.gitkeep - spec/support/hello_world_3.2.13/log/.gitkeep - spec/support/hello_world_3.2.13/public/404.html - spec/support/hello_world_3.2.13/public/422.html - spec/support/hello_world_3.2.13/public/500.html - spec/support/hello_world_3.2.13/public/favicon.ico - spec/support/hello_world_3.2.13/public/index.html - spec/support/hello_world_3.2.13/public/robots.txt - spec/support/hello_world_3.2.13/script/rails - spec/support/hello_world_3.2.13/test/fixtures/.gitkeep - spec/support/hello_world_3.2.13/test/functional/.gitkeep - spec/support/hello_world_3.2.13/test/integration/.gitkeep - spec/support/hello_world_3.2.13/test/performance/browsing_test.rb - spec/support/hello_world_3.2.13/test/test_helper.rb - spec/support/hello_world_3.2.13/test/unit/.gitkeep - spec/support/hello_world_3.2.13/vendor/assets/javascripts/.gitkeep - spec/support/hello_world_3.2.13/vendor/assets/stylesheets/.gitkeep - spec/support/hello_world_3.2.13/vendor/plugins/.gitkeep - spec/support/hello_world_padrino/.components - spec/support/hello_world_padrino/.gitignore - spec/support/hello_world_padrino/Gemfile - spec/support/hello_world_padrino/Rakefile - spec/support/hello_world_padrino/app/app.rb - spec/support/hello_world_padrino/config.ru - spec/support/hello_world_padrino/config/apps.rb - spec/support/hello_world_padrino/config/boot.rb - spec/support/hello_world_padrino/config/database.rb - spec/support/hello_world_padrino/cucumber.yml - spec/support/hello_world_padrino/db/migrate/001_create_users.rb - spec/support/hello_world_padrino/dispatcher/app.rb - spec/support/hello_world_padrino/features/add.feature - spec/support/hello_world_padrino/features/step_definitions/add_steps.rb - spec/support/hello_world_padrino/features/support/env.rb - spec/support/hello_world_padrino/features/support/url.rb - spec/support/hello_world_padrino/log/app.rb - spec/support/hello_world_padrino/models/user.rb - spec/support/hello_world_padrino/public/favicon.ico - spec/support/hello_world_padrino/public/javascripts/application.js - spec/support/hello_world_padrino/public/javascripts/jquery-ujs.js - spec/support/hello_world_padrino/public/javascripts/jquery.js - spec/support/lorem.txt - spec/support/sinatra-safe/.gems - spec/support/sinatra-safe/Gemfile - spec/support/sinatra-safe/MIT-LICENSE - spec/support/sinatra-safe/README.rdoc - spec/support/sinatra-safe/Rakefile - spec/support/sinatra-safe/application.rb - spec/support/sinatra-safe/config.ru - spec/support/sinatra-safe/environment.rb - spec/support/sinatra-safe/lib/profile.rb - spec/support/sinatra-safe/public/main.css - spec/support/sinatra-safe/script/console - spec/support/sinatra-safe/views/layout.haml - spec/support/sinatra-safe/views/root.haml - spec/support/sinatra-vulnerable/.gems - spec/support/sinatra-vulnerable/Gemfile - spec/support/sinatra-vulnerable/MIT-LICENSE - spec/support/sinatra-vulnerable/README.rdoc - spec/support/sinatra-vulnerable/Rakefile - spec/support/sinatra-vulnerable/application.rb - spec/support/sinatra-vulnerable/config.ru - spec/support/sinatra-vulnerable/disabled.png - spec/support/sinatra-vulnerable/environment.rb - spec/support/sinatra-vulnerable/lib/profile.rb - spec/support/sinatra-vulnerable/public/main.css - spec/support/sinatra-vulnerable/script/console - spec/support/sinatra-vulnerable/views/layout.haml - spec/support/sinatra-vulnerable/views/root.haml - spec/support/sinatra-vulnerable/views/xss.haml