--- !ruby/object:Gem::Specification name: brakeman-min version: !ruby/object:Gem::Version version: 4.1.1 platform: ruby authors: - Justin Collins autorequire: bindir: bin cert_chain: - brakeman-public_cert.pem date: 2017-12-19 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: minitest requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: ruby_parser requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 3.10.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 3.10.0 - !ruby/object:Gem::Dependency name: sexp_processor requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '4.7' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '4.7' - !ruby/object:Gem::Dependency name: ruby2ruby requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 2.4.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 2.4.0 - !ruby/object:Gem::Dependency name: safe_yaml requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '1.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '1.0' description: Brakeman detects security vulnerabilities in Ruby on Rails applications via static analysis. This version of the gem only requires the minimum number of dependencies. Use the 'brakeman' gem for a full install. email: gem@brakeman.org executables: - brakeman extensions: [] extra_rdoc_files: [] files: - CHANGES.md - FEATURES - README.md - bin/brakeman - lib/brakeman.rb - lib/brakeman/app_tree.rb - lib/brakeman/call_index.rb - lib/brakeman/checks.rb - lib/brakeman/checks/base_check.rb - lib/brakeman/checks/check_basic_auth.rb - lib/brakeman/checks/check_basic_auth_timing_attack.rb - lib/brakeman/checks/check_content_tag.rb - lib/brakeman/checks/check_create_with.rb - lib/brakeman/checks/check_cross_site_scripting.rb - lib/brakeman/checks/check_default_routes.rb - lib/brakeman/checks/check_deserialize.rb - lib/brakeman/checks/check_detailed_exceptions.rb - lib/brakeman/checks/check_digest_dos.rb - lib/brakeman/checks/check_divide_by_zero.rb - lib/brakeman/checks/check_dynamic_finders.rb - lib/brakeman/checks/check_escape_function.rb - lib/brakeman/checks/check_evaluation.rb - lib/brakeman/checks/check_execute.rb - lib/brakeman/checks/check_file_access.rb - lib/brakeman/checks/check_file_disclosure.rb - lib/brakeman/checks/check_filter_skipping.rb - lib/brakeman/checks/check_forgery_setting.rb - lib/brakeman/checks/check_header_dos.rb - lib/brakeman/checks/check_i18n_xss.rb - lib/brakeman/checks/check_jruby_xml.rb - lib/brakeman/checks/check_json_encoding.rb - lib/brakeman/checks/check_json_parsing.rb - lib/brakeman/checks/check_link_to.rb - lib/brakeman/checks/check_link_to_href.rb - lib/brakeman/checks/check_mail_to.rb - lib/brakeman/checks/check_mass_assignment.rb - lib/brakeman/checks/check_mime_type_dos.rb - lib/brakeman/checks/check_model_attr_accessible.rb - lib/brakeman/checks/check_model_attributes.rb - lib/brakeman/checks/check_model_serialize.rb - lib/brakeman/checks/check_nested_attributes.rb - lib/brakeman/checks/check_nested_attributes_bypass.rb - lib/brakeman/checks/check_number_to_currency.rb - lib/brakeman/checks/check_permit_attributes.rb - lib/brakeman/checks/check_quote_table_name.rb - lib/brakeman/checks/check_redirect.rb - lib/brakeman/checks/check_regex_dos.rb - lib/brakeman/checks/check_render.rb - lib/brakeman/checks/check_render_dos.rb - lib/brakeman/checks/check_render_inline.rb - lib/brakeman/checks/check_response_splitting.rb - lib/brakeman/checks/check_route_dos.rb - lib/brakeman/checks/check_safe_buffer_manipulation.rb - lib/brakeman/checks/check_sanitize_methods.rb - lib/brakeman/checks/check_secrets.rb - lib/brakeman/checks/check_select_tag.rb - lib/brakeman/checks/check_select_vulnerability.rb - lib/brakeman/checks/check_send.rb - lib/brakeman/checks/check_send_file.rb - lib/brakeman/checks/check_session_manipulation.rb - lib/brakeman/checks/check_session_settings.rb - lib/brakeman/checks/check_simple_format.rb - lib/brakeman/checks/check_single_quotes.rb - lib/brakeman/checks/check_skip_before_filter.rb - lib/brakeman/checks/check_sql.rb - lib/brakeman/checks/check_sql_cves.rb - lib/brakeman/checks/check_ssl_verify.rb - lib/brakeman/checks/check_strip_tags.rb - lib/brakeman/checks/check_symbol_dos.rb - lib/brakeman/checks/check_symbol_dos_cve.rb - lib/brakeman/checks/check_translate_bug.rb - lib/brakeman/checks/check_unsafe_reflection.rb - lib/brakeman/checks/check_unscoped_find.rb - lib/brakeman/checks/check_validation_regex.rb - lib/brakeman/checks/check_weak_hash.rb - lib/brakeman/checks/check_without_protection.rb - lib/brakeman/checks/check_xml_dos.rb - lib/brakeman/checks/check_yaml_parsing.rb - lib/brakeman/codeclimate/engine_configuration.rb - lib/brakeman/commandline.rb - lib/brakeman/differ.rb - lib/brakeman/file_parser.rb - lib/brakeman/format/style.css - lib/brakeman/options.rb - lib/brakeman/parsers/rails2_erubis.rb - lib/brakeman/parsers/rails2_xss_plugin_erubis.rb - lib/brakeman/parsers/rails3_erubis.rb - lib/brakeman/parsers/template_parser.rb - lib/brakeman/processor.rb - lib/brakeman/processors/alias_processor.rb - lib/brakeman/processors/base_processor.rb - lib/brakeman/processors/config_processor.rb - lib/brakeman/processors/controller_alias_processor.rb - lib/brakeman/processors/controller_processor.rb - lib/brakeman/processors/erb_template_processor.rb - lib/brakeman/processors/erubis_template_processor.rb - lib/brakeman/processors/gem_processor.rb - lib/brakeman/processors/haml_template_processor.rb - lib/brakeman/processors/lib/basic_processor.rb - lib/brakeman/processors/lib/find_all_calls.rb - lib/brakeman/processors/lib/find_call.rb - lib/brakeman/processors/lib/find_return_value.rb - lib/brakeman/processors/lib/module_helper.rb - lib/brakeman/processors/lib/processor_helper.rb - lib/brakeman/processors/lib/rails2_config_processor.rb - lib/brakeman/processors/lib/rails2_route_processor.rb - lib/brakeman/processors/lib/rails3_config_processor.rb - lib/brakeman/processors/lib/rails3_route_processor.rb - lib/brakeman/processors/lib/render_helper.rb - lib/brakeman/processors/lib/render_path.rb - lib/brakeman/processors/lib/route_helper.rb - lib/brakeman/processors/lib/safe_call_helper.rb - lib/brakeman/processors/library_processor.rb - lib/brakeman/processors/model_processor.rb - lib/brakeman/processors/output_processor.rb - lib/brakeman/processors/route_processor.rb - lib/brakeman/processors/slim_template_processor.rb - lib/brakeman/processors/template_alias_processor.rb - lib/brakeman/processors/template_processor.rb - lib/brakeman/report.rb - lib/brakeman/report/config/remediation.yml - lib/brakeman/report/ignore/config.rb - lib/brakeman/report/ignore/interactive.rb - lib/brakeman/report/pager.rb - lib/brakeman/report/renderer.rb - lib/brakeman/report/report_base.rb - lib/brakeman/report/report_codeclimate.rb - lib/brakeman/report/report_csv.rb - lib/brakeman/report/report_hash.rb - lib/brakeman/report/report_html.rb - lib/brakeman/report/report_json.rb - lib/brakeman/report/report_markdown.rb - lib/brakeman/report/report_table.rb - lib/brakeman/report/report_tabs.rb - lib/brakeman/report/report_text.rb - lib/brakeman/report/templates/controller_overview.html.erb - lib/brakeman/report/templates/controller_warnings.html.erb - lib/brakeman/report/templates/error_overview.html.erb - lib/brakeman/report/templates/header.html.erb - lib/brakeman/report/templates/ignored_warnings.html.erb - lib/brakeman/report/templates/model_warnings.html.erb - lib/brakeman/report/templates/overview.html.erb - lib/brakeman/report/templates/security_warnings.html.erb - lib/brakeman/report/templates/template_overview.html.erb - lib/brakeman/report/templates/view_warnings.html.erb - lib/brakeman/report/templates/warning_overview.html.erb - lib/brakeman/rescanner.rb - lib/brakeman/scanner.rb - lib/brakeman/tracker.rb - lib/brakeman/tracker/collection.rb - lib/brakeman/tracker/config.rb - lib/brakeman/tracker/constants.rb - lib/brakeman/tracker/controller.rb - lib/brakeman/tracker/library.rb - lib/brakeman/tracker/model.rb - lib/brakeman/tracker/template.rb - lib/brakeman/util.rb - lib/brakeman/version.rb - lib/brakeman/warning.rb - lib/brakeman/warning_codes.rb - lib/ruby_parser/bm_sexp.rb - lib/ruby_parser/bm_sexp_processor.rb homepage: http://brakemanscanner.org licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.4.8 signing_key: specification_version: 4 summary: Security vulnerability scanner for Ruby on Rails. test_files: []