Skip to content

Myaushka/rails-travis-example

 
 

Repository files navigation

Build Status Code Climate

Rails Travis Example

Overview

This repo contains a Ruby on Rails Application that is being tested with Travis CI. Travis CI is running security tests and attacks against the application. This is meant to be an example of how to setup security testing inside your CI environment.

About the Ruby on Rails Application

The app, Triage, was written by Matt Konda and he awesomely donated it to be used for the secure pipeline project as the demo rails application. Thanks Matt! Please see Triage's README.md for more infomation on the application.

Branches

Note that Triage intentionally has two branches:

  • security_errors : contains many security holes
  • security_fixes : attempts to illustrate how to fix the holes

Setup

Once cloned, you should only have to:

$ bundle install
$ rake db:migrate
$ ./set_token.sh
$ bundle exec start_services

The app should be responding on http://localhost:3000

License

This repo and the entire secure-pipeline organization is licensed under the MIT license. Triage is licensed under the MIT license. Please see Triage's main repo for more information: https://github.com/Jemurai/triage

About

An example of a Ruby on Rails app in a CI pipeline being tested for security risks and vulnerabilites

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published