From 05a654e3e69e29529fcf59b19dd8d505708f1f4d Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Wed, 17 Jun 2026 12:31:08 +0200 Subject: [PATCH] fix: ProtocolPropertiesType enum case `5g-aka` for CycloneDX 1.7 Signed-off-by: Jan Kowalleck --- cyclonedx/model/crypto.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cyclonedx/model/crypto.py b/cyclonedx/model/crypto.py index f0d069f1..7af6a1c6 100644 --- a/cyclonedx/model/crypto.py +++ b/cyclonedx/model/crypto.py @@ -1185,6 +1185,7 @@ class _ProtocolPropertiesTypeSerializationHelper(serializable.helpers.BaseHelper ProtocolPropertiesType.DTLS, ProtocolPropertiesType.EAP_AKA, ProtocolPropertiesType.EAP_AKA_PRIME, + ProtocolPropertiesType.FIVEG_AKA, ProtocolPropertiesType.PRINS, ProtocolPropertiesType.QUIC, }