From 2bec4c482651a5dc357610dfcb5db146b38be93d Mon Sep 17 00:00:00 2001 From: Maxime-Daniel <50494377+Maxime-Daniel@users.noreply.github.com> Date: Thu, 13 Jan 2022 15:41:30 +0100 Subject: [PATCH] Update security.md Changed 'an' to 'a' before 'service'. Touched last modification date and copyright years (albeit unsure about the expectations on the latter). --- design/security.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/design/security.md b/design/security.md index 6e245d6..83bb290 100644 --- a/design/security.md +++ b/design/security.md @@ -1,8 +1,8 @@ --- copyright: - years: 2021 -lastupdated: "2021-06-30" + years: 2021-2022 +lastupdated: "2022-01-13" subcollection: api-handbook @@ -17,7 +17,7 @@ subcollection: api-handbook {: #security-by-design} Security considerations are a critical part of the design of any API. The following principles -SHOULD be applied during an service API's design and development: +SHOULD be applied during a service API's design and development: * Operations SHOULD be simple and narrowly scoped such that they that are easy to reason about, easy to test, and closely match specific authorizations.