diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2020-06-14 14:29:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-14 13:29:16 -0500 |
commit | 09b9fd924d7714883683d534f65585c4f5986b1e (patch) | |
tree | bd84dd528debc7d93efdb3c3281b5446711284f1 | |
parent | 170599b87cc3179244de91cdb90a6e24d1b6a7b7 (diff) | |
download | cryptography-09b9fd924d7714883683d534f65585c4f5986b1e.tar.gz cryptography-09b9fd924d7714883683d534f65585c4f5986b1e.tar.bz2 cryptography-09b9fd924d7714883683d534f65585c4f5986b1e.zip |
Update the link to CERT's website for linkcheck (#5278)
-rw-r--r-- | docs/limitations.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/limitations.rst b/docs/limitations.rst index cdbf6d2d..092d8a7c 100644 --- a/docs/limitations.rst +++ b/docs/limitations.rst @@ -21,4 +21,4 @@ Likelihood: unlikely, Remediation Cost: expensive to repair" and we do not consider this a high risk for most users. .. _`Memory wiping`: https://devblogs.microsoft.com/oldnewthing/?p=4223 -.. _`CERT secure coding guidelines`: https://www.securecoding.cert.org/confluence/display/c/MEM03-C.+Clear+sensitive+information+stored+in+reusable+resources +.. _`CERT secure coding guidelines`: https://wiki.sei.cmu.edu/confluence/display/c/MEM03-C.+Clear+sensitive+information+stored+in+reusable+resources |