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 plugin combines several helping tasks and services for CORE4 GmbH & Co. KG. If you find it useful anyway, feel free to use it.
This plugin will be installable via gem install fulmar-plugin-core4
when it is working. It will need Fulmar 2.
You can also checkout this repo and run gem build fulmar-plugin-core4.gemspec
and
gem install fulmar-plugin-core4*.gem
This plugin adds an additional test to the test:config
task. It checks
your host file (e.g. /etc/hosts) for duplicate entries. These may occur
when a vagrant machine is not uninstalled via vagrant destroy
.
The plugin provides a task to update local development environment from cached data on the internal storage server.
You can configure the asset and database urls for the internal cache server within the plugin configuration. It should look something like this:
plugin:
core4:
sync:
to: 'vagrant:neos'
database_url: https://storage.core4.de/xxx/yyy.sql.gz
assets_url: https://storage.core4.de/xxx/zzz.tar.gz
assets_path: /srv/neos/Data/Persistent
assets_url
and assets_path
may be arrays of the same size. Fulmar
will then iterate over all file and extract them to the given directories:
plugin:
core4:
sync:
to: 'vagrant:neos'
database_url: https://storage.core4.de/xxx/yyy.sql.gz
assets_url:
- https://storage.core4.de/xxx/zzz1.tar.gz
- https://storage.core4.de/xxx/zzz2.tar.gz
assets_path:
- /srv/neos/Data/Persistent
- /srv/neos/Data/Something
Bug reports and pull requests are welcome on GitHub at https://github.com/CORE4/fulmar-plugin-core4. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The gem is available as open source under the terms of the MIT License.
FAQs
Unknown package
We found that fulmar-plugin-core4 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.