
Security News
Follow-up and Clarification on Recent Malicious Ruby Gems Campaign
A clarification on our recent research investigating 60 malicious Ruby gems.
Hood is currently in alpha development. Our feature-set isn't fully developed, our specs are weak, and there are probably bugs.
Hood is to enviroment variables as bundler is to gems. To put it simply, we have the following goals:
Hood uses something called an "Envfile" to define environment variables. It uses a DSL (Domain Specific Language) similar to Bundler's to do so:
env "GOOGLE_MAPS_API_KEY"
env "REDIS_URI", :default => "localhost:6379"
env "SALES_TAX", :description => "Current sales tax in Los Angeles (eg. 0.0875)"
prefix "DB_" do
env "PASSWORD"
env "USER"
env "DATABASE"
env "SOCKET"
env "ADAPTER"
end
:description
If the desired value isn't obvious, you can include a
description:optional
Pass true to avoid throwing a runtime error when the app starts
and this var isn't present:default
A pre-defined default value for this varHood is tested against the following Rubies: MRI 1.8.7, MRI 1.9.2, MRI 1.9.3, Rubinius 2.0, and JRuby.
Hood is released under the MIT license. See the LICENSE file for more info.
FAQs
Unknown package
We found that hood 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.