Skip to content

Commit 1ce2c8f

Browse files
Removing JOSE from protocol - as it technically doesn't fit the definition of one. Each JOSE component (tokens, algorithms, etc) can be represented as individual components within the CBOM.
Signed-off-by: Steve Springett <[email protected]>
1 parent 2155fb0 commit 1ce2c8f

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

schema/bom-1.7.proto

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2472,8 +2472,6 @@ message CryptoProperties {
24722472
CRYPTO_PROTOCOL_TYPE_PRINS = 13;
24732473
// Authentication and Key Agreement for 5G
24742474
CRYPTO_PROTOCOL_TYPE_5G_AKA = 14;
2475-
// JSON Object Signing and Encryption
2476-
CRYPTO_PROTOCOL_TYPE_JOSE = 15;
24772475
}
24782476

24792477
// Object representing a cipher suite

schema/bom-1.7.xsd

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7745,13 +7745,6 @@ limitations under the License.
77457745
</xs:documentation>
77467746
</xs:annotation>
77477747
</xs:enumeration>
7748-
<xs:enumeration value="jose">
7749-
<xs:annotation>
7750-
<xs:documentation>
7751-
JSON Object Signing and Encryption
7752-
</xs:documentation>
7753-
</xs:annotation>
7754-
</xs:enumeration>
77557748
<xs:enumeration value="other">
77567749
<xs:annotation>
77577750
<xs:documentation>

0 commit comments

Comments
 (0)