Rubocop
DISCONTINUED
Brakeman
Our great sponsors
Rubocop | Brakeman | |
---|---|---|
6 | 10 | |
11,323 | 6,566 | |
- | - | |
9.8 | 7.2 | |
almost 2 years ago | 13 days ago | |
Ruby | Ruby | |
MIT License | Q Public License 1.0 |
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.
Rubocop
- Mais de 10 coisas para fazer antes de solicitar revisão do seu Pull Request
-
RuboCop Turns 10
No, it's not?! The latest version is 1.28.2: https://rubygems.org/gems/rubocop
- what ruby or rails open source projects a beginner-to-intermediate developer can easily contribute to?
-
Refactoring in Ruby
Running rubocop might give you a few tips regarding naming conventions and best practices
Brakeman
-
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?
Rubycritic - A Ruby code quality reporter
bundler-audit - Patch-level verification for Bundler
Reek - Code smell detector for Ruby
Pronto - Quick automated code review of your changes
rails_best_practices - a code metric tool for rails projects
SimpleCov - Code coverage for Ruby with a powerful configuration library and automatic merging of coverage across test suites
Metasploit - Metasploit Framework
Flog - Flog reports the most tortured code in an easy to read pain report. The higher the score, the more pain the code is in.
BeEF - The Browser Exploitation Framework Project
Flay - Flay analyzes code for structural similarities. Differences in literal values, variable, class, method names, whitespace, programming style, braces vs do/end, etc are all ignored.