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

https://github.com/contrast-security-oss/vulneruby


https://github.com/contrast-security-oss/vulneruby

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Vulneruby

This gem is going to be used to help consolidate our testing apps.
The eventual goal being all triggers live here for shared testing and maintainence.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'vulneruby', git: 'https://github.com/Contrast-Security-OSS/vulneruby'
```

And then execute:

$ bundle install

## Development

1.) Clone the repo

2.) Run `bundle install`

3.) Start making changes, be sure to add tests for any changes made.