
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.
用于下载Gitlab CI产生的artifacts。
Gitlab CI产生的artifacts并没有一个统一的文件目录存放,需要按一些规则去取:
本库对这个过程做了封装。
全局安装
npm install -g @futu/ada
使用
ada -g http://gitlab.com -p 12 -t X-XXXXXXXXXXXX -c ee9e4ad637b13e729e0d90c09a9b0990 -o dist.zip
const Ada = require('@futu/ada');
const ada = new Ada('http://gitlab.com', 12, 'X-XXXXXXXXXXXX');
ada.download('ee9e4ad637b13e729e0d90c09a9b0990', './dist.zip');
gitlab
/g
Gitlab http(s)访问地址project
/p
项目id,数字stage
/ s
取artifacts文件的Stage name,默认为第一个stagetoken
/t
Gitlab private token,在个人设置中可以生成commit
/c
Commit Idoutput
/o
输出文件,在CLI模式中,默认为当前目录下的artifacts.zip
apiver
/a
API版本,默认为4
,适用于Gitlab 12,如果使用Gitlab 10,请将值设置为3
apiver
参数,支持v4 apiFAQs
用于下载Gitlab CI产生的artifacts。
We found that @futu/ada 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.