From 4ef129ebd8569f858348dc5eb01f6c5cf986c9d0 Mon Sep 17 00:00:00 2001 From: David Runge Date: Thu, 28 Jul 2022 13:23:45 +0200 Subject: [PATCH] Extend contributing guidelines for WKD CONTRIBUTING.md: Extend contributing guidelines by a section about which data is released to the Web Key Directory. --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c01b169..f76e105 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -61,3 +61,9 @@ To run keyring integrity and consistency checks ```bash make check ``` + +## Web Key Directory + +Only tagged releases are built and exposed via WKD. This helps to ensure, that +inconsistent state of the keyring is not exposed to the enduser, which may make +use of it instantaneously.