flyerhzm / rails-brakeman.com

online security check for rails projects

Home Page:http://rails-brakeman.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rails-brakeman.com

Security Status

Coderwall Endorse

![Click here to lend your support to: rails-brakeman.com and make a donation at www.pledgie.com !](https://www.pledgie.com/campaigns/17431.png? skin_name=chrome)

rails-brakeman.com is aimed to help developers find out the security issues in their rails codebase.

it is based on brakeman gem.

Setup

  1. git clone repository

  2. copy all config files and change to proper values

cp config/database.yml.example config/database.yml
cp config/github.yml.example config/github.yml
cp config/mailers.yml.example config/mailers.yml
  1. setup database
rake db:create && rake db:migrate
  1. start server
rails  s

About

online security check for rails projects

http://rails-brakeman.com


Languages

Language:Ruby 86.5%Language:HTML 10.3%Language:CSS 2.2%Language:JavaScript 1.0%Language:CoffeeScript 0.1%