diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2012-09-04 22:49:42 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2012-09-04 22:49:42 +0200 |
commit | bc92e40ab0f174062f4e11cfdf12aa7b68ba325c (patch) | |
tree | db4a073c3421b750815ea138857cf10729592cb1 /website/security.html | |
parent | f3efb867a6c3b539e8ab946584f3ed00e5f31a43 (diff) | |
download | fetchmail-bc92e40ab0f174062f4e11cfdf12aa7b68ba325c.tar.gz fetchmail-bc92e40ab0f174062f4e11cfdf12aa7b68ba325c.tar.bz2 fetchmail-bc92e40ab0f174062f4e11cfdf12aa7b68ba325c.zip |
Fix typo in CVE URLs that rendered two new links useless.
Diffstat (limited to 'website/security.html')
-rw-r--r-- | website/security.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/website/security.html b/website/security.html index 33401115..2b8cc1b7 100644 --- a/website/security.html +++ b/website/security.html @@ -46,12 +46,12 @@ in the security announcements:</p> <ul> <li><a name="cve-2012-3482" - href="http://web.nvd.dist.gov/view/vuln/Detail?vulnId=CVE-2012-3482">CVE-2012-3482:</a> + href="http://web.nvd.nist.gov/view/vuln/Detail?vulnId=CVE-2012-3482">CVE-2012-3482:</a> Fetchmail could <a href="fetchmail-SA-2012-02.txt">crash and possibly reveal fragments of confidential data</a> during NTLM authentication.</li> <li><a name="cve-2011-3389" - href="http://web.nvd.dist.gov/view/vuln/Detail?vulnId=CVE-2011-3389">CVE-2011-3389:</a> + href="http://web.nvd.nist.gov/view/vuln/Detail?vulnId=CVE-2011-3389">CVE-2011-3389:</a> <a href="fetchmail-SA-2012-01.txt">Fetchmail was vulnerable to chosen-plaintext attacks against cipher block chaining initialization vectors because it disabled an |