From 12dda49cb97465da21c88a1a9dbbb8a063007bc9 Mon Sep 17 00:00:00 2001 From: Deniz Mert Edincik Date: Wed, 13 Sep 2023 19:24:33 +0200 Subject: [PATCH] Update cadence/20230913-restrict-capabilities-publish.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bastian Müller --- cadence/20230913-restrict-capabilities-publish.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cadence/20230913-restrict-capabilities-publish.md b/cadence/20230913-restrict-capabilities-publish.md index 8ed25a97..24740c63 100644 --- a/cadence/20230913-restrict-capabilities-publish.md +++ b/cadence/20230913-restrict-capabilities-publish.md @@ -28,7 +28,8 @@ Developers will likely forget to still `get` and check the address of the capabi ## User Benefit -This proposal aims to add certain restrictions in order to decrease developer burden. +This proposal aims to add a restriction, in order to decrease developer burden and decrease the risk of bugs and security issues. +The restriction already exists in the currently available linking-based capability API, so this proposal simply proposes to keep the existing restriction, and prevent a regression in the API in terms of safety and usability. ## Design Proposal