From 117e2e48816fe46010e1ba504c56ca333a1088d6 Mon Sep 17 00:00:00 2001 From: Mehrn0ush Date: Tue, 24 Feb 2026 21:53:12 +0330 Subject: [PATCH 1/2] fix(crypto-registry): normalize RFC/FIPS standard name formatting Signed-off-by: Mehrn0ush --- schema/cryptography-defs.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/schema/cryptography-defs.json b/schema/cryptography-defs.json index d5615389..b474e6f3 100644 --- a/schema/cryptography-defs.json +++ b/schema/cryptography-defs.json @@ -418,7 +418,7 @@ { "standard": [ { - "name": "RFC 5297", + "name": "RFC5297", "url": "https://doi.org/10.17487/RFC5297" } ], @@ -723,7 +723,7 @@ "family": "ML-DSA", "standard": [ { - "name": "FIPS 204", + "name": "FIPS204", "url": "https://doi.org/10.6028/NIST.FIPS.204" } ], @@ -742,7 +742,7 @@ "family": "SLH-DSA", "standard": [ { - "name": "FIPS 205", + "name": "FIPS205", "url": "https://doi.org/10.6028/NIST.FIPS.205" } ], @@ -811,7 +811,7 @@ "family": "ML-KEM", "standard": [ { - "name": "FIPS 203", + "name": "FIPS203", "url": "https://doi.org/10.6028/NIST.FIPS.203" } ], From 60cbf7af64fd38ded3cf1825547883dbee743829 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 26 Feb 2026 14:12:39 +0000 Subject: [PATCH 2/2] chore: update algorithm families [skip ci] --- schema/cryptography-defs.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/cryptography-defs.schema.json b/schema/cryptography-defs.schema.json index 235c3bd5..43a06741 100644 --- a/schema/cryptography-defs.schema.json +++ b/schema/cryptography-defs.schema.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-07/schema#", "$id": "http://cyclonedx.org/schema/cryptography-defs.schema.json", - "$comment": "2026-02-19T23:43:11Z", + "$comment": "2026-02-26T14:12:39Z", "title": "Cryptographic Algorithm Family Definitions", "description": "Enumerates cryptographic algorithm families and their specific metadata.", "type": "object",