- Recreated entire project using https://github.com/rubocop/rubocop-extension-generator
- Added
EnsureRedirect
- Added
RubyVersionFile
: Ensure we read Gemfile ruby version from.ruby-version
file
- Forked from gitlab-security
- Added
CommandLiteralInjection
: Passing user input to `` and %x without sanitization and parameterization can result in command injection)