
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
基于 QQ 官方 node sdk 的改版
ws.on(AvailableIntentsEventsEnum.GROUP_AND_C2C_EVENT, (data) => {
console.log(`[GROUP_AND_C2C_EVENT] 事件接收: ${data}`)
})
client.v2MessageApi.postC2CMessage(openID, {
content: 'hello world',
msg_type: 0, // 0.文本 1.图文混排 2.markdown 3.ark 4.embed 7.media
})
client.v2MessageApi.deleteC2CMessage(openID, messageID)
client.v2MessageApi.postGroupMessage(openID, {
content: 'hello world',
msg_type: 0, // 0.文本 1.图文混排 2.markdown 3.ark 4.embed 7.media
})
client.v2MessageApi.deleteGroupMessgae(openID, messageID)
client.v2MessageApi.postC2CMediaMessage(openID, {
file_type: 1, //媒体类型:1 图片,2 视频,3 语音,4 文件(暂不开放)
url: 'https://www.example.com/example.png',
srv_send_msg: false, //设置 true 会直接发送消息到目标端,且会占用主动消息频次
})
client.v2MessageApi.postGroupMediaMessage(openID, {
file_type: 1, //媒体类型:1 图片,2 视频,3 语音,4 文件(暂不开放)
url: 'https://www.example.com/example.png',
srv_send_msg: false, //设置 true 会直接发送消息到目标端,且会占用主动消息频次
})
# clone repo
git clone https://github.com/tencent-connect/bot-node-sdk.git
# cd repo
cd bot-node-sdk
# run
npm run dev
# run example
npm run linkdev
npm run example
fix/xxx向main分支发 PRfeature/xxx向main分支发起 PRFAQs
基于QQ官方node sdk的改版
We found that qb-sdk demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.