Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Are you reviewing a pull request if the change contains deprecated API calls?
Do you want to post a comment to ask the developer if a method call satisfies some condition for use without causing an issue?
What if a misspelling like Github
for GitHub
can be found automatically?
Give Goodcheck a try to do them instead of you! 🎉
Goodcheck is a customizable linter. You can define pairs of patterns and messages. It checks your program and when it detects a piece of text matching with the defined patterns, it prints your message which tells your teammates why it should be revised and how. Some part of the code reviewing process can be automated. With Goodcheck the only thing you have to do is define the rules, pairing patterns with messages, and then those same patterns won’t bother you anymore. 😆
Goodcheck is provided as a Ruby gem. To install it, run:
$ gem install goodcheck
If you do not want to install it, you can run it via Docker instead:
$ docker run -t --rm -v "$(pwd):/work" sider/goodcheck
Check out the documentation or website for more details.
After checking out the repository, run bin/setup
to install dependencies. Then, run rake test
to run the tests. You can also run bin/console
for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run bundle exec rake install
.
To release a new version, follows the steps below:
lib/goodcheck/version.rb
.bundle exec rake docs:update_version
.git add . && git commit -m 'Version <new_version>'
.bundle exec rake release
, which will create a tag, push the commit and tag, and publish the gem to RubyGems.org.GIT_USER=<your_nickname> [USE_SSH=true] bundle exec rake docs:publish
.Bug reports and pull requests are welcome on GitHub.
FAQs
Unknown package
We found that goodcheck demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.