Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 491 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 491 Bytes

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:

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.