rubysec / rubysec.com

Rails app that powers rubysec.com
https://rubysec.com
GNU General Public License v3.0
3 stars 3 forks source link

rubysec.com

Rails app that powers rubysec.com.

Pull requests welcome.

Setup

Requires ruby-2.3.1

bundle install

bundle exec rake db:create db:migrate

Load advisory database

# inside a console
RubysecImporter.new.import!

Run the tests

bundle exec rake test