zema1 / watchvuln

一个高价值漏洞采集与推送服务 | collect valueable vulnerability and push it
MIT License
1.4k stars 155 forks source link

Add 微步情报的微信公众号 #54

Closed hi-unc1e closed 1 year ago

hi-unc1e commented 1 year ago

起因:https://github.com/zema1/watchvuln/issues/48

【ThreatBook 微步漏洞情报】

hi-unc1e commented 1 year ago

自测情况

命令行

 ./watchvuln -s threatbook  --webhook-url https://

image

test单元测试

image

hi-unc1e commented 1 year ago

感谢Review,已完成全部建议的修改。包括:

  1. 移除 wrapApiClient 的使用。
  2. 将日志等级从 Infof 改为 Debugf。
  3. 在 GetUpdate 函数中增加超时和错误判断。
  4. 修改变量名 AllVulns 为 allVulns。
zema1 commented 1 year ago

感谢大佬贡献 🌹