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.
Bundler guard allows to automatically & intelligently install/update bundle when needed.
.travis-ci.yml
for the exact versions.Add the gem to your Gemfile
:
group :development do
gem 'guard-bundler', require: false
end
Add the plugin definition to your Guardfile by running this command:
$ guard init bundler
Please read the Guard usage doc
Guard::Bundler plugin can be really adapted to all kind of projects.
You can tweak the default Guardfile template (created by guard init bundler
) if you need to watch files other than the Gemfile or *.gemspec (or if they are in different paths).
Please read the Guard usage doc for more information about the Guardfile DSL.
Pull requests are very welcome! Please try to follow these simple rules if applicable:
For questions please join us in our Google group or on
#guard
(irc.freenode.net).
FAQs
Unknown package
We found that guard-bundler 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.