https://github.com/contrast-security-oss/vulneruby
https://github.com/contrast-security-oss/vulneruby
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/contrast-security-oss/vulneruby
- Owner: Contrast-Security-OSS
- Created: 2020-05-27T17:31:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-13T15:06:41.000Z (over 1 year ago)
- Last Synced: 2025-01-19T21:38:03.742Z (over 1 year ago)
- Language: Ruby
- Size: 41 KB
- Stars: 1
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.