Skip to content

Prevent rails routing errors caused by vulnerability scanners

License

Notifications You must be signed in to change notification settings

TalariaSoftware/iron_teapot

Repository files navigation

IronTeapot

Prevent rails routing errors caused by vulnerability scanners

Usage

Install

  1. Add GitHub as a potential gem repository in your Gemfile.
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
  1. Add the iron teapot to the list of gems in your Gemfile.
gem 'iron_teapot', github: 'TalariaSoftware/iron_teapot'
  1. Download and install the gem and update your Gemfile.lock.
bundle
  1. Add the Iron Teapot to your routes file, config/routes.rb.
mount IronTeapot::Engine => '/'

Update

bundle update iron_teapot

Contributing

Contribution directions go here.

License

The gem is available as open source under the terms of the Hippocratic License.

About

Prevent rails routing errors caused by vulnerability scanners

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published