Project

bugcrowd

0.01
Repository is archived
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Ruby wrapper for the Bugcrowd HTTP API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.14
~> 5.0
~> 10.0

Runtime

~> 0.55
 Project Readme

Bugcrowd

(Unofficial) Ruby wrapper for the Bugcrowd HTTP API.

Installation

Add this line to your application's Gemfile:

gem 'bugcrowd'

And then execute:

$ bundle

Or install it yourself as:

$ gem install bugcrowd

Usage

Locally or in production, expose your Bugcrowd API credentials via environment variables:

export BUGCROWD_USER=yourusername
export BUGCROWD_PASSWORD=yourpass

Then use the client in either of two ways:

Bugcrowd.list_bounties

client = Bugcrowd::Client.new(username: 'yourusername', password: 'yourpass')
client.list_bounties

Development

After checking out the repo, run bin/setup to install dependencies. Then, run rake test to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.

License

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