Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
yunion.io/x/notify-plugins
此项目是 onecloud 其中notify组件的可插拔模块,本质上是一组RPC服务端。
现共有7个不同的模块,分别是基于 gopkg.in/gomail.v2 的email模块;基于阿里云短信服务的smsaliyun模块;基于 github .com/hugozhu/godingtalk 的dingtalk模块;onecloud内部的基于websocket发送消息的模块;飞书模块;钉钉webhook机器人的模块;飞书webhook机器人的模块。
cmd:主函数入口
pkg:各个模块的主要代码
pkg/apis:基于 proto buffer 的grpc 接口
pkg/common:公共的代码
# All make
make
# Separate make
make cmd/email
make cmd/smsaliyun
make cmd/dingtalk
make cmd/websocket
采用原生 gopkg.io/mail.v2 出现无法认证通过某些采用plain text认证的mail server,修改为 github.com/yunionio/mail 后,可以通过。但是又出现无法认证通过原来可以认证通过mail server的情况,因此暂时改回使用原声 gopkg.io/mail.v2
FAQs
Unknown package
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
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.