
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
lita-gerrit is a handler for Lita that allows interaction with Gerrit code review tool.
It allows to fetch Gerrit changes details from the chat and listens for hook events on HTTP interface.
It depends on HTTParty because Gerrit uses HTTP digest authentication, which is not supported by Lita's built-in HTTP client, Faraday.
Add lita-gerrit to your Lita instance's Gemfile:
gem "lita-gerrit"
url
(String) - Gerrit service URLusername
(String) - Username for REST APIpassword
(String) - Password for REST APILita.configure do |config|
config.handlers.gerrit.url = "https://gerrit.example.com"
config.handlers.gerrit.username = "foo"
config.handlers.gerrit.password = "bar"
end
lita > gerrit 42
gerrit: Display debug informations with correct log level by John Doe in chef. http://gerrit.example.com/42
(gerrit: <commit message> by <author> in <project>. <url>)
lita-gerrit listens for events triggered by Gerrit hooks. An example hook is provided in contrib directory.
Currently only these hooks are implemented:
See list of supported hooks in Gerrit doc
FAQs
Unknown package
We found that lita-gerrit 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
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.