From 44cf1908ed0f977be8c0c798f5dd0fecffca62e9 Mon Sep 17 00:00:00 2001 From: KawaiiPGR <36188023+Kira-Pgr@users.noreply.github.com> Date: Sat, 4 Feb 2023 15:40:15 +0800 Subject: [PATCH] Update Github-CVE-Listener.py --- Github-CVE-Listener.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Github-CVE-Listener.py b/Github-CVE-Listener.py index e86bac7..d4ba47c 100644 --- a/Github-CVE-Listener.py +++ b/Github-CVE-Listener.py @@ -105,6 +105,7 @@ def get_cve_des(cve): try: time.sleep(3) query_cve_url = "https://www.cve.org/api/?action=getCveById&cveId=" + cve + print(query_cve_url) github_headers = { 'Authorization': Auth } #response = requests.get(query_cve_url, headers=github_headers, timeout=10)