
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.
Trellish is used to start and finish a Trello card. It does everything necessary to move a development card from "Next up" to "In Progress" when you start work on a card and again from "In Progress" to "QA" when you finish a card.
Add this line to your application's Gemfile:
gem 'trellish'
And then execute:
$ bundle
Or install it yourself as:
$ gem install trellish
Create a ./trellish.yml
, ~/trellish.yml
or ~/.trellish
file with the contents of trellish.example.yml. Set it up like this:
curl -u 'username' -d '{"scopes":["repo"],"note":"Trellish"}' https://api.github.com/authorizations
Optionally, Trellish can announce the starting and finishing of cards on 37signal's Campfire. To enable this:
By default, Trellish expects a Trello board named Current
with 3 lists: Next up
, In progress
, and QA
. You can change these defaults using the Trellish config file.
To start work on a card:
trellish start [Trello card id or URL]
This will:
Next up
to In progress
,If you don't provide a card id or URL on the command line, trellish shows you the cards in Next up
and prompts you to select one, like so:
Select a card:
1. BUG: crash adding a comment
2. users can select an avatar
3. add iPad integration tests
>
When you're done working on a card, finish it using:
trellish finish [Trello card id or URL]
Like:
trellish finish https://trello.com/c/a3Wbcde4
trellish finish a3Wbcde4
trellish finish
This will:
If you're stuck with an error along the lines of
SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
try updating your root certificates. If you use RVM, this may work:
curl http://curl.haxx.se/ca/cacert.pem -o ~/.rvm/usr/ssl/cert.pem
git checkout -b my-new-feature
)git commit -am 'Added some feature'
)git push origin my-new-feature
)FAQs
Unknown package
We found that trellish 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.