How RuboCop Can Secure Your Ruby and Rails Applications
In the last two posts, we covered setting up bundler-audit to identify vulnerable dependencies and brakeman for static code analysis. In this post, we will focus on using RuboCop as static code analyzer for security checks. While RuboCop is known as a linter and formatter, it also comes with some security rules and can be extended with […]
Read More