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 1.2+ plugin that adds an Upload provisioner to Vagrant, allowing you to provide files to your guest via rsync.
Can be handy when you need to transfer files before applying another provisioner. E.g.: When you need to transfer puppet certificates to your guest before appying puppet server provisionning.
NOTE: This plugin requires Vagrant 1.2+
$ vagrant plugin install vagrant-upload
Vagrant.configure("2") do |config|
config.vm.box = "box"
config.vm.provision :upload, files: [{
host: '~/.bin/*',
guest: '/home/username/.bin'
}]
end
This provisioner exposes one option:
files
- An array of hashes which specifies which host files you want to
transfer to the guest like shown in the Usage example.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-upload 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.