From 474984fe44bc44db4f610d9a83c1015163069a75 Mon Sep 17 00:00:00 2001 From: Yechan Bae Date: Wed, 3 Aug 2022 18:49:16 -0400 Subject: [PATCH] Explicitly mention soundness in the description (#1302) --- MAINTAINERS_GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS_GUIDE.md b/MAINTAINERS_GUIDE.md index b784756..788fa87 100644 --- a/MAINTAINERS_GUIDE.md +++ b/MAINTAINERS_GUIDE.md @@ -27,7 +27,7 @@ Avoid editing the text directly without clearing it with the submitter first; us ## Check that the metadata is correct The date should be set to the original disclosure of the issue, not the date of the pull request. -`informational = "unsound"` is used for issues that can only be triggered by a programmer (as opposed to e.g. a malicious input), and/or require very contrived code to trigger. +`informational = "unsound"` is used for [soundness issues](https://rust-lang.github.io/unsafe-code-guidelines/glossary.html#soundness-of-code--of-a-library) that can only be triggered by a programmer (as opposed to e.g. a malicious input), and/or require very contrived code to trigger. `informational = "unmaintained"` has a [policy](https://github.com/rustsec/advisory-db/blob/main/HOWTO_UNMAINTAINED.md) associated with it; make sure it is followed. If any items are missing, advise the submitter how to proceed.