From fab054796e3768bf27111c5de61fc79f2a00e7c9 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Mon, 1 Nov 2021 13:33:07 +0100 Subject: [PATCH] Add a link to the CVE on mitre.org --- posts/2021-11-01-Rust-1.56.1.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/posts/2021-11-01-Rust-1.56.1.md b/posts/2021-11-01-Rust-1.56.1.md index 124b695c2..783c21b4d 100644 --- a/posts/2021-11-01-Rust-1.56.1.md +++ b/posts/2021-11-01-Rust-1.56.1.md @@ -24,9 +24,10 @@ appropriate page on our website. ## What's in 1.56.1 stable Rust 1.56.1 introduces two new lints to mitigate the impact of a security -concern recently disclosed, CVE-2021-42574. We recommend all users upgrade +concern recently disclosed, [CVE-2021-42574]. We recommend all users upgrade immediately to ensure their codebase is not affected by the security issue. You can learn more about the security issue in [the advisory][advisory]. [advisory]: https://blog.rust-lang.org/2021/11/01/cve-2021-42574.html +[CVE-2021-42574]: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42574