Skip to content

Commit

Permalink
Change links to CVE
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Feb 21, 2021
1 parent 3eaf936 commit f514905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion render_doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
OFFLINE = True

CVE_REGEX = re.compile('(?<!`)CVE-[0-9]+-[0-9]+')
CVE_URL = 'https://www.cvedetails.com/cve/%s/'
CVE_URL = 'https://nvd.nist.gov/vuln/detail/%s/'
CVE_API = 'http://cve.circl.lu/api/cve/%s'
BPO_URL = 'https://bugs.python.org/issue%s'
CVSS_SCORE_URL = 'https://nvd.nist.gov/cvss.cfm'
Expand Down

0 comments on commit f514905

Please sign in to comment.