Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
This is a vagrant plugin which installs an Ohai2 plugin providing network information to Chef. In particular, the ipaddress is set to the private network defined in vagrant, if one is present.
This is a fork of Avishai Ish-Shalom.
vagrant plugin install vagrant-ohai2
The plugin will automatically activate when using the :chef_solo
, :chef_zero
, :chef_apply
, :chef_client
or :shell
provisioners. If you want to disable it, put config.ohai2.enable = false
in your Vagrantfile.
If you wish to use a primary nic which is not a private network, e.g. when using a bridge, set the primary_nic
option:
config.ohai2.primary_nic = "eth1"
To activate custom plugin support put config.ohai2.plugins_dir = <full_path_to_plugins_dir>
in your Vagrantfile
config.ohai2.plugins_dir = "/var/ohai2/custom_plugins"
This plugin works with Vagrant 1.2.3 and above.
It has only been tested on VirtualBox but should also work with other Vagrant providers.
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)FAQs
Unknown package
We found that vagrant-ohai2 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.