
Security News
Follow-up and Clarification on Recent Malicious Ruby Gems Campaign
A clarification on our recent research investigating 60 malicious Ruby gems.
Guard to run processes and commands.
This gem requires Ruby 1.9.3, 2.0.0 or JRuby in 1.9 mode.
Please read the Guard documentation to learn how to use Guard.
There is also an exellent screencast available on Railscasts
Additionally there is a great introductory article on Intridea Blog mentioning Guard::Process.
You can add as many process Guards as you want, an example Guardfile:
guard 'process', :name => 'EndlessRunner', :command => 'rails runner Something::ThatGoesOnAndOn' do
watch('Gemfile.lock')
end
guard 'process', :name => 'AnotherRunner', :command => ['rails', 'runner', 'AnotherRunner'] do
watch('Gemfile.lock')
end
The following options are available:
{"SSL_CERTS_DIR" => "/etc/ssl/certs", "JAVA_HOME" => "/usr/local/java"}
Clean up the test cases
Pull requests are welcome, please make sure your patches are well tested before contributing. When sending a pull request:
Guard::Process is released under the MIT license.
FAQs
Unknown package
We found that guard-process 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.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.
Research
/Security News
A malicious Go module posing as an SSH brute forcer exfiltrates stolen credentials to a Telegram bot controlled by a Russian-speaking threat actor.