Rubycritic
A Ruby code quality reporter (by whitesmith)
Brakeman
A static analysis security vulnerability scanner for Ruby on Rails applications (by presidentbeef)
Our great sponsors
Rubycritic | Brakeman | |
---|---|---|
3 | 10 | |
3,131 | 6,600 | |
1.1% | - | |
4.2 | 6.8 | |
5 days ago | 17 days ago | |
Ruby | Ruby | |
MIT License | Q Public License 1.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Rubycritic
Posts with mentions or reviews of Rubycritic.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-26.
-
Improve Code in Your Ruby Application with RubyCritic
You should consider using RubyCritic if you want a single place to review code improvements for your project. Including RubyCritic in your development process will certainly reduce the time a development team spends working on technical debts. Most technical debts will be mapped out at development time.
-
Best services and/or gems for automated generation of documentation, unit tests, and useful things of this nature
It's also possible to write unit tests in order to better understand or surface your assumptions about a legacy application. I'd also consider running rubycritic against legacy code, to see where the code smells and other hot spots lie.
-
How to Improve Code Quality on a Ruby on Rails Application
RubyCritic: a gem that wraps around static analysis gems such as Reek, Flay, and Flog to provide a quality report of your Ruby code.
Brakeman
Posts with mentions or reviews of Brakeman.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-01-21.
-
How do you guys integrate automated security checks in your CI/CD pipelines?
You might find brakeman interesting: https://brakemanscanner.org
-
Github Pre-commit Hook Setup In Ruby On Rails for maintaining coding standards and productive.
It’s assumed that you already have a Rails app and use Brakeman to keep your app secure and Rspec to run your test cases.
-
Security Risks On Rails: Misconfiguration and Unsafe Integrations
Another great lib for this is Brakeman, which can be installed in a very similar process and gives you even more detailed reports:
-
Fixing Just One False Positive in Brakeman
A while ago, I came across a Brakeman false positive that I wanted to fix.
This is pretty easy to handle. In the case where a splatted array is the only argument to a method, we'll simply use the elements of the array as the argument list. (Check out the pull request here)
-
OWASP Top 10 for Developers: Using Components with Known Vulnerabilities
In order to prevent this issue, your organization needs to implement regular checks of your dependencies against the CVE database for known vulnerabilities, as well as establishing a process for keeping all dependencies up-to-date. Fortunately, much of this can be automated using vulnerability scanning tools, such as the OWASP Dependency Check, RetireJS, or Brakeman. Additional tools, such as WhiteSource's Renovate, provide a complete dependency management solution by automatically updating any found vulnerabilities. In addition to keeping dependencies updated, it's important to remove any dependencies that are no longer being used.
-
Rails application boilerplate for fast MVP development
brakeman and bundler-audit as security scanners
-
Consistency Conundrum
As a side note, consider a static security analysis tool like Brakeman to run automatically as part of your build process so that your application is not solely relying on reviewers' eyes to catch critical security implications.
-
26 most popular Ruby/Rails repositories on GitHub in July-August 2020
Brakeman is a static analysis tool that checks Ruby on Rails applications for security vulnerabilities. 5,800 stars by now
What are some alternatives?
When comparing Rubycritic and Brakeman you can also consider the following projects:
Rubocop - A Ruby static code analyzer and formatter, based on the community Ruby style guide. [Moved to: https://github.com/rubocop/rubocop]
bundler-audit - Patch-level verification for Bundler
Metasploit - Metasploit Framework
SimpleCov - Code coverage for Ruby with a powerful configuration library and automatic merging of coverage across test suites
Pronto - Quick automated code review of your changes
Reek - Code smell detector for Ruby
BeEF - The Browser Exploitation Framework Project
MetricFu - A fist full of code metrics
dawnscanner - Dawn is a static analysis security scanner for ruby written web applications. It supports Sinatra, Padrino and Ruby on Rails frameworks.