Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
fis3-deploy-smart-alioss
Advanced tools
FIS 静态资源部署Aliyun Oss插件。
全局安装或者本地安装都可以。
npm install fis3-deploy-smart-alioss or npm install fis3-deploy-smart-alioss -g
使用统一的 deploy 插件配置方法
fis.match('*.js', {
deploy: fis.plugin('smart-alioss', {
accessKey: '在阿里云OSS申请的 accessKeyId',
secretKey: '在阿里云OSS申请的 secretAccessKey',
bucket: '你的存储空间名称',
ossServer: '[可选,不填写默认为杭州节点]',
to: '你的上传路径地址'
})
})
参数中ossServer配置服务器地址
根据你的 oss 实例所在地区选择填入
杭州:http://oss-cn-hangzhou.aliyuncs.com
北京:http://oss-cn-beijing.aliyuncs.com
青岛:http://oss-cn-qingdao.aliyuncs.com
深圳:http://oss-cn-shenzhen.aliyuncs.com
香港:http://oss-cn-hongkong.aliyuncs.com
注意:如果你是在阿里云 ECS 上连接 OSS,可以使用内网地址,速度快,没有带宽限制。
杭州:http://oss-cn-hangzhou-internal.aliyuncs.com
北京:http://oss-cn-beijing-internal.aliyuncs.com
青岛:http://oss-cn-qingdao-internal.aliyuncs.com
深圳:http://oss-cn-shenzhen-internal.aliyuncs.com
香港:http://oss-cn-hongkong-internal.aliyuncs.com
FAQs
fis fis3 deploy Aliyun OSS plugin
The npm package fis3-deploy-smart-alioss receives a total of 1 weekly downloads. As such, fis3-deploy-smart-alioss popularity was classified as not popular.
We found that fis3-deploy-smart-alioss 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
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.