
Security News
Follow-up and Clarification on Recent Malicious Ruby Gems Campaign
A clarification on our recent research investigating 60 malicious Ruby gems.
If you are using pre 1.0.x version of `knife-org-utils, please follow this instructions for migration.
git clone git@github.com:secret-sauce/knife-org-utils.git
gem install knife-org-utils -v 1.1.1
./knife-org-utils/bin/migrate
This script will migrate your existing git based ~/.chef
to the new directory layout. your old ~/.chef
folder will be backed up at /tmp/chef-repo/.chef
.
This is an EXPERIMENTAL knife plugin that allows you :
~/.chef
quickly from command line.knife.rb
config file in knife's configuration file search path.This knife plugin is packaged as a gem and is available on rubygems.org.
gem install knife-org-utils
:warning: backup your current ~/.chef
directory :warning:
knife switch init
Initializes your .chef
directory.
knife switch add $CHEF_RERO_DIR
Imports .chef
files from $CHEF_RERO_DIR/.chef
into ~/.chef
folder. The name of the imported CONFIG will be based on the chef_server_url
in the knife.rb
file. Starter Kit is a valid chef-repo directory.
Options
--overwrite
: Overwrites configuration files if they existsknife switch CONFIG
switches the configuration in ~/.chef
to the named CONFIG
knife switch list
list of available CONFIGS in ~/.chef
folder.
knife info [options]
prints the current chef server referenced by your ~/.chef/knife.rb
.
Options
--tiny
: Show concise information in oneline--medium
: Show important information in oneline--long
: Show all information in multi-linesFAQs
Unknown package
We found that knife-org-utils demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.