From d608ceedb3261f80b557a5019e141667a762e38d Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 24 May 2023 16:32:54 +0100 Subject: [PATCH] docs: Update security instructions in CONTRIBUTING.md Point strongly towards `SECURITY.md` so we are not maintaining security instructions in multiple places. Signed-off-by: Philip Withnall --- CONTRIBUTING.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0608ed9d5..e7bc5c18c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -34,10 +34,9 @@ The issue tracker is meant to be used for actionable issues only. ### Security issues -You should not open a new issue for security related questions. +You **must not** open a new public issue for security related concerns. -When in doubt, send an email to the [security](mailto:security@gnome.org) -mailing list. +Instead, see the [`SECURITY.md` documentation](./SECURITY.md). ### Bug reports