From 75db8daa31b4721ac2f9c66afd18100d9f609702 Mon Sep 17 00:00:00 2001 From: wuyoukm <28343933+wuyoukm@users.noreply.github.com> Date: Mon, 2 Aug 2021 09:43:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86CVE=E6=8A=A5?= =?UTF-8?q?=E9=80=81BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CVE报送名字有问题,经检查是逻辑错误,现已修好 --- github_cve_monitor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/github_cve_monitor.py b/github_cve_monitor.py index 0da1eee..6dd7930 100644 --- a/github_cve_monitor.py +++ b/github_cve_monitor.py @@ -281,4 +281,5 @@ if __name__ == '__main__': "https://api.github.com/repos/L-codes/Neo-reGeorg", "https://api.github.com/repos/shadow1ng/fscan", ] + sendNews(tools_list)