Codesake::Commons

Codesake::Commons is the common framework under the codesake.com project. It defines core data structure, logging facilities and all other stuff needed by:

  • codesake-dusk
  • codesake-dawn

Installation

Add this line to your application's Gemfile:

gem 'codesake-commons'

And then execute:

$ bundle

Or install it yourself as:

$ gem install codesake-commons

Usage

Using Codesake::Commons::Target

Codesake::Commons::Target is intended to be the code object containing all the information a security specialist needs during his activity.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request