An open API service indexing awesome lists of open source software.

https://github.com/bugcrowd/bmt-ruby

Rubygem for the Bugcrowd Methodology Taxonomy
https://github.com/bugcrowd/bmt-ruby

Last synced: about 1 month ago
JSON representation

Rubygem for the Bugcrowd Methodology Taxonomy

Awesome Lists containing this project

README

          

# Bugcrowd Methodology Taxonomy Rubygem

![build BMT](https://github.com/bugcrowd/bmt-ruby/actions/workflows/build.yml/badge.svg?branch=main)

While the Content and Structure is defined in the [Methodology Taxonomy](https://github.com/bugcrowd/methodology-taxonomy), this defines methods to allow for easy handling of methodologies logic. This gem is used and maintained by [Bugcrowd Engineering](https://bugcrowd.com).

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'bmt-ruby'
```

## Usage

For convenience in development, we provide a utility for spinning up a
playground for playing with the gem. You can invoke it with:

```bash
bin/console
```