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.
koishi-plugin-rss-cat
Advanced tools
rss-cat 是一个方便的RSS订阅器。
用户们可以用它在频道内订阅 RSS 源,当频道订阅的RSS源有更新时,rss-cat会自动把更新内容推送到频道。
await ctx.broadcast(RssSource.subscriber, message)
向订阅该源的频道推送更新,并认为消息会成功地发送到每一个频道。ctx.broadcast
并不是100%地把消息成功地发送到每一个频道。Promise<string[]>
代表成功发送的消息 ID 列表
, rss-cat 应该利用这个列表来判断哪些频道发送失败了,并应该有相应的应对机制(如重发)。总结: 目前仅供测试娱乐,不建议用在大规模场景,如果你有这方面的需要,请通过issue告诉我...
FAQs
又一款rss订阅推送器(开发中)
The npm package koishi-plugin-rss-cat receives a total of 34 weekly downloads. As such, koishi-plugin-rss-cat popularity was classified as not popular.
We found that koishi-plugin-rss-cat demonstrated a healthy version release cadence and project activity because the last version was released less than 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.