# -*- encoding: utf-8 -*- # stub: tainted_love 0.4.1 ruby lib Gem::Specification.new do |s| s.name = "tainted_love".freeze s.version = "0.4.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Benoit Cote-Jodoin".freeze] s.bindir = "exe".freeze s.date = "2020-02-27" s.email = ["benoit.cotejodoin@shopify.com".freeze] s.files = [".github/probots.yml".freeze, ".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".ruby-version".freeze, ".travis.yml".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "bin/test".freeze, "dev.yml".freeze, "lib/tainted_love.rb".freeze, "lib/tainted_love/configuration.rb".freeze, "lib/tainted_love/replacer/base.rb".freeze, "lib/tainted_love/replacer/replace_action_controller.rb".freeze, "lib/tainted_love/replacer/replace_action_view.rb".freeze, "lib/tainted_love/replacer/replace_active_record.rb".freeze, "lib/tainted_love/replacer/replace_digest.rb".freeze, "lib/tainted_love/replacer/replace_file.rb".freeze, "lib/tainted_love/replacer/replace_graphql.rb".freeze, "lib/tainted_love/replacer/replace_kernel.rb".freeze, "lib/tainted_love/replacer/replace_marshal.rb".freeze, "lib/tainted_love/replacer/replace_object.rb".freeze, "lib/tainted_love/replacer/replace_rack_builder.rb".freeze, "lib/tainted_love/replacer/replace_rack_file.rb".freeze, "lib/tainted_love/replacer/replace_rack_query_parser.rb".freeze, "lib/tainted_love/replacer/replace_rails_user_input.rb".freeze, "lib/tainted_love/replacer/replace_sprokets.rb".freeze, "lib/tainted_love/replacer/replace_string.rb".freeze, "lib/tainted_love/replacer/replace_tag_builder.rb".freeze, "lib/tainted_love/replacer/replace_yaml.rb".freeze, "lib/tainted_love/reporter/base.rb".freeze, "lib/tainted_love/reporter/file_reporter.rb".freeze, "lib/tainted_love/reporter/stdout_reporter.rb".freeze, "lib/tainted_love/stack_trace.rb".freeze, "lib/tainted_love/utils.rb".freeze, "lib/tainted_love/utils/proxy.rb".freeze, "lib/tainted_love/validator/action_dispatch_diagnostics.rb".freeze, "lib/tainted_love/validator/action_view_object_send.rb".freeze, "lib/tainted_love/validator/active_record_find.rb".freeze, "lib/tainted_love/validator/base.rb".freeze, "lib/tainted_love/validator/erb_eval.rb".freeze, "lib/tainted_love/validator/haml_eval.rb".freeze, "lib/tainted_love/validator/i18n_load.rb".freeze, "lib/tainted_love/validator/ignore.rb".freeze, "lib/tainted_love/validator/rack_builder_eval.rb".freeze, "lib/tainted_love/validator/railties_yaml_load.rb".freeze, "lib/tainted_love/validator/rake_testtask.rb".freeze, "lib/tainted_love/validator/redis_store_serialization.rb".freeze, "lib/tainted_love/validator/sprokets_marshal.rb".freeze, "lib/tainted_love/validator/webpacker_yaml.rb".freeze, "lib/tainted_love/version.rb".freeze, "lib/tainted_love/warning.rb".freeze, "service.yml".freeze, "tainted_love.gemspec".freeze, "tests/rails/.gitignore".freeze, "tests/rails/.ruby-version".freeze, "tests/rails/Gemfile".freeze, "tests/rails/Gemfile.lock".freeze, "tests/rails/README.md".freeze, "tests/rails/Rakefile".freeze, "tests/rails/app/assets/config/manifest.js".freeze, "tests/rails/app/assets/images/.keep".freeze, "tests/rails/app/assets/javascripts/application.js".freeze, "tests/rails/app/assets/javascripts/cable.js".freeze, "tests/rails/app/assets/javascripts/channels/.keep".freeze, "tests/rails/app/assets/javascripts/products.coffee".freeze, "tests/rails/app/assets/stylesheets/application.css".freeze, "tests/rails/app/assets/stylesheets/products.scss".freeze, "tests/rails/app/assets/stylesheets/scaffolds.scss".freeze, "tests/rails/app/channels/application_cable/channel.rb".freeze, "tests/rails/app/channels/application_cable/connection.rb".freeze, "tests/rails/app/controllers/application_controller.rb".freeze, "tests/rails/app/controllers/concerns/.keep".freeze, "tests/rails/app/controllers/graphql_controller.rb".freeze, "tests/rails/app/controllers/products_controller.rb".freeze, "tests/rails/app/controllers/test_cases_controller.rb".freeze, "tests/rails/app/graphql/example_schema.rb".freeze, "tests/rails/app/graphql/mutations/.keep".freeze, "tests/rails/app/graphql/types/.keep".freeze, "tests/rails/app/graphql/types/base_enum.rb".freeze, "tests/rails/app/graphql/types/base_input_object.rb".freeze, "tests/rails/app/graphql/types/base_interface.rb".freeze, "tests/rails/app/graphql/types/base_object.rb".freeze, "tests/rails/app/graphql/types/base_scalar.rb".freeze, "tests/rails/app/graphql/types/base_union.rb".freeze, "tests/rails/app/graphql/types/mutation_type.rb".freeze, "tests/rails/app/graphql/types/product_type.rb".freeze, "tests/rails/app/graphql/types/query_type.rb".freeze, "tests/rails/app/graphql/types/taint_test_case_input.rb".freeze, "tests/rails/app/helpers/application_helper.rb".freeze, "tests/rails/app/helpers/products_helper.rb".freeze, "tests/rails/app/helpers/test_cases_helper.rb".freeze, "tests/rails/app/jobs/application_job.rb".freeze, "tests/rails/app/mailers/application_mailer.rb".freeze, "tests/rails/app/models/application_record.rb".freeze, "tests/rails/app/models/concerns/.keep".freeze, "tests/rails/app/models/product.rb".freeze, "tests/rails/app/views/layouts/application.html.erb".freeze, "tests/rails/app/views/layouts/mailer.html.erb".freeze, "tests/rails/app/views/layouts/mailer.text.erb".freeze, "tests/rails/app/views/products/_form.html.erb".freeze, "tests/rails/app/views/products/_product.json.jbuilder".freeze, "tests/rails/app/views/products/edit.html.erb".freeze, "tests/rails/app/views/products/index.html.erb".freeze, "tests/rails/app/views/products/index.json.jbuilder".freeze, "tests/rails/app/views/products/new.html.erb".freeze, "tests/rails/app/views/products/show.html.erb".freeze, "tests/rails/app/views/products/show.json.jbuilder".freeze, "tests/rails/app/views/test_cases/xss.html.erb".freeze, "tests/rails/bin/bundle".freeze, "tests/rails/bin/rails".freeze, "tests/rails/bin/rake".freeze, "tests/rails/bin/setup".freeze, "tests/rails/bin/spring".freeze, "tests/rails/bin/update".freeze, "tests/rails/bin/yarn".freeze, "tests/rails/config.ru".freeze, "tests/rails/config/application.rb".freeze, "tests/rails/config/boot.rb".freeze, "tests/rails/config/cable.yml".freeze, "tests/rails/config/credentials.yml.enc".freeze, "tests/rails/config/database.yml".freeze, "tests/rails/config/environment.rb".freeze, "tests/rails/config/environments/development.rb".freeze, "tests/rails/config/environments/production.rb".freeze, "tests/rails/config/environments/test.rb".freeze, "tests/rails/config/initializers/application_controller_renderer.rb".freeze, "tests/rails/config/initializers/assets.rb".freeze, "tests/rails/config/initializers/backtrace_silencers.rb".freeze, "tests/rails/config/initializers/content_security_policy.rb".freeze, "tests/rails/config/initializers/cookies_serializer.rb".freeze, "tests/rails/config/initializers/filter_parameter_logging.rb".freeze, "tests/rails/config/initializers/inflections.rb".freeze, "tests/rails/config/initializers/mime_types.rb".freeze, "tests/rails/config/initializers/tainted_love.rb".freeze, "tests/rails/config/initializers/wrap_parameters.rb".freeze, "tests/rails/config/locales/en.yml".freeze, "tests/rails/config/puma.rb".freeze, "tests/rails/config/routes.rb".freeze, "tests/rails/config/spring.rb".freeze, "tests/rails/config/storage.yml".freeze, "tests/rails/db/migrate/20190311220346_create_products.rb".freeze, "tests/rails/db/schema.rb".freeze, "tests/rails/db/seeds.rb".freeze, "tests/rails/lib/assets/.keep".freeze, "tests/rails/lib/tasks/.keep".freeze, "tests/rails/log/.keep".freeze, "tests/rails/package.json".freeze, "tests/rails/public/404.html".freeze, "tests/rails/public/422.html".freeze, "tests/rails/public/500.html".freeze, "tests/rails/public/apple-touch-icon-precomposed.png".freeze, "tests/rails/public/apple-touch-icon.png".freeze, "tests/rails/public/favicon.ico".freeze, "tests/rails/public/robots.txt".freeze, "tests/rails/storage/.keep".freeze, "tests/rails/test.sh".freeze, "tests/rails/test/application_system_test_case.rb".freeze, "tests/rails/test/controllers/.keep".freeze, "tests/rails/test/controllers/graphql_controller_test.rb".freeze, "tests/rails/test/controllers/products_controller_test.rb".freeze, "tests/rails/test/controllers/test_cases_controller_test.rb".freeze, "tests/rails/test/fixtures/.keep".freeze, "tests/rails/test/fixtures/files/.keep".freeze, "tests/rails/test/fixtures/products.yml".freeze, "tests/rails/test/helpers/.keep".freeze, "tests/rails/test/integration/.keep".freeze, "tests/rails/test/mailers/.keep".freeze, "tests/rails/test/models/.keep".freeze, "tests/rails/test/models/product_test.rb".freeze, "tests/rails/test/replacers/replace_active_record_test.rb".freeze, "tests/rails/test/replacers/replace_rails_user_input_test.rb".freeze, "tests/rails/test/replacers/replace_sprokets_test.rb".freeze, "tests/rails/test/system/.keep".freeze, "tests/rails/test/system/products_test.rb".freeze, "tests/rails/test/test_helper.rb".freeze, "tests/rails/tmp/.keep".freeze, "tests/rails/vendor/.keep".freeze, "tests/sinatra/Gemfile".freeze, "tests/sinatra/Gemfile.lock".freeze, "tests/sinatra/app.rb".freeze, "tests/sinatra/test.sh".freeze, "tests/sinatra/views/xss.erb".freeze, "tools/web/.gitignore".freeze, "tools/web/Gemfile".freeze, "tools/web/application.rb".freeze, "tools/web/public/application.css".freeze, "tools/web/public/application.js".freeze, "tools/web/views/index.erb".freeze, "tools/web/views/input.erb".freeze, "tools/web/views/layout.erb".freeze, "tools/web/views/line.erb".freeze, "tools/web/views/warning.erb".freeze, "tools/web/views/warnings.erb".freeze] s.homepage = "https://github.com/Shopify/tainted_love".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "TaintedLove is a dynamic security analysis tool for Ruby".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.17".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.65.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.9.18".freeze]) end