Skip to content

Commit

Permalink
Merge pull request #1635 from OWASP/1545-164-grammar-police-strikes-a…
Browse files Browse the repository at this point in the history
…gain

Fix grammar of 1.6.4
  • Loading branch information
jmanico authored May 31, 2023
2 parents 7ebb3a7 + 0ff31f8 commit fc84677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 5.0/en/0x10-V1-Architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Architectural requirements are intrinsic to the entire code base, and thus diffi
| **1.6.1** | Verify that there is an explicit policy for management of cryptographic keys and that a cryptographic key lifecycle follows a key management standard such as NIST SP 800-57. | ||| 320 |
| **1.6.2** | Verify that consumers of cryptographic services protect key material and other secrets by using key vaults or API based alternatives. | ||| 320 |
| **1.6.3** | Verify that all keys and passwords are replaceable and are part of a well-defined process to re-encrypt sensitive data. | ||| 320 |
| **1.6.4** | [GRAMMAR] Verify that the architecture treats client-side secrets - such as symmetric keys, passwords, or API tokens - as insecure and never uses them to protect or access sensitive data. | ||| 320 |
| **1.6.4** | [GRAMMAR] Verify that the architecture treats client-side secrets (such as symmetric keys, passwords, or API tokens) as insecure and never uses them to protect or access sensitive data. | ||| 320 |

## V1.7 Errors, Logging and Auditing Architecture

Expand Down

0 comments on commit fc84677

Please sign in to comment.