Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
gulp-deploy-http-push
Advanced tools
![Language](https://img.shields.io/badge/-TypeScript-blue.svg) [![Build Status](https://travis-ci.org/searchfe/gulp-deploy-http-push.svg?branch=master)](https://travis-ci.org/searchfe/gulp-deploy-http-push) [![Coveralls](https://img.shields.io/coveralls/s
gulp-deploy-http-push 是一个支持FSR安全推送部署的客户端插件,是 fis3-deploy-http-push 的gulp版本,具备完全一样的功能:
npm i gulp-deploy-http-push --save-dev
import * as gulp from 'gulp';
import { httpPush } from 'gulp-deploy-http-push';
const PUSH = 'http://xxxxx:8210';
gulp.src(
`${__dirname}/src/**`, {
base: `${__dirname}/src`,
},
).pipe(httpPush([
{
host: PUSH,
match: '/**/*.tpl',
to: '/home/work/xxx/template/', // 注意这个是指的是测试机器的路径,而非本地机器
},
{
host: PUSH,
match: '/static/**',
to: '/home/work/xxx/webroot/', // 注意这个是指的是测试机器的路径,而非本地机器
},
]));
核心代码重构自FIS3版本,因FSR接口不是开源的,所以核心实现保留写法(因此也不优雅)。模块导出的另一个Deploy方法,是支持FIS3流的一层封装,可验证功能或用于二次开发FIS3插件(目前可以完全替代fis3-deploy-http-push)。
FAQs
![Language](https://img.shields.io/badge/-TypeScript-blue.svg) [![Build Status](https://travis-ci.org/searchfe/gulp-deploy-http-push.svg?branch=master)](https://travis-ci.org/searchfe/gulp-deploy-http-push) [![Coveralls](https://img.shields.io/coveralls/s
The npm package gulp-deploy-http-push receives a total of 1 weekly downloads. As such, gulp-deploy-http-push popularity was classified as not popular.
We found that gulp-deploy-http-push demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 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.
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.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.