%FILES%
opt/
opt/brakeman/
opt/brakeman/CHANGES.md
opt/brakeman/CODE_OF_CONDUCT.md
opt/brakeman/CONTRIBUTING.md
opt/brakeman/COPYING.md
opt/brakeman/Dockerfile
opt/brakeman/Dockerfile.codeclimate
opt/brakeman/FEATURES
opt/brakeman/Gemfile
opt/brakeman/LICENSE.md
opt/brakeman/MIT-LICENSE
opt/brakeman/OPTIONS.md
opt/brakeman/README.md
opt/brakeman/Rakefile
opt/brakeman/SECURITY.md
opt/brakeman/bin/
opt/brakeman/bin/brakeman
opt/brakeman/bin/codeclimate-brakeman
opt/brakeman/brakeman-lib.gemspec
opt/brakeman/brakeman-min.gemspec
opt/brakeman/brakeman-public_cert.pem
opt/brakeman/brakeman.gemspec
opt/brakeman/build.rb
opt/brakeman/docs/
opt/brakeman/docs/warning_types/
opt/brakeman/docs/warning_types/CVE-2010-3933/
opt/brakeman/docs/warning_types/CVE-2010-3933/index.markdown
opt/brakeman/docs/warning_types/CVE-2011-0446/
opt/brakeman/docs/warning_types/CVE-2011-0446/index.markdown
opt/brakeman/docs/warning_types/CVE-2011-3186/
opt/brakeman/docs/warning_types/CVE-2011-3186/index.markdown
opt/brakeman/docs/warning_types/attribute_restriction/
opt/brakeman/docs/warning_types/attribute_restriction/index.markdown
opt/brakeman/docs/warning_types/authentication/
opt/brakeman/docs/warning_types/authentication/index.markdown
opt/brakeman/docs/warning_types/authentication_whitelist/
opt/brakeman/docs/warning_types/authentication_whitelist/index.markdown
opt/brakeman/docs/warning_types/basic_auth/
opt/brakeman/docs/warning_types/basic_auth/index.markdown
opt/brakeman/docs/warning_types/command_injection/
opt/brakeman/docs/warning_types/command_injection/index.markdown
opt/brakeman/docs/warning_types/content_tag/
opt/brakeman/docs/warning_types/content_tag/index.markdown
opt/brakeman/docs/warning_types/cross-site_request_forgery/
opt/brakeman/docs/warning_types/cross-site_request_forgery/index.markdown
opt/brakeman/docs/warning_types/cross_site_scripting/
opt/brakeman/docs/warning_types/cross_site_scripting/index.markdown
opt/brakeman/docs/warning_types/cross_site_scripting_to_json/
opt/brakeman/docs/warning_types/cross_site_scripting_to_json/index.markdown
opt/brakeman/docs/warning_types/dangerous_eval/
opt/brakeman/docs/warning_types/dangerous_eval/index.markdown
opt/brakeman/docs/warning_types/dangerous_send/
opt/brakeman/docs/warning_types/dangerous_send/index.markdown
opt/brakeman/docs/warning_types/default_routes/
opt/brakeman/docs/warning_types/default_routes/index.markdown
opt/brakeman/docs/warning_types/denial_of_service/
opt/brakeman/docs/warning_types/denial_of_service/index.markdown
opt/brakeman/docs/warning_types/dynamic_render_path/
opt/brakeman/docs/warning_types/dynamic_render_path/index.markdown
opt/brakeman/docs/warning_types/file_access/
opt/brakeman/docs/warning_types/file_access/index.markdown
opt/brakeman/docs/warning_types/format_validation/
opt/brakeman/docs/warning_types/format_validation/index.markdown
opt/brakeman/docs/warning_types/information_disclosure/
opt/brakeman/docs/warning_types/information_disclosure/index.markdown
opt/brakeman/docs/warning_types/link_to/
opt/brakeman/docs/warning_types/link_to/index.markdown
opt/brakeman/docs/warning_types/link_to_href/
opt/brakeman/docs/warning_types/link_to_href/index.markdown
opt/brakeman/docs/warning_types/mass_assignment/
opt/brakeman/docs/warning_types/mass_assignment/index.markdown
opt/brakeman/docs/warning_types/redirect/
opt/brakeman/docs/warning_types/redirect/index.markdown
opt/brakeman/docs/warning_types/remote_code_execution/
opt/brakeman/docs/warning_types/remote_code_execution/index.markdown
opt/brakeman/docs/warning_types/remote_code_execution_yaml_load/
opt/brakeman/docs/warning_types/remote_code_execution_yaml_load/index.markdown
opt/brakeman/docs/warning_types/session_manipulation/
opt/brakeman/docs/warning_types/session_manipulation/index.markdown
opt/brakeman/docs/warning_types/session_setting/
opt/brakeman/docs/warning_types/session_setting/index.markdown
opt/brakeman/docs/warning_types/sql_injection/
opt/brakeman/docs/warning_types/sql_injection/index.markdown
opt/brakeman/docs/warning_types/ssl_verification_bypass/
opt/brakeman/docs/warning_types/ssl_verification_bypass/index.markdown
opt/brakeman/docs/warning_types/template_injection/
opt/brakeman/docs/warning_types/template_injection/index.markdown
opt/brakeman/docs/warning_types/unsafe_deserialization/
opt/brakeman/docs/warning_types/unsafe_deserialization/index.markdown
opt/brakeman/docs/warning_types/unscoped_find/
opt/brakeman/docs/warning_types/unscoped_find/index.markdown
opt/brakeman/gem_common.rb
opt/brakeman/lib/
opt/brakeman/lib/brakeman.rb
opt/brakeman/lib/brakeman/
opt/brakeman/lib/brakeman/app_tree.rb
opt/brakeman/lib/brakeman/call_index.rb
opt/brakeman/lib/brakeman/checks.rb
opt/brakeman/lib/brakeman/checks/
opt/brakeman/lib/brakeman/checks/base_check.rb
opt/brakeman/lib/brakeman/checks/check_basic_auth.rb
opt/brakeman/lib/brakeman/checks/check_basic_auth_timing_attack.rb
opt/brakeman/lib/brakeman/checks/check_content_tag.rb
opt/brakeman/lib/brakeman/checks/check_cookie_serialization.rb
opt/brakeman/lib/brakeman/checks/check_create_with.rb
opt/brakeman/lib/brakeman/checks/check_cross_site_scripting.rb
opt/brakeman/lib/brakeman/checks/check_csrf_token_forgery_cve.rb
opt/brakeman/lib/brakeman/checks/check_default_routes.rb
opt/brakeman/lib/brakeman/checks/check_deserialize.rb
opt/brakeman/lib/brakeman/checks/check_detailed_exceptions.rb
opt/brakeman/lib/brakeman/checks/check_digest_dos.rb
opt/brakeman/lib/brakeman/checks/check_divide_by_zero.rb
opt/brakeman/lib/brakeman/checks/check_dynamic_finders.rb
opt/brakeman/lib/brakeman/checks/check_eol_rails.rb
opt/brakeman/lib/brakeman/checks/check_eol_ruby.rb
opt/brakeman/lib/brakeman/checks/check_escape_function.rb
opt/brakeman/lib/brakeman/checks/check_evaluation.rb
opt/brakeman/lib/brakeman/checks/check_execute.rb
opt/brakeman/lib/brakeman/checks/check_file_access.rb
opt/brakeman/lib/brakeman/checks/check_file_disclosure.rb
opt/brakeman/lib/brakeman/checks/check_filter_skipping.rb
opt/brakeman/lib/brakeman/checks/check_force_ssl.rb
opt/brakeman/lib/brakeman/checks/check_forgery_setting.rb
opt/brakeman/lib/brakeman/checks/check_header_dos.rb
opt/brakeman/lib/brakeman/checks/check_i18n_xss.rb
opt/brakeman/lib/brakeman/checks/check_jruby_xml.rb
opt/brakeman/lib/brakeman/checks/check_json_encoding.rb
opt/brakeman/lib/brakeman/checks/check_json_entity_escape.rb
opt/brakeman/lib/brakeman/checks/check_json_parsing.rb
opt/brakeman/lib/brakeman/checks/check_link_to.rb
opt/brakeman/lib/brakeman/checks/check_link_to_href.rb
opt/brakeman/lib/brakeman/checks/check_mail_to.rb
opt/brakeman/lib/brakeman/checks/check_mass_assignment.rb
opt/brakeman/lib/brakeman/checks/check_mime_type_dos.rb
opt/brakeman/lib/brakeman/checks/check_model_attr_accessible.rb
opt/brakeman/lib/brakeman/checks/check_model_attributes.rb
opt/brakeman/lib/brakeman/checks/check_model_serialize.rb
opt/brakeman/lib/brakeman/checks/check_nested_attributes.rb
opt/brakeman/lib/brakeman/checks/check_nested_attributes_bypass.rb
opt/brakeman/lib/brakeman/checks/check_number_to_currency.rb
opt/brakeman/lib/brakeman/checks/check_page_caching_cve.rb
opt/brakeman/lib/brakeman/checks/check_pathname.rb
opt/brakeman/lib/brakeman/checks/check_permit_attributes.rb
opt/brakeman/lib/brakeman/checks/check_quote_table_name.rb
opt/brakeman/lib/brakeman/checks/check_ransack.rb
opt/brakeman/lib/brakeman/checks/check_redirect.rb
opt/brakeman/lib/brakeman/checks/check_regex_dos.rb
opt/brakeman/lib/brakeman/checks/check_render.rb
opt/brakeman/lib/brakeman/checks/check_render_dos.rb
opt/brakeman/lib/brakeman/checks/check_render_inline.rb
opt/brakeman/lib/brakeman/checks/check_render_rce.rb
opt/brakeman/lib/brakeman/checks/check_response_splitting.rb
opt/brakeman/lib/brakeman/checks/check_reverse_tabnabbing.rb
opt/brakeman/lib/brakeman/checks/check_route_dos.rb
opt/brakeman/lib/brakeman/checks/check_safe_buffer_manipulation.rb
opt/brakeman/lib/brakeman/checks/check_sanitize_config_cve.rb
opt/brakeman/lib/brakeman/checks/check_sanitize_methods.rb
opt/brakeman/lib/brakeman/checks/check_secrets.rb
opt/brakeman/lib/brakeman/checks/check_select_tag.rb
opt/brakeman/lib/brakeman/checks/check_select_vulnerability.rb
opt/brakeman/lib/brakeman/checks/check_send.rb
opt/brakeman/lib/brakeman/checks/check_send_file.rb
opt/brakeman/lib/brakeman/checks/check_session_manipulation.rb
opt/brakeman/lib/brakeman/checks/check_session_settings.rb
opt/brakeman/lib/brakeman/checks/check_simple_format.rb
opt/brakeman/lib/brakeman/checks/check_single_quotes.rb
opt/brakeman/lib/brakeman/checks/check_skip_before_filter.rb
opt/brakeman/lib/brakeman/checks/check_sprockets_path_traversal.rb
opt/brakeman/lib/brakeman/checks/check_sql.rb
opt/brakeman/lib/brakeman/checks/check_sql_cves.rb
opt/brakeman/lib/brakeman/checks/check_ssl_verify.rb
opt/brakeman/lib/brakeman/checks/check_strip_tags.rb
opt/brakeman/lib/brakeman/checks/check_symbol_dos.rb
opt/brakeman/lib/brakeman/checks/check_symbol_dos_cve.rb
opt/brakeman/lib/brakeman/checks/check_template_injection.rb
opt/brakeman/lib/brakeman/checks/check_translate_bug.rb
opt/brakeman/lib/brakeman/checks/check_unsafe_reflection.rb
opt/brakeman/lib/brakeman/checks/check_unsafe_reflection_methods.rb
opt/brakeman/lib/brakeman/checks/check_unscoped_find.rb
opt/brakeman/lib/brakeman/checks/check_validation_regex.rb
opt/brakeman/lib/brakeman/checks/check_verb_confusion.rb
opt/brakeman/lib/brakeman/checks/check_weak_hash.rb
opt/brakeman/lib/brakeman/checks/check_weak_rsa_key.rb
opt/brakeman/lib/brakeman/checks/check_without_protection.rb
opt/brakeman/lib/brakeman/checks/check_xml_dos.rb
opt/brakeman/lib/brakeman/checks/check_yaml_parsing.rb
opt/brakeman/lib/brakeman/checks/eol_check.rb
opt/brakeman/lib/brakeman/codeclimate/
opt/brakeman/lib/brakeman/codeclimate/engine_configuration.rb
opt/brakeman/lib/brakeman/commandline.rb
opt/brakeman/lib/brakeman/differ.rb
opt/brakeman/lib/brakeman/file_parser.rb
opt/brakeman/lib/brakeman/file_path.rb
opt/brakeman/lib/brakeman/format/
opt/brakeman/lib/brakeman/format/style.css
opt/brakeman/lib/brakeman/logger.rb
opt/brakeman/lib/brakeman/messages.rb
opt/brakeman/lib/brakeman/options.rb
opt/brakeman/lib/brakeman/parsers/
opt/brakeman/lib/brakeman/parsers/haml6_embedded.rb
opt/brakeman/lib/brakeman/parsers/haml_embedded.rb
opt/brakeman/lib/brakeman/parsers/rails_erubi.rb
opt/brakeman/lib/brakeman/parsers/slim_embedded.rb
opt/brakeman/lib/brakeman/parsers/template_parser.rb
opt/brakeman/lib/brakeman/processor.rb
opt/brakeman/lib/brakeman/processors/
opt/brakeman/lib/brakeman/processors/alias_processor.rb
opt/brakeman/lib/brakeman/processors/base_processor.rb
opt/brakeman/lib/brakeman/processors/config_processor.rb
opt/brakeman/lib/brakeman/processors/controller_alias_processor.rb
opt/brakeman/lib/brakeman/processors/controller_processor.rb
opt/brakeman/lib/brakeman/processors/erb_template_processor.rb
opt/brakeman/lib/brakeman/processors/erubi_template_procesor.rb
opt/brakeman/lib/brakeman/processors/gem_processor.rb
opt/brakeman/lib/brakeman/processors/haml6_template_processor.rb
opt/brakeman/lib/brakeman/processors/haml_template_processor.rb
opt/brakeman/lib/brakeman/processors/lib/
opt/brakeman/lib/brakeman/processors/lib/basic_processor.rb
opt/brakeman/lib/brakeman/processors/lib/call_conversion_helper.rb
opt/brakeman/lib/brakeman/processors/lib/file_type_detector.rb
opt/brakeman/lib/brakeman/processors/lib/find_all_calls.rb
opt/brakeman/lib/brakeman/processors/lib/find_call.rb
opt/brakeman/lib/brakeman/processors/lib/find_return_value.rb
opt/brakeman/lib/brakeman/processors/lib/module_helper.rb
opt/brakeman/lib/brakeman/processors/lib/processor_helper.rb
opt/brakeman/lib/brakeman/processors/lib/rails2_config_processor.rb
opt/brakeman/lib/brakeman/processors/lib/rails2_route_processor.rb
opt/brakeman/lib/brakeman/processors/lib/rails3_config_processor.rb
opt/brakeman/lib/brakeman/processors/lib/rails3_route_processor.rb
opt/brakeman/lib/brakeman/processors/lib/rails4_config_processor.rb
opt/brakeman/lib/brakeman/processors/lib/render_helper.rb
opt/brakeman/lib/brakeman/processors/lib/render_path.rb
opt/brakeman/lib/brakeman/processors/lib/route_helper.rb
opt/brakeman/lib/brakeman/processors/lib/safe_call_helper.rb
opt/brakeman/lib/brakeman/processors/library_processor.rb
opt/brakeman/lib/brakeman/processors/model_processor.rb
opt/brakeman/lib/brakeman/processors/output_processor.rb
opt/brakeman/lib/brakeman/processors/route_processor.rb
opt/brakeman/lib/brakeman/processors/slim_template_processor.rb
opt/brakeman/lib/brakeman/processors/template_alias_processor.rb
opt/brakeman/lib/brakeman/processors/template_processor.rb
opt/brakeman/lib/brakeman/report.rb
opt/brakeman/lib/brakeman/report/
opt/brakeman/lib/brakeman/report/config/
opt/brakeman/lib/brakeman/report/config/remediation.yml
opt/brakeman/lib/brakeman/report/ignore/
opt/brakeman/lib/brakeman/report/ignore/config.rb
opt/brakeman/lib/brakeman/report/ignore/interactive.rb
opt/brakeman/lib/brakeman/report/pager.rb
opt/brakeman/lib/brakeman/report/renderer.rb
opt/brakeman/lib/brakeman/report/report_base.rb
opt/brakeman/lib/brakeman/report/report_codeclimate.rb
opt/brakeman/lib/brakeman/report/report_csv.rb
opt/brakeman/lib/brakeman/report/report_github.rb
opt/brakeman/lib/brakeman/report/report_hash.rb
opt/brakeman/lib/brakeman/report/report_html.rb
opt/brakeman/lib/brakeman/report/report_json.rb
opt/brakeman/lib/brakeman/report/report_junit.rb
opt/brakeman/lib/brakeman/report/report_markdown.rb
opt/brakeman/lib/brakeman/report/report_sarif.rb
opt/brakeman/lib/brakeman/report/report_sonar.rb
opt/brakeman/lib/brakeman/report/report_table.rb
opt/brakeman/lib/brakeman/report/report_tabs.rb
opt/brakeman/lib/brakeman/report/report_text.rb
opt/brakeman/lib/brakeman/report/templates/
opt/brakeman/lib/brakeman/report/templates/controller_overview.html.erb
opt/brakeman/lib/brakeman/report/templates/controller_warnings.html.erb
opt/brakeman/lib/brakeman/report/templates/error_overview.html.erb
opt/brakeman/lib/brakeman/report/templates/header.html.erb
opt/brakeman/lib/brakeman/report/templates/ignored_warnings.html.erb
opt/brakeman/lib/brakeman/report/templates/model_warnings.html.erb
opt/brakeman/lib/brakeman/report/templates/overview.html.erb
opt/brakeman/lib/brakeman/report/templates/security_warnings.html.erb
opt/brakeman/lib/brakeman/report/templates/template_overview.html.erb
opt/brakeman/lib/brakeman/report/templates/view_warnings.html.erb
opt/brakeman/lib/brakeman/report/templates/warning_overview.html.erb
opt/brakeman/lib/brakeman/rescanner.rb
opt/brakeman/lib/brakeman/scanner.rb
opt/brakeman/lib/brakeman/tracker.rb
opt/brakeman/lib/brakeman/tracker/
opt/brakeman/lib/brakeman/tracker/collection.rb
opt/brakeman/lib/brakeman/tracker/config.rb
opt/brakeman/lib/brakeman/tracker/constants.rb
opt/brakeman/lib/brakeman/tracker/controller.rb
opt/brakeman/lib/brakeman/tracker/file_cache.rb
opt/brakeman/lib/brakeman/tracker/library.rb
opt/brakeman/lib/brakeman/tracker/method_info.rb
opt/brakeman/lib/brakeman/tracker/model.rb
opt/brakeman/lib/brakeman/tracker/template.rb
opt/brakeman/lib/brakeman/util.rb
opt/brakeman/lib/brakeman/version.rb
opt/brakeman/lib/brakeman/warning.rb
opt/brakeman/lib/brakeman/warning_codes.rb
opt/brakeman/lib/ruby_parser/
opt/brakeman/lib/ruby_parser/bm_sexp.rb
opt/brakeman/lib/ruby_parser/bm_sexp_processor.rb
opt/brakeman/test/
opt/brakeman/test/README.md
opt/brakeman/test/apps/
opt/brakeman/test/apps/active_record_only/
opt/brakeman/test/apps/active_record_only/Gemfile
opt/brakeman/test/apps/active_record_only/app/
opt/brakeman/test/apps/active_record_only/app/models/
opt/brakeman/test/apps/active_record_only/app/models/book.rb
opt/brakeman/test/apps/active_record_only/script/
opt/brakeman/test/apps/active_record_only/script/.gitkeep
opt/brakeman/test/apps/rails2/
opt/brakeman/test/apps/rails2/README
opt/brakeman/test/apps/rails2/Rakefile
opt/brakeman/test/apps/rails2/app/
opt/brakeman/test/apps/rails2/app/controllers/
opt/brakeman/test/apps/rails2/app/controllers/application_controller.rb
opt/brakeman/test/apps/rails2/app/controllers/emails_controller.rb
opt/brakeman/test/apps/rails2/app/controllers/home_controller.rb
opt/brakeman/test/apps/rails2/app/controllers/other_controller.rb
opt/brakeman/test/apps/rails2/app/helpers/
opt/brakeman/test/apps/rails2/app/helpers/application_helper.rb
opt/brakeman/test/apps/rails2/app/helpers/home_helper.rb
opt/brakeman/test/apps/rails2/app/helpers/other_helper.rb
opt/brakeman/test/apps/rails2/app/models/
opt/brakeman/test/apps/rails2/app/models/account.rb
opt/brakeman/test/apps/rails2/app/models/email.rb
opt/brakeman/test/apps/rails2/app/models/protected.rb
opt/brakeman/test/apps/rails2/app/models/unprotected.rb
opt/brakeman/test/apps/rails2/app/models/user.rb
opt/brakeman/test/apps/rails2/app/views/
opt/brakeman/test/apps/rails2/app/views/home/
opt/brakeman/test/apps/rails2/app/views/home/_models.html.erb
opt/brakeman/test/apps/rails2/app/views/home/index.html.erb
opt/brakeman/test/apps/rails2/app/views/home/test_command.html.erb
opt/brakeman/test/apps/rails2/app/views/home/test_content_tag.html.erb
opt/brakeman/test/apps/rails2/app/views/home/test_cookie.html.erb
opt/brakeman/test/apps/rails2/app/views/home/test_dynamic_render.html.erb
opt/brakeman/test/apps/rails2/app/views/home/test_eval.html.erb
opt/brakeman/test/apps/rails2/app/views/home/test_filter.html.erb
opt/brakeman/test/apps/rails2/app/views/home/test_link_to.html.erb
opt/brakeman/test/apps/rails2/app/views/home/test_mass_assignment.html.erb
opt/brakeman/test/apps/rails2/app/views/home/test_model.html.erb
opt/brakeman/test/apps/rails2/app/views/home/test_params.html.erb
opt/brakeman/test/apps/rails2/app/views/home/test_redirect.html.erb
opt/brakeman/test/apps/rails2/app/views/home/test_render.html.erb
opt/brakeman/test/apps/rails2/app/views/home/test_render_template.html.haml
opt/brakeman/test/apps/rails2/app/views/home/test_sanitized_param.html.erb
opt/brakeman/test/apps/rails2/app/views/home/test_send_target.html.erb
opt/brakeman/test/apps/rails2/app/views/home/test_sql.html.erb
opt/brakeman/test/apps/rails2/app/views/home/test_strip_tags.html.erb
opt/brakeman/test/apps/rails2/app/views/home/test_to_json.html.erb
opt/brakeman/test/apps/rails2/app/views/home/test_xss_with_or.html.erb
opt/brakeman/test/apps/rails2/app/views/layouts/
opt/brakeman/test/apps/rails2/app/views/layouts/thing.html.erb
opt/brakeman/test/apps/rails2/app/views/other/
opt/brakeman/test/apps/rails2/app/views/other/_account.html.haml
opt/brakeman/test/apps/rails2/app/views/other/_user.html.erb
opt/brakeman/test/apps/rails2/app/views/other/ignore_me.html.erb
opt/brakeman/test/apps/rails2/app/views/other/not_used.html.erb
opt/brakeman/test/apps/rails2/app/views/other/test_collection.html.erb
opt/brakeman/test/apps/rails2/app/views/other/test_env.html.erb
opt/brakeman/test/apps/rails2/app/views/other/test_haml_stuff.html.haml
opt/brakeman/test/apps/rails2/app/views/other/test_iteration.html.erb
opt/brakeman/test/apps/rails2/app/views/other/test_locals.html.erb
opt/brakeman/test/apps/rails2/app/views/other/test_object.html.erb
opt/brakeman/test/apps/rails2/app/views/other/test_to_i.html.erb
opt/brakeman/test/apps/rails2/app/views/other/test_trim_mode.html.erb
opt/brakeman/test/apps/rails2/app/views/other/xss_dupes.html.erb
opt/brakeman/test/apps/rails2/config/
opt/brakeman/test/apps/rails2/config/boot.rb
opt/brakeman/test/apps/rails2/config/brakeman.ignore
opt/brakeman/test/apps/rails2/config/database.yml
opt/brakeman/test/apps/rails2/config/environment.rb
opt/brakeman/test/apps/rails2/config/environments/
opt/brakeman/test/apps/rails2/config/environments/development.rb
opt/brakeman/test/apps/rails2/config/environments/production.rb
opt/brakeman/test/apps/rails2/config/environments/test.rb
opt/brakeman/test/apps/rails2/config/initializers/
opt/brakeman/test/apps/rails2/config/initializers/backtrace_silencers.rb
opt/brakeman/test/apps/rails2/config/initializers/cookie_verification_secret.rb
opt/brakeman/test/apps/rails2/config/initializers/inflections.rb
opt/brakeman/test/apps/rails2/config/initializers/mime_types.rb
opt/brakeman/test/apps/rails2/config/initializers/new_rails_defaults.rb
opt/brakeman/test/apps/rails2/config/initializers/security_defaults.rb
opt/brakeman/test/apps/rails2/config/initializers/session_store.rb
opt/brakeman/test/apps/rails2/config/locales/
opt/brakeman/test/apps/rails2/config/locales/en.yml
opt/brakeman/test/apps/rails2/config/routes.rb
opt/brakeman/test/apps/rails2/db/
opt/brakeman/test/apps/rails2/db/migrate/
opt/brakeman/test/apps/rails2/db/migrate/20110520193611_create_users.rb
opt/brakeman/test/apps/rails2/db/migrate/20110523184125_create_accounts.rb
opt/brakeman/test/apps/rails2/db/seeds.rb
opt/brakeman/test/apps/rails2/doc/
opt/brakeman/test/apps/rails2/doc/README_FOR_APP
opt/brakeman/test/apps/rails2/lib/
opt/brakeman/test/apps/rails2/lib/generators/
opt/brakeman/test/apps/rails2/lib/generators/test_generator/
opt/brakeman/test/apps/rails2/lib/generators/test_generator/templates/
opt/brakeman/test/apps/rails2/lib/generators/test_generator/templates/model.rb
opt/brakeman/test/apps/rails2/log/
opt/brakeman/test/apps/rails2/log/development.log
opt/brakeman/test/apps/rails2/log/production.log
opt/brakeman/test/apps/rails2/log/server.log
opt/brakeman/test/apps/rails2/log/test.log
opt/brakeman/test/apps/rails2/public/
opt/brakeman/test/apps/rails2/public/404.html
opt/brakeman/test/apps/rails2/public/422.html
opt/brakeman/test/apps/rails2/public/500.html
opt/brakeman/test/apps/rails2/public/favicon.ico
opt/brakeman/test/apps/rails2/public/images/
opt/brakeman/test/apps/rails2/public/images/rails.png
opt/brakeman/test/apps/rails2/public/index.html
opt/brakeman/test/apps/rails2/public/javascripts/
opt/brakeman/test/apps/rails2/public/javascripts/application.js
opt/brakeman/test/apps/rails2/public/javascripts/controls.js
opt/brakeman/test/apps/rails2/public/javascripts/dragdrop.js
opt/brakeman/test/apps/rails2/public/javascripts/effects.js
opt/brakeman/test/apps/rails2/public/javascripts/prototype.js
opt/brakeman/test/apps/rails2/public/robots.txt
opt/brakeman/test/apps/rails2/script/
opt/brakeman/test/apps/rails2/script/about
opt/brakeman/test/apps/rails2/script/console
opt/brakeman/test/apps/rails2/script/dbconsole
opt/brakeman/test/apps/rails2/script/destroy
opt/brakeman/test/apps/rails2/script/generate
opt/brakeman/test/apps/rails2/script/performance/
opt/brakeman/test/apps/rails2/script/performance/benchmarker
opt/brakeman/test/apps/rails2/script/performance/profiler
opt/brakeman/test/apps/rails2/script/plugin
opt/brakeman/test/apps/rails2/script/runner
opt/brakeman/test/apps/rails2/script/server
opt/brakeman/test/apps/rails2/test/
opt/brakeman/test/apps/rails2/test/fixtures/
opt/brakeman/test/apps/rails2/test/fixtures/accounts.yml
opt/brakeman/test/apps/rails2/test/fixtures/users.yml
opt/brakeman/test/apps/rails2/test/functional/
opt/brakeman/test/apps/rails2/test/functional/home_controller_test.rb
opt/brakeman/test/apps/rails2/test/functional/other_controller_test.rb
opt/brakeman/test/apps/rails2/test/performance/
opt/brakeman/test/apps/rails2/test/performance/browsing_test.rb
opt/brakeman/test/apps/rails2/test/test_helper.rb
opt/brakeman/test/apps/rails2/test/unit/
opt/brakeman/test/apps/rails2/test/unit/account_test.rb
opt/brakeman/test/apps/rails2/test/unit/helpers/
opt/brakeman/test/apps/rails2/test/unit/helpers/home_helper_test.rb
opt/brakeman/test/apps/rails2/test/unit/helpers/other_helper_test.rb
opt/brakeman/test/apps/rails2/test/unit/user_test.rb
opt/brakeman/test/apps/rails3.1/
opt/brakeman/test/apps/rails3.1/.gitignore
opt/brakeman/test/apps/rails3.1/Gemfile
opt/brakeman/test/apps/rails3.1/Gemfile.lock
opt/brakeman/test/apps/rails3.1/README
opt/brakeman/test/apps/rails3.1/Rakefile
opt/brakeman/test/apps/rails3.1/app/
opt/brakeman/test/apps/rails3.1/app/assets/
opt/brakeman/test/apps/rails3.1/app/assets/images/
opt/brakeman/test/apps/rails3.1/app/assets/images/rails.png
opt/brakeman/test/apps/rails3.1/app/assets/javascripts/
opt/brakeman/test/apps/rails3.1/app/assets/javascripts/application.js
opt/brakeman/test/apps/rails3.1/app/assets/javascripts/users.js.coffee
opt/brakeman/test/apps/rails3.1/app/assets/stylesheets/
opt/brakeman/test/apps/rails3.1/app/assets/stylesheets/application.css
opt/brakeman/test/apps/rails3.1/app/assets/stylesheets/scaffolds.css.scss
opt/brakeman/test/apps/rails3.1/app/assets/stylesheets/users.css.scss
opt/brakeman/test/apps/rails3.1/app/controllers/
opt/brakeman/test/apps/rails3.1/app/controllers/admin_controller.rb
opt/brakeman/test/apps/rails3.1/app/controllers/application_controller.rb
opt/brakeman/test/apps/rails3.1/app/controllers/mixins/
opt/brakeman/test/apps/rails3.1/app/controllers/mixins/user_mixin.rb
opt/brakeman/test/apps/rails3.1/app/controllers/other_controller.rb
opt/brakeman/test/apps/rails3.1/app/controllers/users_controller.rb
opt/brakeman/test/apps/rails3.1/app/helpers/
opt/brakeman/test/apps/rails3.1/app/helpers/application_helper.rb
opt/brakeman/test/apps/rails3.1/app/helpers/users_helper.rb
opt/brakeman/test/apps/rails3.1/app/mailers/
opt/brakeman/test/apps/rails3.1/app/mailers/.gitkeep
opt/brakeman/test/apps/rails3.1/app/models/
opt/brakeman/test/apps/rails3.1/app/models/.gitkeep
opt/brakeman/test/apps/rails3.1/app/models/account.rb
opt/brakeman/test/apps/rails3.1/app/models/product.rb
opt/brakeman/test/apps/rails3.1/app/models/some_model.rb
opt/brakeman/test/apps/rails3.1/app/models/user.rb
opt/brakeman/test/apps/rails3.1/app/views/
opt/brakeman/test/apps/rails3.1/app/views/layouts/
opt/brakeman/test/apps/rails3.1/app/views/layouts/application.html.erb
opt/brakeman/test/apps/rails3.1/app/views/other/
opt/brakeman/test/apps/rails3.1/app/views/other/_partial.html.erb
opt/brakeman/test/apps/rails3.1/app/views/other/a.html.erb
opt/brakeman/test/apps/rails3.1/app/views/other/b.html.erb
opt/brakeman/test/apps/rails3.1/app/views/other/c.html.erb
opt/brakeman/test/apps/rails3.1/app/views/other/d.html.erb
opt/brakeman/test/apps/rails3.1/app/views/other/e.html.erb
opt/brakeman/test/apps/rails3.1/app/views/other/f.html.erb
opt/brakeman/test/apps/rails3.1/app/views/other/g.html.erb
opt/brakeman/test/apps/rails3.1/app/views/other/test_model_in_haml.html.haml
opt/brakeman/test/apps/rails3.1/app/views/other/test_partial.html.erb
opt/brakeman/test/apps/rails3.1/app/views/other/test_select_tag.html.erb
opt/brakeman/test/apps/rails3.1/app/views/other/test_string_interp.html.erb
opt/brakeman/test/apps/rails3.1/app/views/other/test_strip_tags.html.erb
opt/brakeman/test/apps/rails3.1/app/views/users/
opt/brakeman/test/apps/rails3.1/app/views/users/_bio.html.erb
opt/brakeman/test/apps/rails3.1/app/views/users/_circular.html.erb
opt/brakeman/test/apps/rails3.1/app/views/users/_circular_too.html.erb
opt/brakeman/test/apps/rails3.1/app/views/users/_form.html.erb
opt/brakeman/test/apps/rails3.1/app/views/users/_test_layout.html.erb
opt/brakeman/test/apps/rails3.1/app/views/users/_user.html.erb
opt/brakeman/test/apps/rails3.1/app/views/users/circular_render.html.erb
opt/brakeman/test/apps/rails3.1/app/views/users/drape.html.erb
opt/brakeman/test/apps/rails3.1/app/views/users/edit.html.erb
opt/brakeman/test/apps/rails3.1/app/views/users/index.html.erb
opt/brakeman/test/apps/rails3.1/app/views/users/interpolated_value.html.haml
opt/brakeman/test/apps/rails3.1/app/views/users/json_test.html.erb
opt/brakeman/test/apps/rails3.1/app/views/users/mixin_default.html.erb
opt/brakeman/test/apps/rails3.1/app/views/users/mixin_template.html.erb
opt/brakeman/test/apps/rails3.1/app/views/users/new.html.erb
opt/brakeman/test/apps/rails3.1/app/views/users/show.html.erb
opt/brakeman/test/apps/rails3.1/app/views/users/test_assign_if.html.erb
opt/brakeman/test/apps/rails3.1/app/views/users/test_assign_twice.html.erb
opt/brakeman/test/apps/rails3.1/app/views/users/test_less_simple_helpers.html.erb
opt/brakeman/test/apps/rails3.1/app/views/users/test_simple_helper.html.erb
opt/brakeman/test/apps/rails3.1/config.ru
opt/brakeman/test/apps/rails3.1/config/
opt/brakeman/test/apps/rails3.1/config/application.rb
opt/brakeman/test/apps/rails3.1/config/boot.rb
opt/brakeman/test/apps/rails3.1/config/database.yml
opt/brakeman/test/apps/rails3.1/config/environment.rb
opt/brakeman/test/apps/rails3.1/config/environments/
opt/brakeman/test/apps/rails3.1/config/environments/development.rb
opt/brakeman/test/apps/rails3.1/config/environments/production.rb
opt/brakeman/test/apps/rails3.1/config/environments/test.rb
opt/brakeman/test/apps/rails3.1/config/initializers/
opt/brakeman/test/apps/rails3.1/config/initializers/backtrace_silencers.rb
opt/brakeman/test/apps/rails3.1/config/initializers/inflections.rb
opt/brakeman/test/apps/rails3.1/config/initializers/mime_type_fix.rb
opt/brakeman/test/apps/rails3.1/config/initializers/mime_types.rb
opt/brakeman/test/apps/rails3.1/config/initializers/secret_token.rb
opt/brakeman/test/apps/rails3.1/config/initializers/session_store.rb
opt/brakeman/test/apps/rails3.1/config/initializers/set_escape_json.rb
opt/brakeman/test/apps/rails3.1/config/initializers/unset_escape_json.rb
opt/brakeman/test/apps/rails3.1/config/initializers/wrap_parameters.rb
opt/brakeman/test/apps/rails3.1/config/initializers/xml_parsing.rb
opt/brakeman/test/apps/rails3.1/config/initializers/yaml_parsing.rb
opt/brakeman/test/apps/rails3.1/config/locales/
opt/brakeman/test/apps/rails3.1/config/locales/en.yml
opt/brakeman/test/apps/rails3.1/config/routes.rb
opt/brakeman/test/apps/rails3.1/db/
opt/brakeman/test/apps/rails3.1/db/migrate/
opt/brakeman/test/apps/rails3.1/db/migrate/20110908172338_create_users.rb
opt/brakeman/test/apps/rails3.1/db/seeds.rb
opt/brakeman/test/apps/rails3.1/doc/
opt/brakeman/test/apps/rails3.1/doc/README_FOR_APP
opt/brakeman/test/apps/rails3.1/lib/
opt/brakeman/test/apps/rails3.1/lib/alib.rb
opt/brakeman/test/apps/rails3.1/lib/assets/
opt/brakeman/test/apps/rails3.1/lib/assets/.gitkeep
opt/brakeman/test/apps/rails3.1/lib/somelib.rb
opt/brakeman/test/apps/rails3.1/lib/tasks/
opt/brakeman/test/apps/rails3.1/lib/tasks/.gitkeep
opt/brakeman/test/apps/rails3.1/log/
opt/brakeman/test/apps/rails3.1/log/.gitkeep
opt/brakeman/test/apps/rails3.1/public/
opt/brakeman/test/apps/rails3.1/public/404.html
opt/brakeman/test/apps/rails3.1/public/422.html
opt/brakeman/test/apps/rails3.1/public/500.html
opt/brakeman/test/apps/rails3.1/public/favicon.ico
opt/brakeman/test/apps/rails3.1/public/index.html
opt/brakeman/test/apps/rails3.1/public/robots.txt
opt/brakeman/test/apps/rails3.1/script/
opt/brakeman/test/apps/rails3.1/script/rails
opt/brakeman/test/apps/rails3.1/test/
opt/brakeman/test/apps/rails3.1/test/fixtures/
opt/brakeman/test/apps/rails3.1/test/fixtures/.gitkeep
opt/brakeman/test/apps/rails3.1/test/fixtures/users.yml
opt/brakeman/test/apps/rails3.1/test/functional/
opt/brakeman/test/apps/rails3.1/test/functional/.gitkeep
opt/brakeman/test/apps/rails3.1/test/functional/users_controller_test.rb
opt/brakeman/test/apps/rails3.1/test/integration/
opt/brakeman/test/apps/rails3.1/test/integration/.gitkeep
opt/brakeman/test/apps/rails3.1/test/performance/
opt/brakeman/test/apps/rails3.1/test/performance/browsing_test.rb
opt/brakeman/test/apps/rails3.1/test/test_helper.rb
opt/brakeman/test/apps/rails3.1/test/unit/
opt/brakeman/test/apps/rails3.1/test/unit/.gitkeep
opt/brakeman/test/apps/rails3.1/test/unit/helpers/
opt/brakeman/test/apps/rails3.1/test/unit/helpers/users_helper_test.rb
opt/brakeman/test/apps/rails3.1/test/unit/user_test.rb
opt/brakeman/test/apps/rails3.1/vendor/
opt/brakeman/test/apps/rails3.1/vendor/assets/
opt/brakeman/test/apps/rails3.1/vendor/assets/stylesheets/
opt/brakeman/test/apps/rails3.1/vendor/assets/stylesheets/.gitkeep
opt/brakeman/test/apps/rails3.1/vendor/plugins/
opt/brakeman/test/apps/rails3.1/vendor/plugins/.gitkeep
opt/brakeman/test/apps/rails3.2/
opt/brakeman/test/apps/rails3.2/Gemfile
opt/brakeman/test/apps/rails3.2/Gemfile.lock
opt/brakeman/test/apps/rails3.2/README.rdoc
opt/brakeman/test/apps/rails3.2/Rakefile
opt/brakeman/test/apps/rails3.2/app/
opt/brakeman/test/apps/rails3.2/app/assets/
opt/brakeman/test/apps/rails3.2/app/assets/images/
opt/brakeman/test/apps/rails3.2/app/assets/images/rails.png
opt/brakeman/test/apps/rails3.2/app/assets/javascripts/
opt/brakeman/test/apps/rails3.2/app/assets/javascripts/application.js
opt/brakeman/test/apps/rails3.2/app/assets/javascripts/users.js.coffee
opt/brakeman/test/apps/rails3.2/app/assets/stylesheets/
opt/brakeman/test/apps/rails3.2/app/assets/stylesheets/application.css
opt/brakeman/test/apps/rails3.2/app/assets/stylesheets/scaffolds.css.scss
opt/brakeman/test/apps/rails3.2/app/assets/stylesheets/users.css.scss
opt/brakeman/test/apps/rails3.2/app/controllers/
opt/brakeman/test/apps/rails3.2/app/controllers/application_controller.rb
opt/brakeman/test/apps/rails3.2/app/controllers/exec_controller.rb
opt/brakeman/test/apps/rails3.2/app/controllers/exec_controller/
opt/brakeman/test/apps/rails3.2/app/controllers/exec_controller/command_dependency.rb
opt/brakeman/test/apps/rails3.2/app/controllers/removal_controller.rb
opt/brakeman/test/apps/rails3.2/app/controllers/users_controller.rb
opt/brakeman/test/apps/rails3.2/app/helpers/
opt/brakeman/test/apps/rails3.2/app/helpers/application_helper.rb
opt/brakeman/test/apps/rails3.2/app/helpers/users_helper.rb
opt/brakeman/test/apps/rails3.2/app/models/
opt/brakeman/test/apps/rails3.2/app/models/.gitkeep
opt/brakeman/test/apps/rails3.2/app/models/account.rb
opt/brakeman/test/apps/rails3.2/app/models/multi_model.rb
opt/brakeman/test/apps/rails3.2/app/models/no_protection.rb
opt/brakeman/test/apps/rails3.2/app/models/user.rb
opt/brakeman/test/apps/rails3.2/app/models/user/
opt/brakeman/test/apps/rails3.2/app/models/user/command_dependency.rb
opt/brakeman/test/apps/rails3.2/app/views/
opt/brakeman/test/apps/rails3.2/app/views/layouts/
opt/brakeman/test/apps/rails3.2/app/views/layouts/application.html.erb
opt/brakeman/test/apps/rails3.2/app/views/removal/
opt/brakeman/test/apps/rails3.2/app/views/removal/_partial.html.erb
opt/brakeman/test/apps/rails3.2/app/views/removal/controller_removed.html.erb
opt/brakeman/test/apps/rails3.2/app/views/removal/implicit_render.html.erb
opt/brakeman/test/apps/rails3.2/app/views/users/
opt/brakeman/test/apps/rails3.2/app/views/users/_form.html.erb
opt/brakeman/test/apps/rails3.2/app/views/users/_slimmer.html.slim
opt/brakeman/test/apps/rails3.2/app/views/users/edit.html.erb
opt/brakeman/test/apps/rails3.2/app/views/users/index.html.erb
opt/brakeman/test/apps/rails3.2/app/views/users/mixed_in.html.erb
opt/brakeman/test/apps/rails3.2/app/views/users/new.html.erb
opt/brakeman/test/apps/rails3.2/app/views/users/sanitized.html.erb
opt/brakeman/test/apps/rails3.2/app/views/users/show.html.erb
opt/brakeman/test/apps/rails3.2/app/views/users/slimming.html.slim
opt/brakeman/test/apps/rails3.2/config.ru
opt/brakeman/test/apps/rails3.2/config/
opt/brakeman/test/apps/rails3.2/config/application.rb
opt/brakeman/test/apps/rails3.2/config/boot.rb
opt/brakeman/test/apps/rails3.2/config/database.yml
opt/brakeman/test/apps/rails3.2/config/environment.rb
opt/brakeman/test/apps/rails3.2/config/environments/
opt/brakeman/test/apps/rails3.2/config/environments/development.rb
opt/brakeman/test/apps/rails3.2/config/environments/production.rb
opt/brakeman/test/apps/rails3.2/config/environments/test.rb
opt/brakeman/test/apps/rails3.2/config/initializers/
opt/brakeman/test/apps/rails3.2/config/initializers/backtrace_silencers.rb
opt/brakeman/test/apps/rails3.2/config/initializers/header_dos_protection.rb
opt/brakeman/test/apps/rails3.2/config/initializers/inflections.rb
opt/brakeman/test/apps/rails3.2/config/initializers/mime_types.rb
opt/brakeman/test/apps/rails3.2/config/initializers/secret_token.rb
opt/brakeman/test/apps/rails3.2/config/initializers/session_store.rb
opt/brakeman/test/apps/rails3.2/config/initializers/wrap_parameters.rb
opt/brakeman/test/apps/rails3.2/config/locales/
opt/brakeman/test/apps/rails3.2/config/locales/en.yml
opt/brakeman/test/apps/rails3.2/config/routes.rb
opt/brakeman/test/apps/rails3.2/lib/
opt/brakeman/test/apps/rails3.2/lib/assets/
opt/brakeman/test/apps/rails3.2/lib/assets/.gitkeep
opt/brakeman/test/apps/rails3.2/lib/tasks/
opt/brakeman/test/apps/rails3.2/lib/tasks/.gitkeep
opt/brakeman/test/apps/rails3.2/lib/user_controller_mixin.rb
opt/brakeman/test/apps/rails3.2/script/
opt/brakeman/test/apps/rails3.2/script/rails
opt/brakeman/test/apps/rails3/
opt/brakeman/test/apps/rails3/.gitignore
opt/brakeman/test/apps/rails3/Gemfile
opt/brakeman/test/apps/rails3/Gemfile.lock
opt/brakeman/test/apps/rails3/README
opt/brakeman/test/apps/rails3/Rakefile
opt/brakeman/test/apps/rails3/app/
opt/brakeman/test/apps/rails3/app/controllers/
opt/brakeman/test/apps/rails3/app/controllers/application_controller.rb
opt/brakeman/test/apps/rails3/app/controllers/base_thing.rb
opt/brakeman/test/apps/rails3/app/controllers/before_controller.rb
opt/brakeman/test/apps/rails3/app/controllers/child_controller.rb
opt/brakeman/test/apps/rails3/app/controllers/home_controller.rb
opt/brakeman/test/apps/rails3/app/controllers/nested_controller.rb
opt/brakeman/test/apps/rails3/app/controllers/other_controller.rb
opt/brakeman/test/apps/rails3/app/controllers/products_controller.rb
opt/brakeman/test/apps/rails3/app/helpers/
opt/brakeman/test/apps/rails3/app/helpers/application_helper.rb
opt/brakeman/test/apps/rails3/app/helpers/home_helper.rb
opt/brakeman/test/apps/rails3/app/helpers/other_helper.rb
opt/brakeman/test/apps/rails3/app/helpers/products_helper.rb
opt/brakeman/test/apps/rails3/app/models/
opt/brakeman/test/apps/rails3/app/models/account.rb
opt/brakeman/test/apps/rails3/app/models/bill.rb
opt/brakeman/test/apps/rails3/app/models/noticia.rb
opt/brakeman/test/apps/rails3/app/models/notifier.rb
opt/brakeman/test/apps/rails3/app/models/product.rb
opt/brakeman/test/apps/rails3/app/models/purchase.rb
opt/brakeman/test/apps/rails3/app/models/underline_model.rb
opt/brakeman/test/apps/rails3/app/models/user.rb
opt/brakeman/test/apps/rails3/app/views/
opt/brakeman/test/apps/rails3/app/views/before/
opt/brakeman/test/apps/rails3/app/views/before/use_filter12345.html.erb
opt/brakeman/test/apps/rails3/app/views/before/use_filters12.html.erb
opt/brakeman/test/apps/rails3/app/views/child/
opt/brakeman/test/apps/rails3/app/views/child/action_in_child.html.erb
opt/brakeman/test/apps/rails3/app/views/home/
opt/brakeman/test/apps/rails3/app/views/home/index.html.erb
opt/brakeman/test/apps/rails3/app/views/home/test_command.html.erb
opt/brakeman/test/apps/rails3/app/views/home/test_content_tag.html.erb
opt/brakeman/test/apps/rails3/app/views/home/test_cookie.html.erb
opt/brakeman/test/apps/rails3/app/views/home/test_dynamic_render.html.erb
opt/brakeman/test/apps/rails3/app/views/home/test_eval.html.erb
opt/brakeman/test/apps/rails3/app/views/home/test_file_access.html.erb
opt/brakeman/test/apps/rails3/app/views/home/test_filter.html.erb
opt/brakeman/test/apps/rails3/app/views/home/test_mass_assignment.html.erb
opt/brakeman/test/apps/rails3/app/views/home/test_model.html.erb
opt/brakeman/test/apps/rails3/app/views/home/test_newlines.html.erb
opt/brakeman/test/apps/rails3/app/views/home/test_params.html.erb
opt/brakeman/test/apps/rails3/app/views/home/test_redirect.html.erb
opt/brakeman/test/apps/rails3/app/views/home/test_render.html.erb
opt/brakeman/test/apps/rails3/app/views/home/test_sql.html.erb
opt/brakeman/test/apps/rails3/app/views/layouts/
opt/brakeman/test/apps/rails3/app/views/layouts/application.html.erb
opt/brakeman/test/apps/rails3/app/views/other/
opt/brakeman/test/apps/rails3/app/views/other/_account.html.haml
opt/brakeman/test/apps/rails3/app/views/other/_user.html.erb
opt/brakeman/test/apps/rails3/app/views/other/test_collection.html.erb
opt/brakeman/test/apps/rails3/app/views/other/test_iteration.html.erb
opt/brakeman/test/apps/rails3/app/views/other/test_locals.html.erb
opt/brakeman/test/apps/rails3/app/views/other/test_mail_to.html.erb
opt/brakeman/test/apps/rails3/app/views/other/test_object.html.erb
opt/brakeman/test/apps/rails3/app/views/other/test_select_tag.html.erb
opt/brakeman/test/apps/rails3/app/views/other/test_send_file.html.erb
opt/brakeman/test/apps/rails3/app/views/other/test_strip_tags.html.erb
opt/brakeman/test/apps/rails3/app/views/products/
opt/brakeman/test/apps/rails3/app/views/products/_form.html.erb
opt/brakeman/test/apps/rails3/app/views/products/edit.html.erb
opt/brakeman/test/apps/rails3/app/views/products/index.html.erb
opt/brakeman/test/apps/rails3/app/views/products/new.html.erb
opt/brakeman/test/apps/rails3/app/views/products/show.html.erb
opt/brakeman/test/apps/rails3/app/views/whatever/
opt/brakeman/test/apps/rails3/app/views/whatever/wherever/
opt/brakeman/test/apps/rails3/app/views/whatever/wherever/nested/
opt/brakeman/test/apps/rails3/app/views/whatever/wherever/nested/so_nested.html.erb
opt/brakeman/test/apps/rails3/config.ru
opt/brakeman/test/apps/rails3/config/
opt/brakeman/test/apps/rails3/config/application.rb
opt/brakeman/test/apps/rails3/config/boot.rb
opt/brakeman/test/apps/rails3/config/brakeman.yml
opt/brakeman/test/apps/rails3/config/database.yml
opt/brakeman/test/apps/rails3/config/environment.rb
opt/brakeman/test/apps/rails3/config/environments/
opt/brakeman/test/apps/rails3/config/environments/development.rb
opt/brakeman/test/apps/rails3/config/environments/production.rb
opt/brakeman/test/apps/rails3/config/environments/test.rb
opt/brakeman/test/apps/rails3/config/initializers/
opt/brakeman/test/apps/rails3/config/initializers/backtrace_silencers.rb
opt/brakeman/test/apps/rails3/config/initializers/disable_xml_parsing.rb
opt/brakeman/test/apps/rails3/config/initializers/inflections.rb
opt/brakeman/test/apps/rails3/config/initializers/mime_types.rb
opt/brakeman/test/apps/rails3/config/initializers/secret_token.rb
opt/brakeman/test/apps/rails3/config/initializers/session_store.rb
opt/brakeman/test/apps/rails3/config/locales/
opt/brakeman/test/apps/rails3/config/locales/en.yml
opt/brakeman/test/apps/rails3/config/routes.rb
opt/brakeman/test/apps/rails3/db/
opt/brakeman/test/apps/rails3/db/seeds.rb
opt/brakeman/test/apps/rails3/doc/
opt/brakeman/test/apps/rails3/doc/README_FOR_APP
opt/brakeman/test/apps/rails3/lib/
opt/brakeman/test/apps/rails3/lib/controller_filter.rb
opt/brakeman/test/apps/rails3/lib/tasks/
opt/brakeman/test/apps/rails3/lib/tasks/.gitkeep
opt/brakeman/test/apps/rails3/public/
opt/brakeman/test/apps/rails3/public/404.html
opt/brakeman/test/apps/rails3/public/422.html
opt/brakeman/test/apps/rails3/public/500.html
opt/brakeman/test/apps/rails3/public/favicon.ico
opt/brakeman/test/apps/rails3/public/images/
opt/brakeman/test/apps/rails3/public/images/rails.png
opt/brakeman/test/apps/rails3/public/index.html
opt/brakeman/test/apps/rails3/public/javascripts/
opt/brakeman/test/apps/rails3/public/javascripts/application.js
opt/brakeman/test/apps/rails3/public/javascripts/controls.js
opt/brakeman/test/apps/rails3/public/javascripts/dragdrop.js
opt/brakeman/test/apps/rails3/public/javascripts/effects.js
opt/brakeman/test/apps/rails3/public/javascripts/prototype.js
opt/brakeman/test/apps/rails3/public/javascripts/rails.js
opt/brakeman/test/apps/rails3/public/robots.txt
opt/brakeman/test/apps/rails3/public/stylesheets/
opt/brakeman/test/apps/rails3/public/stylesheets/.gitkeep
opt/brakeman/test/apps/rails3/script/
opt/brakeman/test/apps/rails3/script/rails
opt/brakeman/test/apps/rails3/test/
opt/brakeman/test/apps/rails3/test/functional/
opt/brakeman/test/apps/rails3/test/functional/home_controller_test.rb
opt/brakeman/test/apps/rails3/test/functional/other_controller_test.rb
opt/brakeman/test/apps/rails3/test/performance/
opt/brakeman/test/apps/rails3/test/performance/browsing_test.rb
opt/brakeman/test/apps/rails3/test/test_helper.rb
opt/brakeman/test/apps/rails3/test/unit/
opt/brakeman/test/apps/rails3/test/unit/helpers/
opt/brakeman/test/apps/rails3/test/unit/helpers/home_helper_test.rb
opt/brakeman/test/apps/rails3/test/unit/helpers/other_helper_test.rb
opt/brakeman/test/apps/rails3/vendor/
opt/brakeman/test/apps/rails3/vendor/plugins/
opt/brakeman/test/apps/rails3/vendor/plugins/.gitkeep
opt/brakeman/test/apps/rails4/
opt/brakeman/test/apps/rails4/.gitignore
opt/brakeman/test/apps/rails4/Gemfile
opt/brakeman/test/apps/rails4/README.rdoc
opt/brakeman/test/apps/rails4/Rakefile
opt/brakeman/test/apps/rails4/app/
opt/brakeman/test/apps/rails4/app/api/
opt/brakeman/test/apps/rails4/app/api/api.rb
opt/brakeman/test/apps/rails4/app/assets/
opt/brakeman/test/apps/rails4/app/assets/images/
opt/brakeman/test/apps/rails4/app/assets/images/rails.png
opt/brakeman/test/apps/rails4/app/assets/javascripts/
opt/brakeman/test/apps/rails4/app/assets/javascripts/application.js
opt/brakeman/test/apps/rails4/app/assets/stylesheets/
opt/brakeman/test/apps/rails4/app/assets/stylesheets/application.css
opt/brakeman/test/apps/rails4/app/controllers/
opt/brakeman/test/apps/rails4/app/controllers/another_controller.rb
opt/brakeman/test/apps/rails4/app/controllers/application_controller.rb
opt/brakeman/test/apps/rails4/app/controllers/concerns/
opt/brakeman/test/apps/rails4/app/controllers/concerns/.keep
opt/brakeman/test/apps/rails4/app/controllers/friendly_controller.rb
opt/brakeman/test/apps/rails4/app/controllers/mixed_controller.rb
opt/brakeman/test/apps/rails4/app/controllers/mixed_in_proxy.rb
opt/brakeman/test/apps/rails4/app/controllers/users_controller.rb
opt/brakeman/test/apps/rails4/app/helpers/
opt/brakeman/test/apps/rails4/app/helpers/application_helper.rb
opt/brakeman/test/apps/rails4/app/mailers/
opt/brakeman/test/apps/rails4/app/mailers/.keep
opt/brakeman/test/apps/rails4/app/models/
opt/brakeman/test/apps/rails4/app/models/.keep
opt/brakeman/test/apps/rails4/app/models/account.rb
opt/brakeman/test/apps/rails4/app/models/concerns/
opt/brakeman/test/apps/rails4/app/models/concerns/.keep
opt/brakeman/test/apps/rails4/app/models/email.rb
opt/brakeman/test/apps/rails4/app/models/phone.rb
opt/brakeman/test/apps/rails4/app/models/recursive/
opt/brakeman/test/apps/rails4/app/models/recursive/stack_level.rb
opt/brakeman/test/apps/rails4/app/models/user.rb
opt/brakeman/test/apps/rails4/app/views/
opt/brakeman/test/apps/rails4/app/views/_global_partial.html.erb
opt/brakeman/test/apps/rails4/app/views/another/
opt/brakeman/test/apps/rails4/app/views/another/html_safe_is_not.html.erb
opt/brakeman/test/apps/rails4/app/views/another/overflow.html.erb
opt/brakeman/test/apps/rails4/app/views/another/use_params_in_regex.html.erb
opt/brakeman/test/apps/rails4/app/views/another/various_xss.html.erb
opt/brakeman/test/apps/rails4/app/views/layouts/
opt/brakeman/test/apps/rails4/app/views/layouts/application.html.erb
opt/brakeman/test/apps/rails4/app/views/users/
opt/brakeman/test/apps/rails4/app/views/users/eval_it.html.erb
opt/brakeman/test/apps/rails4/app/views/users/haml_test.html.haml
opt/brakeman/test/apps/rails4/app/views/users/index.html.erb
opt/brakeman/test/apps/rails4/app/views/users/more_haml.html.haml
opt/brakeman/test/apps/rails4/app/views/users/test_parse.html.erb
opt/brakeman/test/apps/rails4/bin/
opt/brakeman/test/apps/rails4/bin/bundle
opt/brakeman/test/apps/rails4/bin/rails
opt/brakeman/test/apps/rails4/bin/rake
opt/brakeman/test/apps/rails4/config.ru
opt/brakeman/test/apps/rails4/config/
opt/brakeman/test/apps/rails4/config/application.rb
opt/brakeman/test/apps/rails4/config/boot.rb
opt/brakeman/test/apps/rails4/config/brakeman.ignore
opt/brakeman/test/apps/rails4/config/brakeman.yml
opt/brakeman/test/apps/rails4/config/database.yml
opt/brakeman/test/apps/rails4/config/environment.rb
opt/brakeman/test/apps/rails4/config/environments/
opt/brakeman/test/apps/rails4/config/environments/development.rb
opt/brakeman/test/apps/rails4/config/environments/production.rb
opt/brakeman/test/apps/rails4/config/environments/test.rb
opt/brakeman/test/apps/rails4/config/initializers/
opt/brakeman/test/apps/rails4/config/initializers/backtrace_silencers.rb
opt/brakeman/test/apps/rails4/config/initializers/filter_parameter_logging.rb
opt/brakeman/test/apps/rails4/config/initializers/i18n.rb
opt/brakeman/test/apps/rails4/config/initializers/inflections.rb
opt/brakeman/test/apps/rails4/config/initializers/mime_types.rb
opt/brakeman/test/apps/rails4/config/initializers/secret_token.rb
opt/brakeman/test/apps/rails4/config/initializers/session_store.rb
opt/brakeman/test/apps/rails4/config/initializers/wrap_parameters.rb
opt/brakeman/test/apps/rails4/config/locales/
opt/brakeman/test/apps/rails4/config/locales/en.yml
opt/brakeman/test/apps/rails4/config/routes.rb
opt/brakeman/test/apps/rails4/config/secrets.yml
opt/brakeman/test/apps/rails4/db/
opt/brakeman/test/apps/rails4/db/seeds.rb
opt/brakeman/test/apps/rails4/external_checks/
opt/brakeman/test/apps/rails4/external_checks/check_external_check_test.rb
opt/brakeman/test/apps/rails4/lib/
opt/brakeman/test/apps/rails4/lib/assets/
opt/brakeman/test/apps/rails4/lib/assets/.keep
opt/brakeman/test/apps/rails4/lib/sweet_lib.rb
opt/brakeman/test/apps/rails4/lib/tasks/
opt/brakeman/test/apps/rails4/lib/tasks/.keep
opt/brakeman/test/apps/rails4/lib/tasks/some_task.rb
opt/brakeman/test/apps/rails4/log/
opt/brakeman/test/apps/rails4/log/.keep
opt/brakeman/test/apps/rails4/public/
opt/brakeman/test/apps/rails4/public/404.html
opt/brakeman/test/apps/rails4/public/422.html
opt/brakeman/test/apps/rails4/public/500.html
opt/brakeman/test/apps/rails4/public/favicon.ico
opt/brakeman/test/apps/rails4/public/robots.txt
opt/brakeman/test/apps/rails4/test/
opt/brakeman/test/apps/rails4/test/controllers/
opt/brakeman/test/apps/rails4/test/controllers/.keep
opt/brakeman/test/apps/rails4/test/fixtures/
opt/brakeman/test/apps/rails4/test/fixtures/.keep
opt/brakeman/test/apps/rails4/test/helpers/
opt/brakeman/test/apps/rails4/test/helpers/.keep
opt/brakeman/test/apps/rails4/test/integration/
opt/brakeman/test/apps/rails4/test/integration/.keep
opt/brakeman/test/apps/rails4/test/mailers/
opt/brakeman/test/apps/rails4/test/mailers/.keep
opt/brakeman/test/apps/rails4/test/models/
opt/brakeman/test/apps/rails4/test/models/.keep
opt/brakeman/test/apps/rails4/test/test_helper.rb
opt/brakeman/test/apps/rails4/vendor/
opt/brakeman/test/apps/rails4/vendor/assets/
opt/brakeman/test/apps/rails4/vendor/assets/javascripts/
opt/brakeman/test/apps/rails4/vendor/assets/javascripts/.keep
opt/brakeman/test/apps/rails4/vendor/assets/stylesheets/
opt/brakeman/test/apps/rails4/vendor/assets/stylesheets/.keep
opt/brakeman/test/apps/rails4_non_standard_structure/
opt/brakeman/test/apps/rails4_non_standard_structure/.gitignore
opt/brakeman/test/apps/rails4_non_standard_structure/README.rdoc
opt/brakeman/test/apps/rails4_non_standard_structure/Rakefile
opt/brakeman/test/apps/rails4_non_standard_structure/app/
opt/brakeman/test/apps/rails4_non_standard_structure/app/assets/
opt/brakeman/test/apps/rails4_non_standard_structure/app/assets/images/
opt/brakeman/test/apps/rails4_non_standard_structure/app/assets/images/.keep
opt/brakeman/test/apps/rails4_non_standard_structure/app/assets/javascripts/
opt/brakeman/test/apps/rails4_non_standard_structure/app/assets/javascripts/application.js
opt/brakeman/test/apps/rails4_non_standard_structure/app/assets/stylesheets/
opt/brakeman/test/apps/rails4_non_standard_structure/app/assets/stylesheets/application.css
opt/brakeman/test/apps/rails4_non_standard_structure/app/controllers/
opt/brakeman/test/apps/rails4_non_standard_structure/app/controllers/application_controller.rb
opt/brakeman/test/apps/rails4_non_standard_structure/app/controllers/concerns/
opt/brakeman/test/apps/rails4_non_standard_structure/app/controllers/concerns/.keep
opt/brakeman/test/apps/rails4_non_standard_structure/app/foo_team/
opt/brakeman/test/apps/rails4_non_standard_structure/app/foo_team/controllers/
opt/brakeman/test/apps/rails4_non_standard_structure/app/foo_team/controllers/api/
opt/brakeman/test/apps/rails4_non_standard_structure/app/foo_team/controllers/api/foo_controller.rb
opt/brakeman/test/apps/rails4_non_standard_structure/app/foo_team/models/
opt/brakeman/test/apps/rails4_non_standard_structure/app/foo_team/models/foo.rb
opt/brakeman/test/apps/rails4_non_standard_structure/app/foo_team/views/
opt/brakeman/test/apps/rails4_non_standard_structure/app/foo_team/views/foo.html.erb
opt/brakeman/test/apps/rails4_non_standard_structure/app/helpers/
opt/brakeman/test/apps/rails4_non_standard_structure/app/helpers/application_helper.rb
opt/brakeman/test/apps/rails4_non_standard_structure/app/mailers/
opt/brakeman/test/apps/rails4_non_standard_structure/app/mailers/.keep
opt/brakeman/test/apps/rails4_non_standard_structure/app/models/
opt/brakeman/test/apps/rails4_non_standard_structure/app/models/.keep
opt/brakeman/test/apps/rails4_non_standard_structure/app/models/concerns/
opt/brakeman/test/apps/rails4_non_standard_structure/app/models/concerns/.keep
opt/brakeman/test/apps/rails4_non_standard_structure/app/views/
opt/brakeman/test/apps/rails4_non_standard_structure/app/views/layouts/
opt/brakeman/test/apps/rails4_non_standard_structure/app/views/layouts/application.html.erb
opt/brakeman/test/apps/rails4_non_standard_structure/bin/
opt/brakeman/test/apps/rails4_non_standard_structure/bin/bundle
opt/brakeman/test/apps/rails4_non_standard_structure/bin/rails
opt/brakeman/test/apps/rails4_non_standard_structure/bin/rake
opt/brakeman/test/apps/rails4_non_standard_structure/bin/spring
opt/brakeman/test/apps/rails4_non_standard_structure/config.ru
opt/brakeman/test/apps/rails4_non_standard_structure/config/
opt/brakeman/test/apps/rails4_non_standard_structure/config/application.rb
opt/brakeman/test/apps/rails4_non_standard_structure/config/boot.rb
opt/brakeman/test/apps/rails4_non_standard_structure/config/database.yml
opt/brakeman/test/apps/rails4_non_standard_structure/config/environment.rb
opt/brakeman/test/apps/rails4_non_standard_structure/config/environments/
opt/brakeman/test/apps/rails4_non_standard_structure/config/environments/development.rb
opt/brakeman/test/apps/rails4_non_standard_structure/config/environments/production.rb
opt/brakeman/test/apps/rails4_non_standard_structure/config/environments/test.rb
opt/brakeman/test/apps/rails4_non_standard_structure/config/initializers/
opt/brakeman/test/apps/rails4_non_standard_structure/config/initializers/assets.rb
opt/brakeman/test/apps/rails4_non_standard_structure/config/initializers/backtrace_silencers.rb
opt/brakeman/test/apps/rails4_non_standard_structure/config/initializers/cookies_serializer.rb
opt/brakeman/test/apps/rails4_non_standard_structure/config/initializers/filter_parameter_logging.rb
opt/brakeman/test/apps/rails4_non_standard_structure/config/initializers/inflections.rb
opt/brakeman/test/apps/rails4_non_standard_structure/config/initializers/mime_types.rb
opt/brakeman/test/apps/rails4_non_standard_structure/config/initializers/session_store.rb
opt/brakeman/test/apps/rails4_non_standard_structure/config/initializers/wrap_parameters.rb
opt/brakeman/test/apps/rails4_non_standard_structure/config/locales/
opt/brakeman/test/apps/rails4_non_standard_structure/config/locales/en.yml
opt/brakeman/test/apps/rails4_non_standard_structure/config/routes.rb
opt/brakeman/test/apps/rails4_non_standard_structure/config/secrets.yml
opt/brakeman/test/apps/rails4_non_standard_structure/db/
opt/brakeman/test/apps/rails4_non_standard_structure/db/seeds.rb
opt/brakeman/test/apps/rails4_non_standard_structure/lib/
opt/brakeman/test/apps/rails4_non_standard_structure/lib/assets/
opt/brakeman/test/apps/rails4_non_standard_structure/lib/assets/.keep
opt/brakeman/test/apps/rails4_non_standard_structure/lib/tasks/
opt/brakeman/test/apps/rails4_non_standard_structure/lib/tasks/.keep
opt/brakeman/test/apps/rails4_non_standard_structure/log/
opt/brakeman/test/apps/rails4_non_standard_structure/log/.keep
opt/brakeman/test/apps/rails4_non_standard_structure/public/
opt/brakeman/test/apps/rails4_non_standard_structure/public/404.html
opt/brakeman/test/apps/rails4_non_standard_structure/public/422.html
opt/brakeman/test/apps/rails4_non_standard_structure/public/500.html
opt/brakeman/test/apps/rails4_non_standard_structure/public/favicon.ico
opt/brakeman/test/apps/rails4_non_standard_structure/public/robots.txt
opt/brakeman/test/apps/rails4_non_standard_structure/rails4test.gemspec
opt/brakeman/test/apps/rails4_non_standard_structure/test/
opt/brakeman/test/apps/rails4_non_standard_structure/test/controllers/
opt/brakeman/test/apps/rails4_non_standard_structure/test/controllers/.keep
opt/brakeman/test/apps/rails4_non_standard_structure/test/fixtures/
opt/brakeman/test/apps/rails4_non_standard_structure/test/fixtures/.keep
opt/brakeman/test/apps/rails4_non_standard_structure/test/helpers/
opt/brakeman/test/apps/rails4_non_standard_structure/test/helpers/.keep
opt/brakeman/test/apps/rails4_non_standard_structure/test/integration/
opt/brakeman/test/apps/rails4_non_standard_structure/test/integration/.keep
opt/brakeman/test/apps/rails4_non_standard_structure/test/mailers/
opt/brakeman/test/apps/rails4_non_standard_structure/test/mailers/.keep
opt/brakeman/test/apps/rails4_non_standard_structure/test/models/
opt/brakeman/test/apps/rails4_non_standard_structure/test/models/.keep
opt/brakeman/test/apps/rails4_non_standard_structure/test/test_helper.rb
opt/brakeman/test/apps/rails4_non_standard_structure/vendor/
opt/brakeman/test/apps/rails4_non_standard_structure/vendor/assets/
opt/brakeman/test/apps/rails4_non_standard_structure/vendor/assets/javascripts/
opt/brakeman/test/apps/rails4_non_standard_structure/vendor/assets/javascripts/.keep
opt/brakeman/test/apps/rails4_non_standard_structure/vendor/assets/stylesheets/
opt/brakeman/test/apps/rails4_non_standard_structure/vendor/assets/stylesheets/.keep
opt/brakeman/test/apps/rails4_with_engines/
opt/brakeman/test/apps/rails4_with_engines/README.rdoc
opt/brakeman/test/apps/rails4_with_engines/Rakefile
opt/brakeman/test/apps/rails4_with_engines/alt_engines/
opt/brakeman/test/apps/rails4_with_engines/alt_engines/admin_stuff/
opt/brakeman/test/apps/rails4_with_engines/alt_engines/admin_stuff/app/
opt/brakeman/test/apps/rails4_with_engines/alt_engines/admin_stuff/app/controllers/
opt/brakeman/test/apps/rails4_with_engines/alt_engines/admin_stuff/app/controllers/admin_controller.rb
opt/brakeman/test/apps/rails4_with_engines/alt_engines/admin_stuff/app/helpers/
opt/brakeman/test/apps/rails4_with_engines/alt_engines/admin_stuff/app/helpers/application_helper.rb
opt/brakeman/test/apps/rails4_with_engines/alt_engines/admin_stuff/app/views/
opt/brakeman/test/apps/rails4_with_engines/alt_engines/admin_stuff/app/views/admin/
opt/brakeman/test/apps/rails4_with_engines/alt_engines/admin_stuff/app/views/admin/debug.html.erb
opt/brakeman/test/apps/rails4_with_engines/app/
opt/brakeman/test/apps/rails4_with_engines/app/assets/
opt/brakeman/test/apps/rails4_with_engines/app/assets/images/
opt/brakeman/test/apps/rails4_with_engines/app/assets/images/rails.png
opt/brakeman/test/apps/rails4_with_engines/app/assets/javascripts/
opt/brakeman/test/apps/rails4_with_engines/app/assets/javascripts/application.js
opt/brakeman/test/apps/rails4_with_engines/app/assets/stylesheets/
opt/brakeman/test/apps/rails4_with_engines/app/assets/stylesheets/application.css
opt/brakeman/test/apps/rails4_with_engines/app/controllers/
opt/brakeman/test/apps/rails4_with_engines/app/controllers/application_controller.rb
opt/brakeman/test/apps/rails4_with_engines/app/controllers/concerns/
opt/brakeman/test/apps/rails4_with_engines/app/controllers/concerns/.keep
opt/brakeman/test/apps/rails4_with_engines/app/helpers/
opt/brakeman/test/apps/rails4_with_engines/app/helpers/application_helper.rb
opt/brakeman/test/apps/rails4_with_engines/app/mailers/
opt/brakeman/test/apps/rails4_with_engines/app/mailers/.keep
opt/brakeman/test/apps/rails4_with_engines/app/models/
opt/brakeman/test/apps/rails4_with_engines/app/models/.keep
opt/brakeman/test/apps/rails4_with_engines/app/models/concerns/
opt/brakeman/test/apps/rails4_with_engines/app/models/concerns/.keep
opt/brakeman/test/apps/rails4_with_engines/app/views/
opt/brakeman/test/apps/rails4_with_engines/app/views/layouts/
opt/brakeman/test/apps/rails4_with_engines/app/views/layouts/application.html.erb
opt/brakeman/test/apps/rails4_with_engines/bin/
opt/brakeman/test/apps/rails4_with_engines/bin/bundle
opt/brakeman/test/apps/rails4_with_engines/bin/rails
opt/brakeman/test/apps/rails4_with_engines/bin/rake
opt/brakeman/test/apps/rails4_with_engines/config.ru
opt/brakeman/test/apps/rails4_with_engines/config/
opt/brakeman/test/apps/rails4_with_engines/config/application.rb
opt/brakeman/test/apps/rails4_with_engines/config/boot.rb
opt/brakeman/test/apps/rails4_with_engines/config/brakeman.yml
opt/brakeman/test/apps/rails4_with_engines/config/database.yml
opt/brakeman/test/apps/rails4_with_engines/config/environment.rb
opt/brakeman/test/apps/rails4_with_engines/config/environments/
opt/brakeman/test/apps/rails4_with_engines/config/environments/development.rb
opt/brakeman/test/apps/rails4_with_engines/config/environments/production.rb
opt/brakeman/test/apps/rails4_with_engines/config/environments/test.rb
opt/brakeman/test/apps/rails4_with_engines/config/initializers/
opt/brakeman/test/apps/rails4_with_engines/config/initializers/backtrace_silencers.rb
opt/brakeman/test/apps/rails4_with_engines/config/initializers/filter_parameter_logging.rb
opt/brakeman/test/apps/rails4_with_engines/config/initializers/inflections.rb
opt/brakeman/test/apps/rails4_with_engines/config/initializers/mime_types.rb
opt/brakeman/test/apps/rails4_with_engines/config/initializers/nested_attributes_bypass_fix.rb
opt/brakeman/test/apps/rails4_with_engines/config/initializers/secret_token.rb
opt/brakeman/test/apps/rails4_with_engines/config/initializers/session_store.rb
opt/brakeman/test/apps/rails4_with_engines/config/initializers/wrap_parameters.rb
opt/brakeman/test/apps/rails4_with_engines/config/locales/
opt/brakeman/test/apps/rails4_with_engines/config/locales/en.yml
opt/brakeman/test/apps/rails4_with_engines/config/routes.rb
opt/brakeman/test/apps/rails4_with_engines/db/
opt/brakeman/test/apps/rails4_with_engines/db/seeds.rb
opt/brakeman/test/apps/rails4_with_engines/engines/
opt/brakeman/test/apps/rails4_with_engines/engines/user_removal/
opt/brakeman/test/apps/rails4_with_engines/engines/user_removal/app/
opt/brakeman/test/apps/rails4_with_engines/engines/user_removal/app/assets/
opt/brakeman/test/apps/rails4_with_engines/engines/user_removal/app/assets/javascripts/
opt/brakeman/test/apps/rails4_with_engines/engines/user_removal/app/assets/javascripts/users.js.coffee
opt/brakeman/test/apps/rails4_with_engines/engines/user_removal/app/assets/stylesheets/
opt/brakeman/test/apps/rails4_with_engines/engines/user_removal/app/assets/stylesheets/users.css.scss
opt/brakeman/test/apps/rails4_with_engines/engines/user_removal/app/controllers/
opt/brakeman/test/apps/rails4_with_engines/engines/user_removal/app/controllers/base_controller.rb
opt/brakeman/test/apps/rails4_with_engines/engines/user_removal/app/controllers/removal_controller.rb
opt/brakeman/test/apps/rails4_with_engines/engines/user_removal/app/controllers/users_controller.rb
opt/brakeman/test/apps/rails4_with_engines/engines/user_removal/app/helpers/
opt/brakeman/test/apps/rails4_with_engines/engines/user_removal/app/helpers/application_helper.rb
opt/brakeman/test/apps/rails4_with_engines/engines/user_removal/app/helpers/users_helper.rb
opt/brakeman/test/apps/rails4_with_engines/engines/user_removal/app/models/
opt/brakeman/test/apps/rails4_with_engines/engines/user_removal/app/models/.gitkeep
opt/brakeman/test/apps/rails4_with_engines/engines/user_removal/app/models/account.rb
opt/brakeman/test/apps/rails4_with_engines/engines/user_removal/app/models/no_protection.rb
opt/brakeman/test/apps/rails4_with_engines/engines/user_removal/app/models/user.rb
opt/brakeman/test/apps/rails4_with_engines/engines/user_removal/app/views/
opt/brakeman/test/apps/rails4_with_engines/engines/user_removal/app/views/removal/
opt/brakeman/test/apps/rails4_with_engines/engines/user_removal/app/views/removal/_partial.html.erb
opt/brakeman/test/apps/rails4_with_engines/engines/user_removal/app/views/removal/controller_removed.html.erb
opt/brakeman/test/apps/rails4_with_engines/engines/user_removal/app/views/removal/implicit_render.html.erb
opt/brakeman/test/apps/rails4_with_engines/engines/user_removal/app/views/users/
opt/brakeman/test/apps/rails4_with_engines/engines/user_removal/app/views/users/_form.html.erb
opt/brakeman/test/apps/rails4_with_engines/engines/user_removal/app/views/users/_slimmer.html.slim
opt/brakeman/test/apps/rails4_with_engines/engines/user_removal/app/views/users/edit.html.erb
opt/brakeman/test/apps/rails4_with_engines/engines/user_removal/app/views/users/index.html.erb
opt/brakeman/test/apps/rails4_with_engines/engines/user_removal/app/views/users/mixed_in.html.erb
opt/brakeman/test/apps/rails4_with_engines/engines/user_removal/app/views/users/new.html.erb
opt/brakeman/test/apps/rails4_with_engines/engines/user_removal/app/views/users/sanitized.html.erb
opt/brakeman/test/apps/rails4_with_engines/engines/user_removal/app/views/users/show.html.erb
opt/brakeman/test/apps/rails4_with_engines/engines/user_removal/app/views/users/slimming.html.slim
opt/brakeman/test/apps/rails4_with_engines/engines/user_removal/config/
opt/brakeman/test/apps/rails4_with_engines/engines/user_removal/config/routes.rb
opt/brakeman/test/apps/rails4_with_engines/engines/user_removal/lib/
opt/brakeman/test/apps/rails4_with_engines/engines/user_removal/lib/user_removal.rb
opt/brakeman/test/apps/rails4_with_engines/gems.rb
opt/brakeman/test/apps/rails4_with_engines/lib/
opt/brakeman/test/apps/rails4_with_engines/lib/assets/
opt/brakeman/test/apps/rails4_with_engines/lib/assets/.keep
opt/brakeman/test/apps/rails4_with_engines/lib/tasks/
opt/brakeman/test/apps/rails4_with_engines/lib/tasks/.keep
opt/brakeman/test/apps/rails4_with_engines/log/
opt/brakeman/test/apps/rails4_with_engines/log/.keep
opt/brakeman/test/apps/rails4_with_engines/public/
opt/brakeman/test/apps/rails4_with_engines/public/404.html
opt/brakeman/test/apps/rails4_with_engines/public/422.html
opt/brakeman/test/apps/rails4_with_engines/public/500.html
opt/brakeman/test/apps/rails4_with_engines/public/favicon.ico
opt/brakeman/test/apps/rails4_with_engines/public/robots.txt
opt/brakeman/test/apps/rails4_with_engines/script/
opt/brakeman/test/apps/rails4_with_engines/script/.keep
opt/brakeman/test/apps/rails4_with_engines/test/
opt/brakeman/test/apps/rails4_with_engines/test/controllers/
opt/brakeman/test/apps/rails4_with_engines/test/controllers/.keep
opt/brakeman/test/apps/rails4_with_engines/test/fixtures/
opt/brakeman/test/apps/rails4_with_engines/test/fixtures/.keep
opt/brakeman/test/apps/rails4_with_engines/test/helpers/
opt/brakeman/test/apps/rails4_with_engines/test/helpers/.keep
opt/brakeman/test/apps/rails4_with_engines/test/integration/
opt/brakeman/test/apps/rails4_with_engines/test/integration/.keep
opt/brakeman/test/apps/rails4_with_engines/test/mailers/
opt/brakeman/test/apps/rails4_with_engines/test/mailers/.keep
opt/brakeman/test/apps/rails4_with_engines/test/models/
opt/brakeman/test/apps/rails4_with_engines/test/models/.keep
opt/brakeman/test/apps/rails4_with_engines/test/test_helper.rb
opt/brakeman/test/apps/rails4_with_engines/vendor/
opt/brakeman/test/apps/rails4_with_engines/vendor/assets/
opt/brakeman/test/apps/rails4_with_engines/vendor/assets/javascripts/
opt/brakeman/test/apps/rails4_with_engines/vendor/assets/javascripts/.keep
opt/brakeman/test/apps/rails4_with_engines/vendor/assets/stylesheets/
opt/brakeman/test/apps/rails4_with_engines/vendor/assets/stylesheets/.keep
opt/brakeman/test/apps/rails5.2/
opt/brakeman/test/apps/rails5.2/.ruby-version
opt/brakeman/test/apps/rails5.2/Gemfile
opt/brakeman/test/apps/rails5.2/Gemfile.lock
opt/brakeman/test/apps/rails5.2/README.md
opt/brakeman/test/apps/rails5.2/Rakefile
opt/brakeman/test/apps/rails5.2/app/
opt/brakeman/test/apps/rails5.2/app/assets/
opt/brakeman/test/apps/rails5.2/app/assets/config/
opt/brakeman/test/apps/rails5.2/app/assets/config/manifest.js
opt/brakeman/test/apps/rails5.2/app/assets/images/
opt/brakeman/test/apps/rails5.2/app/assets/images/.keep
opt/brakeman/test/apps/rails5.2/app/assets/javascripts/
opt/brakeman/test/apps/rails5.2/app/assets/javascripts/application.js
opt/brakeman/test/apps/rails5.2/app/assets/javascripts/cable.js
opt/brakeman/test/apps/rails5.2/app/assets/javascripts/channels/
opt/brakeman/test/apps/rails5.2/app/assets/javascripts/channels/.keep
opt/brakeman/test/apps/rails5.2/app/assets/stylesheets/
opt/brakeman/test/apps/rails5.2/app/assets/stylesheets/application.css
opt/brakeman/test/apps/rails5.2/app/channels/
opt/brakeman/test/apps/rails5.2/app/channels/application_cable/
opt/brakeman/test/apps/rails5.2/app/channels/application_cable/channel.rb
opt/brakeman/test/apps/rails5.2/app/channels/application_cable/connection.rb
opt/brakeman/test/apps/rails5.2/app/controllers/
opt/brakeman/test/apps/rails5.2/app/controllers/application_controller.rb
opt/brakeman/test/apps/rails5.2/app/controllers/concerns/
opt/brakeman/test/apps/rails5.2/app/controllers/concerns/.keep
opt/brakeman/test/apps/rails5.2/app/controllers/users_controller.rb
opt/brakeman/test/apps/rails5.2/app/helpers/
opt/brakeman/test/apps/rails5.2/app/helpers/application_helper.rb
opt/brakeman/test/apps/rails5.2/app/helpers/users_helper.rb
opt/brakeman/test/apps/rails5.2/app/jobs/
opt/brakeman/test/apps/rails5.2/app/jobs/application_job.rb
opt/brakeman/test/apps/rails5.2/app/jobs/delete_stuff_job.rb
opt/brakeman/test/apps/rails5.2/app/mailers/
opt/brakeman/test/apps/rails5.2/app/mailers/application_mailer.rb
opt/brakeman/test/apps/rails5.2/app/models/
opt/brakeman/test/apps/rails5.2/app/models/application_record.rb
opt/brakeman/test/apps/rails5.2/app/models/concerns/
opt/brakeman/test/apps/rails5.2/app/models/concerns/.keep
opt/brakeman/test/apps/rails5.2/app/models/user.rb
opt/brakeman/test/apps/rails5.2/app/views/
opt/brakeman/test/apps/rails5.2/app/views/home/
opt/brakeman/test/apps/rails5.2/app/views/home/index.html.erb
opt/brakeman/test/apps/rails5.2/app/views/layouts/
opt/brakeman/test/apps/rails5.2/app/views/layouts/application.html.erb
opt/brakeman/test/apps/rails5.2/app/views/layouts/mailer.html.erb
opt/brakeman/test/apps/rails5.2/app/views/layouts/mailer.text.erb
opt/brakeman/test/apps/rails5.2/app/views/users/
opt/brakeman/test/apps/rails5.2/app/views/users/_empty_partial_name.html.erb
opt/brakeman/test/apps/rails5.2/app/views/users/_foo.html.haml
opt/brakeman/test/apps/rails5.2/app/views/users/_foo2.html.haml
opt/brakeman/test/apps/rails5.2/app/views/users/kwsplat.html.haml
opt/brakeman/test/apps/rails5.2/app/views/users/link.html.erb
opt/brakeman/test/apps/rails5.2/app/views/users/not_not.html.erb
opt/brakeman/test/apps/rails5.2/app/views/users/one.html.haml
opt/brakeman/test/apps/rails5.2/app/views/users/smart.html.slim
opt/brakeman/test/apps/rails5.2/app/views/users/test_empty_partial_name.html.erb
opt/brakeman/test/apps/rails5.2/app/views/users/two.html.slim
opt/brakeman/test/apps/rails5.2/bin/
opt/brakeman/test/apps/rails5.2/bin/rails
opt/brakeman/test/apps/rails5.2/bin/rake
opt/brakeman/test/apps/rails5.2/bin/setup
opt/brakeman/test/apps/rails5.2/bin/spring
opt/brakeman/test/apps/rails5.2/bin/update
opt/brakeman/test/apps/rails5.2/bin/yarn
opt/brakeman/test/apps/rails5.2/config.ru
opt/brakeman/test/apps/rails5.2/config/
opt/brakeman/test/apps/rails5.2/config/application.rb
opt/brakeman/test/apps/rails5.2/config/boot.rb
opt/brakeman/test/apps/rails5.2/config/cable.yml
opt/brakeman/test/apps/rails5.2/config/credentials.yml.enc
opt/brakeman/test/apps/rails5.2/config/database.yml
opt/brakeman/test/apps/rails5.2/config/environment.rb
opt/brakeman/test/apps/rails5.2/config/environments/
opt/brakeman/test/apps/rails5.2/config/environments/development.rb
opt/brakeman/test/apps/rails5.2/config/environments/production.rb
opt/brakeman/test/apps/rails5.2/config/environments/test.rb
opt/brakeman/test/apps/rails5.2/config/initializers/
opt/brakeman/test/apps/rails5.2/config/initializers/application_controller_renderer.rb
opt/brakeman/test/apps/rails5.2/config/initializers/assets.rb
opt/brakeman/test/apps/rails5.2/config/initializers/backtrace_silencers.rb
opt/brakeman/test/apps/rails5.2/config/initializers/content_security_policy.rb
opt/brakeman/test/apps/rails5.2/config/initializers/cookies_serializer.rb
opt/brakeman/test/apps/rails5.2/config/initializers/filter_parameter_logging.rb
opt/brakeman/test/apps/rails5.2/config/initializers/inflections.rb
opt/brakeman/test/apps/rails5.2/config/initializers/mime_types.rb
opt/brakeman/test/apps/rails5.2/config/initializers/oj.rb
opt/brakeman/test/apps/rails5.2/config/initializers/wrap_parameters.rb
opt/brakeman/test/apps/rails5.2/config/locales/
opt/brakeman/test/apps/rails5.2/config/locales/en.yml
opt/brakeman/test/apps/rails5.2/config/puma.rb
opt/brakeman/test/apps/rails5.2/config/routes.rb
opt/brakeman/test/apps/rails5.2/config/secrets.yml
opt/brakeman/test/apps/rails5.2/config/spring.rb
opt/brakeman/test/apps/rails5.2/config/storage.yml
opt/brakeman/test/apps/rails5.2/db/
opt/brakeman/test/apps/rails5.2/db/migrate/
opt/brakeman/test/apps/rails5.2/db/migrate/20171208205700_create_active_storage_tables.active_storage.rb
opt/brakeman/test/apps/rails5.2/db/seeds.rb
opt/brakeman/test/apps/rails5.2/lib/
opt/brakeman/test/apps/rails5.2/lib/assets/
opt/brakeman/test/apps/rails5.2/lib/assets/.keep
opt/brakeman/test/apps/rails5.2/lib/factory_bot.rb
opt/brakeman/test/apps/rails5.2/lib/initthing.rb
opt/brakeman/test/apps/rails5.2/lib/shell.rb
opt/brakeman/test/apps/rails5.2/lib/tasks/
opt/brakeman/test/apps/rails5.2/lib/tasks/.keep
opt/brakeman/test/apps/rails5.2/log/
opt/brakeman/test/apps/rails5.2/log/.keep
opt/brakeman/test/apps/rails5.2/package.json
opt/brakeman/test/apps/rails5.2/public/
opt/brakeman/test/apps/rails5.2/public/404.html
opt/brakeman/test/apps/rails5.2/public/422.html
opt/brakeman/test/apps/rails5.2/public/500.html
opt/brakeman/test/apps/rails5.2/public/apple-touch-icon-precomposed.png
opt/brakeman/test/apps/rails5.2/public/apple-touch-icon.png
opt/brakeman/test/apps/rails5.2/public/favicon.ico
opt/brakeman/test/apps/rails5.2/public/robots.txt
opt/brakeman/test/apps/rails5.2/vendor/
opt/brakeman/test/apps/rails5.2/vendor/.keep
opt/brakeman/test/apps/rails5.2/vendor/vendored_thing.rb
opt/brakeman/test/apps/rails5/
opt/brakeman/test/apps/rails5/.gitignore
opt/brakeman/test/apps/rails5/Gemfile
opt/brakeman/test/apps/rails5/Gemfile.lock
opt/brakeman/test/apps/rails5/README.md
opt/brakeman/test/apps/rails5/Rakefile
opt/brakeman/test/apps/rails5/app/
opt/brakeman/test/apps/rails5/app/assets/
opt/brakeman/test/apps/rails5/app/assets/config/
opt/brakeman/test/apps/rails5/app/assets/config/manifest.js
opt/brakeman/test/apps/rails5/app/assets/images/
opt/brakeman/test/apps/rails5/app/assets/images/.keep
opt/brakeman/test/apps/rails5/app/assets/javascripts/
opt/brakeman/test/apps/rails5/app/assets/javascripts/application.js
opt/brakeman/test/apps/rails5/app/assets/javascripts/cable.coffee
opt/brakeman/test/apps/rails5/app/assets/javascripts/channels/
opt/brakeman/test/apps/rails5/app/assets/javascripts/channels/.keep
opt/brakeman/test/apps/rails5/app/assets/javascripts/users.coffee
opt/brakeman/test/apps/rails5/app/assets/stylesheets/
opt/brakeman/test/apps/rails5/app/assets/stylesheets/application.css
opt/brakeman/test/apps/rails5/app/assets/stylesheets/scaffold.css
opt/brakeman/test/apps/rails5/app/assets/stylesheets/users.css
opt/brakeman/test/apps/rails5/app/channels/
opt/brakeman/test/apps/rails5/app/channels/application_cable/
opt/brakeman/test/apps/rails5/app/channels/application_cable/channel.rb
opt/brakeman/test/apps/rails5/app/channels/application_cable/connection.rb
opt/brakeman/test/apps/rails5/app/controllers/
opt/brakeman/test/apps/rails5/app/controllers/application_controller.rb
opt/brakeman/test/apps/rails5/app/controllers/concerns/
opt/brakeman/test/apps/rails5/app/controllers/concerns/.keep
opt/brakeman/test/apps/rails5/app/controllers/concerns/concerning.rb
opt/brakeman/test/apps/rails5/app/controllers/concerns/forgery_protection.rb
opt/brakeman/test/apps/rails5/app/controllers/file_controller.rb
opt/brakeman/test/apps/rails5/app/controllers/mixed_controller.rb
opt/brakeman/test/apps/rails5/app/controllers/users_controller.rb
opt/brakeman/test/apps/rails5/app/controllers/widget_controller.rb
opt/brakeman/test/apps/rails5/app/helpers/
opt/brakeman/test/apps/rails5/app/helpers/application_helper.rb
opt/brakeman/test/apps/rails5/app/helpers/users_helper.rb
opt/brakeman/test/apps/rails5/app/jobs/
opt/brakeman/test/apps/rails5/app/jobs/application_job.rb
opt/brakeman/test/apps/rails5/app/mailers/
opt/brakeman/test/apps/rails5/app/mailers/application_mailer.rb
opt/brakeman/test/apps/rails5/app/models/
opt/brakeman/test/apps/rails5/app/models/application_record.rb
opt/brakeman/test/apps/rails5/app/models/concerns/
opt/brakeman/test/apps/rails5/app/models/concerns/.keep
opt/brakeman/test/apps/rails5/app/models/thing.rb
opt/brakeman/test/apps/rails5/app/models/user.rb
opt/brakeman/test/apps/rails5/app/views/
opt/brakeman/test/apps/rails5/app/views/layouts/
opt/brakeman/test/apps/rails5/app/views/layouts/application.html.erb
opt/brakeman/test/apps/rails5/app/views/layouts/mailer.html.erb
opt/brakeman/test/apps/rails5/app/views/layouts/mailer.text.erb
opt/brakeman/test/apps/rails5/app/views/layouts/users.html.erb
opt/brakeman/test/apps/rails5/app/views/users/
opt/brakeman/test/apps/rails5/app/views/users/_form.html.erb
opt/brakeman/test/apps/rails5/app/views/users/edit.html.erb
opt/brakeman/test/apps/rails5/app/views/users/find_and_preserve.html.haml
opt/brakeman/test/apps/rails5/app/views/users/if_thing.html.haml
opt/brakeman/test/apps/rails5/app/views/users/index.html.erb
opt/brakeman/test/apps/rails5/app/views/users/index.json.jbuilder
opt/brakeman/test/apps/rails5/app/views/users/new.html.erb
opt/brakeman/test/apps/rails5/app/views/users/safe_call_params.html.haml
opt/brakeman/test/apps/rails5/app/views/users/sanitizing.html.erb
opt/brakeman/test/apps/rails5/app/views/users/show.html.erb
opt/brakeman/test/apps/rails5/app/views/users/show.json.jbuilder
opt/brakeman/test/apps/rails5/app/views/widget/
opt/brakeman/test/apps/rails5/app/views/widget/attributes.html.haml
opt/brakeman/test/apps/rails5/app/views/widget/content_tag.html.erb
opt/brakeman/test/apps/rails5/app/views/widget/graphql.html.erb
opt/brakeman/test/apps/rails5/app/views/widget/haml_test.html.haml
opt/brakeman/test/apps/rails5/app/views/widget/no_html.haml
opt/brakeman/test/apps/rails5/app/views/widget/show.html.erb
opt/brakeman/test/apps/rails5/bin/
opt/brakeman/test/apps/rails5/bin/bundle
opt/brakeman/test/apps/rails5/bin/rails
opt/brakeman/test/apps/rails5/bin/rake
opt/brakeman/test/apps/rails5/bin/setup
opt/brakeman/test/apps/rails5/bin/spring
opt/brakeman/test/apps/rails5/bin/update
opt/brakeman/test/apps/rails5/config.ru
opt/brakeman/test/apps/rails5/config/
opt/brakeman/test/apps/rails5/config/application.rb
opt/brakeman/test/apps/rails5/config/boot.rb
opt/brakeman/test/apps/rails5/config/brakeman.yml
opt/brakeman/test/apps/rails5/config/database.yml
opt/brakeman/test/apps/rails5/config/environment.rb
opt/brakeman/test/apps/rails5/config/environments/
opt/brakeman/test/apps/rails5/config/environments/development.rb
opt/brakeman/test/apps/rails5/config/environments/production.rb
opt/brakeman/test/apps/rails5/config/environments/test.rb
opt/brakeman/test/apps/rails5/config/initializers/
opt/brakeman/test/apps/rails5/config/initializers/active_record_belongs_to_required_by_default.rb
opt/brakeman/test/apps/rails5/config/initializers/application_controller_renderer.rb
opt/brakeman/test/apps/rails5/config/initializers/assets.rb
opt/brakeman/test/apps/rails5/config/initializers/backtrace_silencers.rb
opt/brakeman/test/apps/rails5/config/initializers/callback_terminator.rb
opt/brakeman/test/apps/rails5/config/initializers/cookies_serializer.rb
opt/brakeman/test/apps/rails5/config/initializers/cors.rb
opt/brakeman/test/apps/rails5/config/initializers/filter_parameter_logging.rb
opt/brakeman/test/apps/rails5/config/initializers/inflections.rb
opt/brakeman/test/apps/rails5/config/initializers/mime_types.rb
opt/brakeman/test/apps/rails5/config/initializers/request_forgery_protection.rb
opt/brakeman/test/apps/rails5/config/initializers/secrets.rb
opt/brakeman/test/apps/rails5/config/initializers/session_store.rb
opt/brakeman/test/apps/rails5/config/initializers/wrap_parameters.rb
opt/brakeman/test/apps/rails5/config/locales/
opt/brakeman/test/apps/rails5/config/locales/en.yml
opt/brakeman/test/apps/rails5/config/redis/
opt/brakeman/test/apps/rails5/config/redis/cable.yml
opt/brakeman/test/apps/rails5/config/routes.rb
opt/brakeman/test/apps/rails5/config/secrets.yml
opt/brakeman/test/apps/rails5/db/
opt/brakeman/test/apps/rails5/db/migrate/
opt/brakeman/test/apps/rails5/db/migrate/20160127223106_create_users.rb
opt/brakeman/test/apps/rails5/db/seeds.rb
opt/brakeman/test/apps/rails5/external_checks/
opt/brakeman/test/apps/rails5/external_checks/check_external_check_test.rb
opt/brakeman/test/apps/rails5/lib/
opt/brakeman/test/apps/rails5/lib/a_lib.rb
opt/brakeman/test/apps/rails5/lib/assets/
opt/brakeman/test/apps/rails5/lib/assets/.keep
opt/brakeman/test/apps/rails5/lib/lib.rb
opt/brakeman/test/apps/rails5/lib/tasks/
opt/brakeman/test/apps/rails5/lib/tasks/.keep
opt/brakeman/test/apps/rails5/log/
opt/brakeman/test/apps/rails5/log/.keep
opt/brakeman/test/apps/rails5/public/
opt/brakeman/test/apps/rails5/public/404.html
opt/brakeman/test/apps/rails5/public/422.html
opt/brakeman/test/apps/rails5/public/500.html
opt/brakeman/test/apps/rails5/public/favicon.ico
opt/brakeman/test/apps/rails5/public/robots.txt
opt/brakeman/test/apps/rails5/test/
opt/brakeman/test/apps/rails5/test/controllers/
opt/brakeman/test/apps/rails5/test/controllers/.keep
opt/brakeman/test/apps/rails5/test/controllers/users_controller_test.rb
opt/brakeman/test/apps/rails5/test/fixtures/
opt/brakeman/test/apps/rails5/test/fixtures/.keep
opt/brakeman/test/apps/rails5/test/fixtures/files/
opt/brakeman/test/apps/rails5/test/fixtures/files/.keep
opt/brakeman/test/apps/rails5/test/fixtures/users.yml
opt/brakeman/test/apps/rails5/test/helpers/
opt/brakeman/test/apps/rails5/test/helpers/.keep
opt/brakeman/test/apps/rails5/test/integration/
opt/brakeman/test/apps/rails5/test/integration/.keep
opt/brakeman/test/apps/rails5/test/mailers/
opt/brakeman/test/apps/rails5/test/mailers/.keep
opt/brakeman/test/apps/rails5/test/models/
opt/brakeman/test/apps/rails5/test/models/.keep
opt/brakeman/test/apps/rails5/test/models/user_test.rb
opt/brakeman/test/apps/rails5/test/test_helper.rb
opt/brakeman/test/apps/rails5/tmp/
opt/brakeman/test/apps/rails5/tmp/.keep
opt/brakeman/test/apps/rails5/vendor/
opt/brakeman/test/apps/rails5/vendor/assets/
opt/brakeman/test/apps/rails5/vendor/assets/javascripts/
opt/brakeman/test/apps/rails5/vendor/assets/javascripts/.keep
opt/brakeman/test/apps/rails5/vendor/assets/stylesheets/
opt/brakeman/test/apps/rails5/vendor/assets/stylesheets/.keep
opt/brakeman/test/apps/rails6/
opt/brakeman/test/apps/rails6/.gitignore
opt/brakeman/test/apps/rails6/Gemfile
opt/brakeman/test/apps/rails6/Rakefile
opt/brakeman/test/apps/rails6/another_lib_dir/
opt/brakeman/test/apps/rails6/another_lib_dir/some_lib.rb
opt/brakeman/test/apps/rails6/app/
opt/brakeman/test/apps/rails6/app/assets/
opt/brakeman/test/apps/rails6/app/assets/config/
opt/brakeman/test/apps/rails6/app/assets/config/manifest.js
opt/brakeman/test/apps/rails6/app/assets/images/
opt/brakeman/test/apps/rails6/app/assets/images/.keep
opt/brakeman/test/apps/rails6/app/assets/stylesheets/
opt/brakeman/test/apps/rails6/app/assets/stylesheets/application.css
opt/brakeman/test/apps/rails6/app/assets/stylesheets/scaffolds.scss
opt/brakeman/test/apps/rails6/app/assets/stylesheets/users.scss
opt/brakeman/test/apps/rails6/app/channels/
opt/brakeman/test/apps/rails6/app/channels/application_cable/
opt/brakeman/test/apps/rails6/app/channels/application_cable/channel.rb
opt/brakeman/test/apps/rails6/app/channels/application_cable/connection.rb
opt/brakeman/test/apps/rails6/app/components/
opt/brakeman/test/apps/rails6/app/components/base_component.rb
opt/brakeman/test/apps/rails6/app/components/test_component.rb
opt/brakeman/test/apps/rails6/app/components/test_view_component.rb
opt/brakeman/test/apps/rails6/app/components/test_view_component_contrib.rb
opt/brakeman/test/apps/rails6/app/components/test_view_component_fully_qualified_ancestor.rb
opt/brakeman/test/apps/rails6/app/components/text_phlex_component.rb
opt/brakeman/test/apps/rails6/app/controllers/
opt/brakeman/test/apps/rails6/app/controllers/accounts_controller.rb
opt/brakeman/test/apps/rails6/app/controllers/application_controller.rb
opt/brakeman/test/apps/rails6/app/controllers/concerns/
opt/brakeman/test/apps/rails6/app/controllers/concerns/.keep
opt/brakeman/test/apps/rails6/app/controllers/groups_controller.rb
opt/brakeman/test/apps/rails6/app/controllers/users_controller.rb
opt/brakeman/test/apps/rails6/app/helpers/
opt/brakeman/test/apps/rails6/app/helpers/application_helper.rb
opt/brakeman/test/apps/rails6/app/helpers/users_helper.rb
opt/brakeman/test/apps/rails6/app/javascript/
opt/brakeman/test/apps/rails6/app/javascript/channels/
opt/brakeman/test/apps/rails6/app/javascript/channels/consumer.js
opt/brakeman/test/apps/rails6/app/javascript/channels/index.js
opt/brakeman/test/apps/rails6/app/javascript/packs/
opt/brakeman/test/apps/rails6/app/javascript/packs/application.js
opt/brakeman/test/apps/rails6/app/jobs/
opt/brakeman/test/apps/rails6/app/jobs/application_job.rb
opt/brakeman/test/apps/rails6/app/mailers/
opt/brakeman/test/apps/rails6/app/mailers/application_mailer.rb
opt/brakeman/test/apps/rails6/app/models/
opt/brakeman/test/apps/rails6/app/models/application_record.rb
opt/brakeman/test/apps/rails6/app/models/concerns/
opt/brakeman/test/apps/rails6/app/models/concerns/.keep
opt/brakeman/test/apps/rails6/app/models/group.rb
opt/brakeman/test/apps/rails6/app/models/user.rb
opt/brakeman/test/apps/rails6/app/views/
opt/brakeman/test/apps/rails6/app/views/layouts/
opt/brakeman/test/apps/rails6/app/views/layouts/application.html.erb
opt/brakeman/test/apps/rails6/app/views/layouts/mailer.html.erb
opt/brakeman/test/apps/rails6/app/views/layouts/mailer.text.erb
opt/brakeman/test/apps/rails6/app/views/users/
opt/brakeman/test/apps/rails6/app/views/users/_form.html.erb
opt/brakeman/test/apps/rails6/app/views/users/_user.json.jbuilder
opt/brakeman/test/apps/rails6/app/views/users/edit.html.erb
opt/brakeman/test/apps/rails6/app/views/users/index.html.erb
opt/brakeman/test/apps/rails6/app/views/users/index.json.jbuilder
opt/brakeman/test/apps/rails6/app/views/users/new.html.erb
opt/brakeman/test/apps/rails6/app/views/users/show.html.erb
opt/brakeman/test/apps/rails6/app/views/users/show.json.jbuilder
opt/brakeman/test/apps/rails6/app/widgets/
opt/brakeman/test/apps/rails6/app/widgets/widget.rb
opt/brakeman/test/apps/rails6/babel.config.js
opt/brakeman/test/apps/rails6/config.ru
opt/brakeman/test/apps/rails6/config/
opt/brakeman/test/apps/rails6/config/application.rb
opt/brakeman/test/apps/rails6/config/boot.rb
opt/brakeman/test/apps/rails6/config/cable.yml
opt/brakeman/test/apps/rails6/config/credentials.yml.enc
opt/brakeman/test/apps/rails6/config/database.yml
opt/brakeman/test/apps/rails6/config/environment.rb
opt/brakeman/test/apps/rails6/config/environments/
opt/brakeman/test/apps/rails6/config/environments/development.rb
opt/brakeman/test/apps/rails6/config/environments/production.rb
opt/brakeman/test/apps/rails6/config/environments/test.rb
opt/brakeman/test/apps/rails6/config/initializers/
opt/brakeman/test/apps/rails6/config/initializers/allow_all_parameters.rb
opt/brakeman/test/apps/rails6/config/initializers/application_controller_renderer.rb
opt/brakeman/test/apps/rails6/config/initializers/assets.rb
opt/brakeman/test/apps/rails6/config/initializers/backtrace_silencers.rb
opt/brakeman/test/apps/rails6/config/initializers/content_security_policy.rb
opt/brakeman/test/apps/rails6/config/initializers/cookies_serializer.rb
opt/brakeman/test/apps/rails6/config/initializers/filter_parameter_logging.rb
opt/brakeman/test/apps/rails6/config/initializers/inflections.rb
opt/brakeman/test/apps/rails6/config/initializers/json_escape.rb
opt/brakeman/test/apps/rails6/config/initializers/mime_types.rb
opt/brakeman/test/apps/rails6/config/initializers/wrap_parameters.rb
opt/brakeman/test/apps/rails6/config/locales/
opt/brakeman/test/apps/rails6/config/locales/en.yml
opt/brakeman/test/apps/rails6/config/puma.rb
opt/brakeman/test/apps/rails6/config/routes.rb
opt/brakeman/test/apps/rails6/config/spring.rb
opt/brakeman/test/apps/rails6/config/storage.yml
opt/brakeman/test/apps/rails6/config/webpack/
opt/brakeman/test/apps/rails6/config/webpack/development.js
opt/brakeman/test/apps/rails6/config/webpack/environment.js
opt/brakeman/test/apps/rails6/config/webpack/production.js
opt/brakeman/test/apps/rails6/config/webpack/test.js
opt/brakeman/test/apps/rails6/config/webpacker.yml
opt/brakeman/test/apps/rails6/lib/
opt/brakeman/test/apps/rails6/lib/assets/
opt/brakeman/test/apps/rails6/lib/assets/.keep
opt/brakeman/test/apps/rails6/lib/run_stuff.rb
opt/brakeman/test/apps/rails6/lib/tasks/
opt/brakeman/test/apps/rails6/lib/tasks/.keep
opt/brakeman/test/apps/rails6/lib/view_component/
opt/brakeman/test/apps/rails6/lib/view_component/base.rb
opt/brakeman/test/apps/rails6/package.json
opt/brakeman/test/apps/rails6/postcss.config.js
opt/brakeman/test/apps/rails6/yarn.lock
opt/brakeman/test/apps/rails7/
opt/brakeman/test/apps/rails7/MyGemfile
opt/brakeman/test/apps/rails7/MyGemfile.lock
opt/brakeman/test/apps/rails7/app/
opt/brakeman/test/apps/rails7/app/assets/
opt/brakeman/test/apps/rails7/app/assets/config/
opt/brakeman/test/apps/rails7/app/assets/config/manifest.js
opt/brakeman/test/apps/rails7/app/assets/images/
opt/brakeman/test/apps/rails7/app/assets/images/.keep
opt/brakeman/test/apps/rails7/app/assets/stylesheets/
opt/brakeman/test/apps/rails7/app/assets/stylesheets/application.css
opt/brakeman/test/apps/rails7/app/channels/
opt/brakeman/test/apps/rails7/app/channels/application_cable/
opt/brakeman/test/apps/rails7/app/channels/application_cable/channel.rb
opt/brakeman/test/apps/rails7/app/channels/application_cable/connection.rb
opt/brakeman/test/apps/rails7/app/controllers/
opt/brakeman/test/apps/rails7/app/controllers/admin_controller.rb
opt/brakeman/test/apps/rails7/app/controllers/application_controller.rb
opt/brakeman/test/apps/rails7/app/controllers/concerns/
opt/brakeman/test/apps/rails7/app/controllers/concerns/.keep
opt/brakeman/test/apps/rails7/app/controllers/users_controller.rb
opt/brakeman/test/apps/rails7/app/helpers/
opt/brakeman/test/apps/rails7/app/helpers/application_helper.rb
opt/brakeman/test/apps/rails7/app/javascript/
opt/brakeman/test/apps/rails7/app/javascript/application.js
opt/brakeman/test/apps/rails7/app/javascript/controllers/
opt/brakeman/test/apps/rails7/app/javascript/controllers/application.js
opt/brakeman/test/apps/rails7/app/javascript/controllers/hello_controller.js
opt/brakeman/test/apps/rails7/app/javascript/controllers/index.js
opt/brakeman/test/apps/rails7/app/jobs/
opt/brakeman/test/apps/rails7/app/jobs/application_job.rb
opt/brakeman/test/apps/rails7/app/mailers/
opt/brakeman/test/apps/rails7/app/mailers/application_mailer.rb
opt/brakeman/test/apps/rails7/app/models/
opt/brakeman/test/apps/rails7/app/models/application_record.rb
opt/brakeman/test/apps/rails7/app/models/book.rb
opt/brakeman/test/apps/rails7/app/models/concerns/
opt/brakeman/test/apps/rails7/app/models/concerns/.keep
opt/brakeman/test/apps/rails7/app/models/thing.rb
opt/brakeman/test/apps/rails7/app/models/user.rb
opt/brakeman/test/apps/rails7/app/views/
opt/brakeman/test/apps/rails7/app/views/layouts/
opt/brakeman/test/apps/rails7/app/views/layouts/application.html.erb
opt/brakeman/test/apps/rails7/app/views/layouts/mailer.html.erb
opt/brakeman/test/apps/rails7/app/views/layouts/mailer.text.erb
opt/brakeman/test/apps/rails7/config/
opt/brakeman/test/apps/rails7/config/application.rb
opt/brakeman/test/apps/rails7/config/boot.rb
opt/brakeman/test/apps/rails7/config/cable.yml
opt/brakeman/test/apps/rails7/config/credentials.yml.enc
opt/brakeman/test/apps/rails7/config/database.yml
opt/brakeman/test/apps/rails7/config/environment.rb
opt/brakeman/test/apps/rails7/config/environments/
opt/brakeman/test/apps/rails7/config/environments/development.rb
opt/brakeman/test/apps/rails7/config/environments/production.rb
opt/brakeman/test/apps/rails7/config/environments/test.rb
opt/brakeman/test/apps/rails7/config/importmap.rb
opt/brakeman/test/apps/rails7/config/initializers/
opt/brakeman/test/apps/rails7/config/initializers/assets.rb
opt/brakeman/test/apps/rails7/config/initializers/content_security_policy.rb
opt/brakeman/test/apps/rails7/config/initializers/filter_parameter_logging.rb
opt/brakeman/test/apps/rails7/config/initializers/inflections.rb
opt/brakeman/test/apps/rails7/config/initializers/permissions_policy.rb
opt/brakeman/test/apps/rails7/config/initializers/sanitizers.rb
opt/brakeman/test/apps/rails7/config/locales/
opt/brakeman/test/apps/rails7/config/locales/en.yml
opt/brakeman/test/apps/rails7/config/master.key
opt/brakeman/test/apps/rails7/config/puma.rb
opt/brakeman/test/apps/rails7/config/routes.rb
opt/brakeman/test/apps/rails7/config/storage.yml
opt/brakeman/test/apps/rails7/lib/
opt/brakeman/test/apps/rails7/lib/assets/
opt/brakeman/test/apps/rails7/lib/assets/.keep
opt/brakeman/test/apps/rails7/lib/some_lib.rb
opt/brakeman/test/apps/rails7/lib/tasks/
opt/brakeman/test/apps/rails7/lib/tasks/.keep
opt/brakeman/test/apps/rails8/
opt/brakeman/test/apps/rails8/Gemfile
opt/brakeman/test/apps/rails8/app/
opt/brakeman/test/apps/rails8/app/assets/
opt/brakeman/test/apps/rails8/app/assets/stylesheets/
opt/brakeman/test/apps/rails8/app/assets/stylesheets/application.css
opt/brakeman/test/apps/rails8/app/channels/
opt/brakeman/test/apps/rails8/app/channels/application_cable/
opt/brakeman/test/apps/rails8/app/channels/application_cable/channel.rb
opt/brakeman/test/apps/rails8/app/channels/application_cable/connection.rb
opt/brakeman/test/apps/rails8/app/controllers/
opt/brakeman/test/apps/rails8/app/controllers/application_controller.rb
opt/brakeman/test/apps/rails8/app/controllers/users_controller.rb
opt/brakeman/test/apps/rails8/app/helpers/
opt/brakeman/test/apps/rails8/app/helpers/application_helper.rb
opt/brakeman/test/apps/rails8/app/helpers/users_helper.rb
opt/brakeman/test/apps/rails8/app/javascript/
opt/brakeman/test/apps/rails8/app/javascript/application.js
opt/brakeman/test/apps/rails8/app/javascript/controllers/
opt/brakeman/test/apps/rails8/app/javascript/controllers/application.js
opt/brakeman/test/apps/rails8/app/javascript/controllers/hello_controller.js
opt/brakeman/test/apps/rails8/app/javascript/controllers/index.js
opt/brakeman/test/apps/rails8/app/jobs/
opt/brakeman/test/apps/rails8/app/jobs/application_job.rb
opt/brakeman/test/apps/rails8/app/mailers/
opt/brakeman/test/apps/rails8/app/mailers/application_mailer.rb
opt/brakeman/test/apps/rails8/app/models/
opt/brakeman/test/apps/rails8/app/models/application_record.rb
opt/brakeman/test/apps/rails8/app/models/thing.rb
opt/brakeman/test/apps/rails8/app/models/user.rb
opt/brakeman/test/apps/rails8/app/views/
opt/brakeman/test/apps/rails8/app/views/layouts/
opt/brakeman/test/apps/rails8/app/views/layouts/application.html.erb
opt/brakeman/test/apps/rails8/app/views/layouts/mailer.html.erb
opt/brakeman/test/apps/rails8/app/views/layouts/mailer.text.erb
opt/brakeman/test/apps/rails8/app/views/pwa/
opt/brakeman/test/apps/rails8/app/views/pwa/manifest.json.erb
opt/brakeman/test/apps/rails8/app/views/pwa/service-worker.js
opt/brakeman/test/apps/rails8/app/views/things/
opt/brakeman/test/apps/rails8/app/views/things/_thing.html.erb
opt/brakeman/test/apps/rails8/app/views/things/index.html.erb
opt/brakeman/test/apps/rails8/app/views/users/
opt/brakeman/test/apps/rails8/app/views/users/_form.html.erb
opt/brakeman/test/apps/rails8/app/views/users/_user.html.erb
opt/brakeman/test/apps/rails8/app/views/users/_user.json.jbuilder
opt/brakeman/test/apps/rails8/app/views/users/dom_id.haml
opt/brakeman/test/apps/rails8/app/views/users/edit.html.erb
opt/brakeman/test/apps/rails8/app/views/users/index.html.erb
opt/brakeman/test/apps/rails8/app/views/users/index.json.jbuilder
opt/brakeman/test/apps/rails8/app/views/users/new.html.erb
opt/brakeman/test/apps/rails8/app/views/users/show.html.erb
opt/brakeman/test/apps/rails8/app/views/users/show.json.jbuilder
opt/brakeman/test/apps/rails8/bin/
opt/brakeman/test/apps/rails8/bin/brakeman
opt/brakeman/test/apps/rails8/bin/importmap
opt/brakeman/test/apps/rails8/bin/kamal
opt/brakeman/test/apps/rails8/bin/rails
opt/brakeman/test/apps/rails8/bin/rake
opt/brakeman/test/apps/rails8/bin/rubocop
opt/brakeman/test/apps/rails8/bin/setup
opt/brakeman/test/apps/rails8/config.ru
opt/brakeman/test/apps/rails8/config/
opt/brakeman/test/apps/rails8/config/application.rb
opt/brakeman/test/apps/rails8/config/boot.rb
opt/brakeman/test/apps/rails8/config/cable.yml
opt/brakeman/test/apps/rails8/config/credentials.yml.enc
opt/brakeman/test/apps/rails8/config/database.yml
opt/brakeman/test/apps/rails8/config/deploy.yml
opt/brakeman/test/apps/rails8/config/environment.rb
opt/brakeman/test/apps/rails8/config/environments/
opt/brakeman/test/apps/rails8/config/environments/development.rb
opt/brakeman/test/apps/rails8/config/environments/production.rb
opt/brakeman/test/apps/rails8/config/environments/test.rb
opt/brakeman/test/apps/rails8/config/importmap.rb
opt/brakeman/test/apps/rails8/config/initializers/
opt/brakeman/test/apps/rails8/config/initializers/assets.rb
opt/brakeman/test/apps/rails8/config/initializers/content_security_policy.rb
opt/brakeman/test/apps/rails8/config/initializers/filter_parameter_logging.rb
opt/brakeman/test/apps/rails8/config/initializers/inflections.rb
opt/brakeman/test/apps/rails8/config/initializers/permissions_policy.rb
opt/brakeman/test/apps/rails8/config/locales/
opt/brakeman/test/apps/rails8/config/locales/en.yml
opt/brakeman/test/apps/rails8/config/master.key
opt/brakeman/test/apps/rails8/config/puma.rb
opt/brakeman/test/apps/rails8/config/routes.rb
opt/brakeman/test/apps/rails8/config/storage.yml
opt/brakeman/test/apps/rails8/lib/
opt/brakeman/test/apps/rails8/lib/cmd.rb
opt/brakeman/test/apps/rails8/lib/evals.rb
opt/brakeman/test/apps/rails8/lib/masgn.rb
opt/brakeman/test/apps/rails_with_xss_plugin/
opt/brakeman/test/apps/rails_with_xss_plugin/Gemfile
opt/brakeman/test/apps/rails_with_xss_plugin/README
opt/brakeman/test/apps/rails_with_xss_plugin/Rakefile
opt/brakeman/test/apps/rails_with_xss_plugin/app/
opt/brakeman/test/apps/rails_with_xss_plugin/app/controllers/
opt/brakeman/test/apps/rails_with_xss_plugin/app/controllers/application_controller.rb
opt/brakeman/test/apps/rails_with_xss_plugin/app/controllers/posts_controller.rb
opt/brakeman/test/apps/rails_with_xss_plugin/app/controllers/users_controller.rb
opt/brakeman/test/apps/rails_with_xss_plugin/app/helpers/
opt/brakeman/test/apps/rails_with_xss_plugin/app/helpers/application_helper.rb
opt/brakeman/test/apps/rails_with_xss_plugin/app/helpers/posts_helper.rb
opt/brakeman/test/apps/rails_with_xss_plugin/app/helpers/users_helper.rb
opt/brakeman/test/apps/rails_with_xss_plugin/app/models/
opt/brakeman/test/apps/rails_with_xss_plugin/app/models/post.rb
opt/brakeman/test/apps/rails_with_xss_plugin/app/models/user.rb
opt/brakeman/test/apps/rails_with_xss_plugin/app/views/
opt/brakeman/test/apps/rails_with_xss_plugin/app/views/layouts/
opt/brakeman/test/apps/rails_with_xss_plugin/app/views/layouts/posts.html.erb
opt/brakeman/test/apps/rails_with_xss_plugin/app/views/layouts/users.html.erb
opt/brakeman/test/apps/rails_with_xss_plugin/app/views/posts/
opt/brakeman/test/apps/rails_with_xss_plugin/app/views/posts/_show.html.erb
opt/brakeman/test/apps/rails_with_xss_plugin/app/views/posts/edit.html.erb
opt/brakeman/test/apps/rails_with_xss_plugin/app/views/posts/index.html.erb
opt/brakeman/test/apps/rails_with_xss_plugin/app/views/posts/new.html.erb
opt/brakeman/test/apps/rails_with_xss_plugin/app/views/posts/show.html.erb
opt/brakeman/test/apps/rails_with_xss_plugin/app/views/posts/show_topic.html.erb
opt/brakeman/test/apps/rails_with_xss_plugin/app/views/users/
opt/brakeman/test/apps/rails_with_xss_plugin/app/views/users/_user.html.erb
opt/brakeman/test/apps/rails_with_xss_plugin/app/views/users/edit.html.erb
opt/brakeman/test/apps/rails_with_xss_plugin/app/views/users/index.html.erb
opt/brakeman/test/apps/rails_with_xss_plugin/app/views/users/login.html.erb
opt/brakeman/test/apps/rails_with_xss_plugin/app/views/users/new.html.erb
opt/brakeman/test/apps/rails_with_xss_plugin/app/views/users/results.html.erb
opt/brakeman/test/apps/rails_with_xss_plugin/app/views/users/search.html.erb
opt/brakeman/test/apps/rails_with_xss_plugin/app/views/users/show.html.erb
opt/brakeman/test/apps/rails_with_xss_plugin/app/views/users/test_sanitize.html.erb
opt/brakeman/test/apps/rails_with_xss_plugin/app/views/users/to_json.html.erb
opt/brakeman/test/apps/rails_with_xss_plugin/config/
opt/brakeman/test/apps/rails_with_xss_plugin/config/boot.rb
opt/brakeman/test/apps/rails_with_xss_plugin/config/database.yml
opt/brakeman/test/apps/rails_with_xss_plugin/config/environment.rb
opt/brakeman/test/apps/rails_with_xss_plugin/config/environments/
opt/brakeman/test/apps/rails_with_xss_plugin/config/environments/development.rb
opt/brakeman/test/apps/rails_with_xss_plugin/config/environments/production.rb
opt/brakeman/test/apps/rails_with_xss_plugin/config/environments/test.rb
opt/brakeman/test/apps/rails_with_xss_plugin/config/initializers/
opt/brakeman/test/apps/rails_with_xss_plugin/config/initializers/backtrace_silencers.rb
opt/brakeman/test/apps/rails_with_xss_plugin/config/initializers/cookie_verification_secret.rb
opt/brakeman/test/apps/rails_with_xss_plugin/config/initializers/inflections.rb
opt/brakeman/test/apps/rails_with_xss_plugin/config/initializers/json_parsing.rb
opt/brakeman/test/apps/rails_with_xss_plugin/config/initializers/mime_types.rb
opt/brakeman/test/apps/rails_with_xss_plugin/config/initializers/new_rails_defaults.rb
opt/brakeman/test/apps/rails_with_xss_plugin/config/initializers/session_store.rb
opt/brakeman/test/apps/rails_with_xss_plugin/config/initializers/single_quote_workaround.rb
opt/brakeman/test/apps/rails_with_xss_plugin/config/initializers/yaml_parsing.rb
opt/brakeman/test/apps/rails_with_xss_plugin/config/locales/
opt/brakeman/test/apps/rails_with_xss_plugin/config/locales/en.yml
opt/brakeman/test/apps/rails_with_xss_plugin/config/routes.rb
opt/brakeman/test/apps/rails_with_xss_plugin/db/
opt/brakeman/test/apps/rails_with_xss_plugin/db/migrate/
opt/brakeman/test/apps/rails_with_xss_plugin/db/migrate/20120312064721_create_users.rb
opt/brakeman/test/apps/rails_with_xss_plugin/db/migrate/20120312065023_create_posts.rb
opt/brakeman/test/apps/rails_with_xss_plugin/db/schema.rb
opt/brakeman/test/apps/rails_with_xss_plugin/db/seeds.rb
opt/brakeman/test/apps/rails_with_xss_plugin/doc/
opt/brakeman/test/apps/rails_with_xss_plugin/doc/README_FOR_APP
opt/brakeman/test/apps/rails_with_xss_plugin/public/
opt/brakeman/test/apps/rails_with_xss_plugin/public/404.html
opt/brakeman/test/apps/rails_with_xss_plugin/public/422.html
opt/brakeman/test/apps/rails_with_xss_plugin/public/500.html
opt/brakeman/test/apps/rails_with_xss_plugin/public/favicon.ico
opt/brakeman/test/apps/rails_with_xss_plugin/public/images/
opt/brakeman/test/apps/rails_with_xss_plugin/public/images/rails.png
opt/brakeman/test/apps/rails_with_xss_plugin/public/javascripts/
opt/brakeman/test/apps/rails_with_xss_plugin/public/javascripts/application.js
opt/brakeman/test/apps/rails_with_xss_plugin/public/javascripts/controls.js
opt/brakeman/test/apps/rails_with_xss_plugin/public/javascripts/dragdrop.js
opt/brakeman/test/apps/rails_with_xss_plugin/public/javascripts/effects.js
opt/brakeman/test/apps/rails_with_xss_plugin/public/javascripts/prototype.js
opt/brakeman/test/apps/rails_with_xss_plugin/public/robots.txt
opt/brakeman/test/apps/rails_with_xss_plugin/public/stylesheets/
opt/brakeman/test/apps/rails_with_xss_plugin/public/stylesheets/scaffold.css
opt/brakeman/test/apps/rails_with_xss_plugin/script/
opt/brakeman/test/apps/rails_with_xss_plugin/script/about
opt/brakeman/test/apps/rails_with_xss_plugin/script/console
opt/brakeman/test/apps/rails_with_xss_plugin/script/dbconsole
opt/brakeman/test/apps/rails_with_xss_plugin/script/destroy
opt/brakeman/test/apps/rails_with_xss_plugin/script/generate
opt/brakeman/test/apps/rails_with_xss_plugin/script/performance/
opt/brakeman/test/apps/rails_with_xss_plugin/script/performance/benchmarker
opt/brakeman/test/apps/rails_with_xss_plugin/script/performance/profiler
opt/brakeman/test/apps/rails_with_xss_plugin/script/plugin
opt/brakeman/test/apps/rails_with_xss_plugin/script/runner
opt/brakeman/test/apps/rails_with_xss_plugin/script/server
opt/brakeman/test/apps/rails_with_xss_plugin/test/
opt/brakeman/test/apps/rails_with_xss_plugin/test/fixtures/
opt/brakeman/test/apps/rails_with_xss_plugin/test/fixtures/posts.yml
opt/brakeman/test/apps/rails_with_xss_plugin/test/fixtures/users.yml
opt/brakeman/test/apps/rails_with_xss_plugin/test/functional/
opt/brakeman/test/apps/rails_with_xss_plugin/test/functional/posts_controller_test.rb
opt/brakeman/test/apps/rails_with_xss_plugin/test/functional/users_controller_test.rb
opt/brakeman/test/apps/rails_with_xss_plugin/test/performance/
opt/brakeman/test/apps/rails_with_xss_plugin/test/performance/browsing_test.rb
opt/brakeman/test/apps/rails_with_xss_plugin/test/test_helper.rb
opt/brakeman/test/apps/rails_with_xss_plugin/test/unit/
opt/brakeman/test/apps/rails_with_xss_plugin/test/unit/helpers/
opt/brakeman/test/apps/rails_with_xss_plugin/test/unit/helpers/posts_helper_test.rb
opt/brakeman/test/apps/rails_with_xss_plugin/test/unit/helpers/users_helper_test.rb
opt/brakeman/test/apps/rails_with_xss_plugin/test/unit/post_test.rb
opt/brakeman/test/apps/rails_with_xss_plugin/test/unit/user_test.rb
opt/brakeman/test/apps/rails_with_xss_plugin/vendor/
opt/brakeman/test/apps/rails_with_xss_plugin/vendor/plugins/
opt/brakeman/test/apps/rails_with_xss_plugin/vendor/plugins/rails_xss/
opt/brakeman/test/apps/rails_with_xss_plugin/vendor/plugins/rails_xss/README
opt/brakeman/test/test.rb
opt/brakeman/test/tests/
opt/brakeman/test/tests/active_record_only.rb
opt/brakeman/test/tests/alias_processor.rb
opt/brakeman/test/tests/app_tree.rb
opt/brakeman/test/tests/brakeman.rb
opt/brakeman/test/tests/call_index.rb
opt/brakeman/test/tests/checks.rb
opt/brakeman/test/tests/codeclimate_engine_configuration.rb
opt/brakeman/test/tests/codeclimate_output.rb
opt/brakeman/test/tests/commandline.rb
opt/brakeman/test/tests/config.rb
opt/brakeman/test/tests/constants.rb
opt/brakeman/test/tests/cves.rb
opt/brakeman/test/tests/differ.rb
opt/brakeman/test/tests/file_cache.rb
opt/brakeman/test/tests/file_parser.rb
opt/brakeman/test/tests/file_path.rb
opt/brakeman/test/tests/find_return_value.rb
opt/brakeman/test/tests/github_output.rb
opt/brakeman/test/tests/ignore.rb
opt/brakeman/test/tests/json_compare.rb
opt/brakeman/test/tests/json_output.rb
opt/brakeman/test/tests/junit_output.rb
opt/brakeman/test/tests/logger.rb
opt/brakeman/test/tests/markdown_output.rb
opt/brakeman/test/tests/mass_assign_disable.rb
opt/brakeman/test/tests/oj.rb
opt/brakeman/test/tests/only_files_option.rb
opt/brakeman/test/tests/options.rb
opt/brakeman/test/tests/output_processor.rb
opt/brakeman/test/tests/pager.rb
opt/brakeman/test/tests/parser_timeout.rb
opt/brakeman/test/tests/rails2.rb
opt/brakeman/test/tests/rails3.rb
opt/brakeman/test/tests/rails31.rb
opt/brakeman/test/tests/rails32.rb
opt/brakeman/test/tests/rails4.rb
opt/brakeman/test/tests/rails4_with_engines.rb
opt/brakeman/test/tests/rails5.rb
opt/brakeman/test/tests/rails52.rb
opt/brakeman/test/tests/rails52_csrf.rb
opt/brakeman/test/tests/rails6.rb
opt/brakeman/test/tests/rails7.rb
opt/brakeman/test/tests/rails7_redirect.rb
opt/brakeman/test/tests/rails8.rb
opt/brakeman/test/tests/rails_61_sql.rb
opt/brakeman/test/tests/rails_lts.rb
opt/brakeman/test/tests/rails_with_xss_plugin.rb
opt/brakeman/test/tests/render_path.rb
opt/brakeman/test/tests/report_generation.rb
opt/brakeman/test/tests/rescanner.rb
opt/brakeman/test/tests/routes_error.rb
opt/brakeman/test/tests/sarif_output.rb
opt/brakeman/test/tests/sexp.rb
opt/brakeman/test/tests/sonar_output.rb
opt/brakeman/test/tests/tabs_output.rb
opt/brakeman/test/tests/tracker.rb
opt/brakeman/test/tests/warning.rb
opt/brakeman/test/to_test.rb
usr/
usr/bin/
usr/bin/brakeman
usr/share/
usr/share/brakeman/
usr/share/doc/
usr/share/doc/brakeman/
usr/share/doc/brakeman/README.md
usr/share/licenses/
usr/share/licenses/brakeman/
usr/share/licenses/brakeman/LICENSE
