Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions design/security.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---

copyright:
years: 2021
lastupdated: "2021-06-30"
years: 2021-2022
lastupdated: "2022-01-13"

subcollection: api-handbook

Expand All @@ -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.
Expand Down