summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2024-06-20 10:49:49 +0200
committerJustus Winter <justus@sequoia-pgp.org>2024-06-26 09:12:31 +0200
commit5f1732ee7d2ff0321664b626ee3a92ff8ec675ee (patch)
treee7ccd6eaed690365279dcf91d0a6fdfea8e64409
parentdbb2dbc1cacbffe3420d684c4da2ecbba732b0f9 (diff)
doc: Note how to extract recipients for security vulnerabilities.
-rw-r--r--doc/security-vulnerabilities.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/security-vulnerabilities.md b/doc/security-vulnerabilities.md
index f1d620c9..472bb3c5 100644
--- a/doc/security-vulnerabilities.md
+++ b/doc/security-vulnerabilities.md
@@ -81,6 +81,11 @@ YesWeHack to be eligible.
- If the severity is greater than low, only inform them via a
secure channel. If no encryption key is available, only inform
them on the flag day.
+ - A list of all recipients can be obtained via
+
+ egrep -o '<.*@.*>' doc/security-vulnerabilities.md \
+ | grep -v sequoia-pgp.org | xargs echo | sed 's/ /, /g'
+
- Share the analysis, and the patch.
- Ask who needs an update for an old version, and who is happy
with a new version.