New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bugno-ruby

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bugno-ruby

  • 0.1.9
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Bugno

Installation

Add this line to your application's Gemfile:

gem 'bugno-ruby'

And then execute:

$ bundle install

Usage

$ rails g bugno [API-KEY]

Configuration

To setup additional configuration navigate to config/initializers/bugno.rb in your app directory

Send in background with threading:

Send exceptions asynchronous

config.send_in_background = true
Send rails exceptions

Change following line to skip rails exceptions:

config.exclude_rails_exceptions = false
Specify rails exceptions to suppress

Suppress only exceptions you wish to (e.g. ActionController::RoutingError), make sure config.exclude_rails_exceptions = true specified:

config.excluded_exceptions = ['ActionController::RoutingError']
Specify or add usage environments:
config.usage_environments = %w[production]
config.usage_environments << 'development'
Specify current user method:

Allows you to send user related data

config.current_user_method = 'current_user'

Leave it blank to prevent

Add scrub fields and headers:

Filters sensetive params(e.g. passwords, tokens, credit cards)

config.scrub_fields << 'password'
config.scrub_headers << 'access_token'
Defaults fields:
passwd password password_confirmation secret confirm_password password_confirmation secret_token api_key access_token session_id
Defaults header:
Authorization

License

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

FAQs

Package last updated on 19 Dec 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc