Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CBOM: adds 'parameterSetIdentifier' property, replacing 'variant' #339

Merged
merged 1 commit into from
Nov 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions schema/bom-1.6.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3879,15 +3879,10 @@
"unknown"
]
},
"variant": {
"parameterSetIdentifier": {
"type": "string",
"title": "variant",
"description": "The variant for the crypto algorithm, algorithm components should be delimited with '-'",
"examples": [
"aes128-cbc-pkcs7",
"rsa2048-cbc-oaep-sha256-mgf1",
"kyber1024"
]
"title": "parameter set identifier",
"description": "An identifier for the parameter set of the crypto algorithm. Exampes: in AES128, '128' identifies the key length in bits, in SHA256, '256' identifies the digest length, '128' in SHAKE128 identifies its maximum security level in bits, and 'SHA2-128s' identifies a parameter set used in SLH-DSA (FIPS205)."
},
"curve": {
"type": "string",
Expand Down
Loading