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
- Host: GitHub
- URL: https://github.com/bugcrowd/bmt-ruby
- Owner: bugcrowd
- License: mit
- Created: 2021-06-23T01:50:47.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-05-08T02:10:46.000Z (almost 3 years ago)
- Last Synced: 2024-04-24T19:32:07.200Z (about 2 years ago)
- Language: Ruby
- Size: 42 KB
- Stars: 0
- Watchers: 36
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Bugcrowd Methodology Taxonomy Rubygem

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
```