
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.
dcs-branch-merger
Advanced tools
A package for merging branches with the DCS API.
Demo: https://unfoldingword.github.io/dcs-branch-merger/
To run locally:
npm install
npm run start
localhost:6060
You must supply values server, owner, repo, userName, userBranch, and tokenid. Some sample values are hardcoded, but not the token.
To get an access token:
Curl:
curl -X 'POST' \ 'https://qa.door43.org/api/v1/users/cecil.new/tokens' \ -H 'accept: application/json' \ -H 'authorization: Basic whatever=' \ -H 'Content-Type: application/json' \ -d '{ "name": "cecil.new" }'
Response:
{ "id": 39181, "name": "cecil.new", "sha1": "long sha value here", "token_last_eight": "b4bab076" }
To reset, just delete it (make sure you're doing this on qa!), then go to + => New Migration => Gitea and just put https://git.door43.org/dcs-poc-org/en_tn as the URL, and change Owner to dcs-poc-org (you must be a member) and the repo name should be populated already (en_tn)
FAQs
A package for merging branches through the DCS API.
We found that dcs-branch-merger demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 15 open source maintainers 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.