
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
This is an ohai plugin for fluentd, a popular log collector. The purpose of this input plugin is to run ohai and emit the data. There are many other ways this can be achieved (e.g., in_tail + cron job) but I wanted to learn how to extend fluentd.
Add this line to your application's Gemfile:
gem 'fluent-plugin-ohai'
And then execute:
$ bundle
Or install it yourself as:
$ gem install fluent-plugin-ohai
Add the following configuration option in fluentd (or td-agent):
<source>
type ohai
tag ohai.message # optional; default: ohai.message
hostname ENV["HOSTNAME"] # optional, default: current hostname (can override it here if needed)
ohai_path /path/to/ohai # optional, directory where ohai binary is located
interval '1200m' # optional, default every 24h data is read from ohai
</source>
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)FAQs
Unknown package
We found that fluent-plugin-ohai 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.