Skip to content

Commit bc97e1c

Browse files
authored
fix: ProtocolPropertiesType enum case 5g-aka for CycloneDX 1.7 (#1004)
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent f9223d8 commit bc97e1c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cyclonedx/model/crypto.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1185,6 +1185,7 @@ class _ProtocolPropertiesTypeSerializationHelper(serializable.helpers.BaseHelper
11851185
ProtocolPropertiesType.DTLS,
11861186
ProtocolPropertiesType.EAP_AKA,
11871187
ProtocolPropertiesType.EAP_AKA_PRIME,
1188+
ProtocolPropertiesType.FIVEG_AKA,
11881189
ProtocolPropertiesType.PRINS,
11891190
ProtocolPropertiesType.QUIC,
11901191
}

0 commit comments

Comments
 (0)