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.
gitbook-plugin-disqus-proxy
Advanced tools
[![npm package](https://img.shields.io/npm/v/gitbook-plugin-disqus-proxy.svg?style=flat)](https://www.npmjs.org/package/gitbook-plugin-disqus-proxy)
book.json
:{
"plugins": ["disqus-proxy"],
"pluginsConfig": {
"disqus-proxy":{
"shortname":"ciqu",
"username":"ciqu",
"host": "disqus-proxy.ycwalker.com",
"port": 5509
}
}
}
gitbook install
参数说明:
shortname
是你的website的 shortname 名称 比如在你的disqus安装代码中 有这样一句脚本:
s.src = 'https://test-eo9kkdlcze.disqus.com/embed.js';
那么你的disqus 的shortname 就是 test-eo9kkdlczeusername
是你的disqus用户名,即评论时候留下的名字,用来区别disqus-proxy的评论头像显示host
是你启用disqus代理的VPS的域名port
是VPS服务器启用disqus代理的端口,需要与之后配置的后端一致后端已经分离出来,查看这里进行配置
FAQs
[![npm package](https://img.shields.io/npm/v/gitbook-plugin-disqus-proxy.svg?style=flat)](https://www.npmjs.org/package/gitbook-plugin-disqus-proxy)
The npm package gitbook-plugin-disqus-proxy receives a total of 2 weekly downloads. As such, gitbook-plugin-disqus-proxy popularity was classified as not popular.
We found that gitbook-plugin-disqus-proxy 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.