
Product
Announcing Socket Certified Patches: One-Click Fixes for Vulnerable Dependencies
A safer, faster way to eliminate vulnerabilities without updating dependencies
用于下载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.zipapiver/a API版本,默认为4,适用于Gitlab 12,如果使用Gitlab 10,请将值设置为3apiver参数,支持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.

Product
A safer, faster way to eliminate vulnerabilities without updating dependencies

Product
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.

Research
/Security News
Malicious npm packages use Adspect cloaking and fake CAPTCHAs to fingerprint visitors and redirect victims to crypto-themed scam sites.