From af438b5b17d45412ee0c0c06760281ba8b83cb14 Mon Sep 17 00:00:00 2001 From: Steve Springett Date: Sun, 3 Mar 2024 22:17:26 -0600 Subject: [PATCH] Corrected link --- CBOM/en/0x30-Anatomy-of-a-CBOM.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CBOM/en/0x30-Anatomy-of-a-CBOM.md b/CBOM/en/0x30-Anatomy-of-a-CBOM.md index b9dbfe7..996cfa2 100644 --- a/CBOM/en/0x30-Anatomy-of-a-CBOM.md +++ b/CBOM/en/0x30-Anatomy-of-a-CBOM.md @@ -46,7 +46,7 @@ CycloneDX can represent the following types of cryptographic assets: ## Key Management -[NIST Special Publication 800-57]((https://csrc.nist.gov/pubs/sp/800/57/pt1/r5/final)) outlines key management guidelines, +[NIST Special Publication 800-57](https://csrc.nist.gov/pubs/sp/800/57/pt1/r5/final) outlines key management guidelines, including various key states and their purposes. The key states defined in SP 800-57 include: 1. **Pre-activation**: Keys in this state are generated but not yet placed into active use. They are securely stored until needed, awaiting activation for cryptographic operations.