Skip to content

Instantly share code, notes, and snippets.

View skorth's full-sized avatar

Sascha Korth skorth

View GitHub Profile
@skorth
skorth / github.js
Last active January 15, 2018 10:46
Show all Github Comments
javascript:(function(){document.querySelectorAll('.outdated-diff-comment-container').forEach((el) => {el.classList.add('open')});}());
gem 'devise', '3.0.0'
bundle
gem install bundler-audit
bundle-audit update
bundle-audit
git clone https://github.com/OWASP/railsgoat.git
cd railsgoat
gem install brakeman
brakeman -o report.html
open report.html