

-
As with the other articles, RailsGoat will be used to explore some aspects of these threats in practice. If you're new here, please refer to the previous two articles to get the app set up and get acquainted with what we’ve explored so far. Let's jump right in!
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
If you’re migrating from Rails 3 to a newer version and still don’t want to deal with that specific part, Rails still allows the use of the protected_attributes gem for a smoother upgrade path, but be mindful that this is just until version 5. From there on, no more support will be provided.
-
This allows Rails to escape any HTML content in JSON responses, which is great. Make sure to always double-check whether the value is set to true since there’s some controversy about the default value, depending on the version of Rails.
-
Other useful gems you may take a look at are dawnscanner, reek, and hakiri_toolbelt.
-
Let’s take the super famous gem bundler-audit, for instance. It works closely with bundler to provide patch-level verification for your project gems, such as vulnerability checks, insecure gem sources, etc.
-
Another great lib for this is Brakeman, which can be installed in a very similar process and gives you even more detailed reports:
-
dawnscanner
Dawn is a static analysis security scanner for ruby written web applications. It supports Sinatra, Padrino and Ruby on Rails frameworks.
Other useful gems you may take a look at are dawnscanner, reek, and hakiri_toolbelt.
-
Nutrient
Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers. Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
-
Other useful gems you may take a look at are dawnscanner, reek, and hakiri_toolbelt.
Related posts
-
What are some common strategies for preventing SQL injection vulnerabilities in Rails beyond ActiveRecord?
-
First commits in a Ruby on Rails app
-
Github Pre-commit Hook Setup In Ruby On Rails for maintaining coding standards and productive.
-
Is this query vulnerable to SQL injections?
-
Fixing Just One False Positive in Brakeman