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)