Skip to content

Commit

Permalink
Update Github-CVE-Listener.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kira-Pgr authored Feb 4, 2023
1 parent 45ebd73 commit 44cf190
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Github-CVE-Listener.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 44cf190

Please sign in to comment.