Skip to content

Commit c57fdd8

Browse files
Merge branch 'master' into feat/enum-labels-for-spdx.schema.json
2 parents c9f1780 + 0828e7c commit c57fdd8

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

.github/workflows/test_java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ defaults:
1818
permissions: {}
1919

2020
jobs:
21-
test:
21+
test_java:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout

.github/workflows/test_js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defaults:
2020
permissions: {}
2121

2222
jobs:
23-
test:
23+
test_js:
2424
timeout-minutes: 30
2525
runs-on: ubuntu-latest
2626
steps:

.github/workflows/test_php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defaults:
2020
permissions: {}
2121

2222
jobs:
23-
test:
23+
test_php:
2424
timeout-minutes: 30
2525
runs-on: ubuntu-latest
2626
steps:

.github/workflows/test_proto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defaults:
2020
permissions: {}
2121

2222
jobs:
23-
test:
23+
test_proto:
2424
timeout-minutes: 30
2525
runs-on: ubuntu-latest
2626
steps:

schema/bom-1.6.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@
536536
"description": "Identifier for referable and therefore interlinkable elements.\nValue SHOULD not start with the BOM-Link intro 'urn:cdx:' to avoid conflicts with BOM-Links.",
537537
"type": "string",
538538
"minLength": 1,
539-
"$comment": "TODO (breaking change): add a format constraint that prevents the value from staring with 'urn:cdx:'"
539+
"$comment": "TODO (breaking change): add a format constraint that prevents the value from starting with 'urn:cdx:'"
540540
},
541541
"refLinkType": {
542542
"description": "Descriptor for an element identified by the attribute 'bom-ref' in the same BOM document.\nIn contrast to `bomLinkElementType`.",
@@ -1161,7 +1161,7 @@
11611161
"contentType": {
11621162
"type": "string",
11631163
"title": "Content-Type",
1164-
"description": "Specifies the format and nature of the data being attached, helping systems correctly interpret and process the content. Common content type examples include `application/json` for JSON data and `text/plain` for plan text documents.\n [RFC 2045 section 5.1](https://www.ietf.org/rfc/rfc2045.html#section-5.1) outlines the structure and use of content types. For a comprehensive list of registered content types, refer to the [IANA media types registry](https://www.iana.org/assignments/media-types/media-types.xhtml).",
1164+
"description": "Specifies the format and nature of the data being attached, helping systems correctly interpret and process the content. Common content type examples include `application/json` for JSON data and `text/plain` for plain text documents.\n [RFC 2045 section 5.1](https://www.ietf.org/rfc/rfc2045.html#section-5.1) outlines the structure and use of content types. For a comprehensive list of registered content types, refer to the [IANA media types registry](https://www.iana.org/assignments/media-types/media-types.xhtml).",
11651165
"default": "text/plain",
11661166
"examples": [
11671167
"text/plain",

schema/bom-1.6.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ limitations under the License.
973973
<xs:documentation>
974974
Specifies the format and nature of the data being attached, helping systems correctly
975975
interpret and process the content. Common content type examples include `application/json`
976-
for JSON data and `text/plain` for plan text documents.
976+
for JSON data and `text/plain` for plain text documents.
977977
RFC 2045 section 5.1 outlines the structure and use of content types. For a comprehensive
978978
list of registered content types, refer to the IANA media types registry at
979979
https://www.iana.org/assignments/media-types/media-types.xhtml.

schema/bom-1.7.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@
555555
"description": "Identifier for referable and therefore interlinkable elements.\nValue SHOULD not start with the BOM-Link intro 'urn:cdx:' to avoid conflicts with BOM-Links.",
556556
"type": "string",
557557
"minLength": 1,
558-
"$comment": "TODO (breaking change): add a format constraint that prevents the value from staring with 'urn:cdx:'"
558+
"$comment": "TODO (breaking change): add a format constraint that prevents the value from starting with 'urn:cdx:'"
559559
},
560560
"refLinkType": {
561561
"title": "BOM Reference",
@@ -1248,7 +1248,7 @@
12481248
"contentType": {
12491249
"type": "string",
12501250
"title": "Content-Type",
1251-
"description": "Specifies the format and nature of the data being attached, helping systems correctly interpret and process the content. Common content type examples include `application/json` for JSON data and `text/plain` for plan text documents.\n [RFC 2045 section 5.1](https://www.ietf.org/rfc/rfc2045.html#section-5.1) outlines the structure and use of content types. For a comprehensive list of registered content types, refer to the [IANA media types registry](https://www.iana.org/assignments/media-types/media-types.xhtml).",
1251+
"description": "Specifies the format and nature of the data being attached, helping systems correctly interpret and process the content. Common content type examples include `application/json` for JSON data and `text/plain` for plain text documents.\n [RFC 2045 section 5.1](https://www.ietf.org/rfc/rfc2045.html#section-5.1) outlines the structure and use of content types. For a comprehensive list of registered content types, refer to the [IANA media types registry](https://www.iana.org/assignments/media-types/media-types.xhtml).",
12521252
"default": "text/plain",
12531253
"examples": [
12541254
"text/plain",

schema/bom-1.7.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1204,7 +1204,7 @@ limitations under the License.
12041204
<xs:documentation>
12051205
Specifies the format and nature of the data being attached, helping systems correctly
12061206
interpret and process the content. Common content type examples include `application/json`
1207-
for JSON data and `text/plain` for plan text documents.
1207+
for JSON data and `text/plain` for plain text documents.
12081208
RFC 2045 section 5.1 outlines the structure and use of content types. For a comprehensive
12091209
list of registered content types, refer to the IANA media types registry at
12101210
https://www.iana.org/assignments/media-types/media-types.xhtml.

schema/cryptography-defs.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@
418418
{
419419
"standard": [
420420
{
421-
"name": "RFC 5297",
421+
"name": "RFC5297",
422422
"url": "https://doi.org/10.17487/RFC5297"
423423
}
424424
],
@@ -723,7 +723,7 @@
723723
"family": "ML-DSA",
724724
"standard": [
725725
{
726-
"name": "FIPS 204",
726+
"name": "FIPS204",
727727
"url": "https://doi.org/10.6028/NIST.FIPS.204"
728728
}
729729
],
@@ -742,7 +742,7 @@
742742
"family": "SLH-DSA",
743743
"standard": [
744744
{
745-
"name": "FIPS 205",
745+
"name": "FIPS205",
746746
"url": "https://doi.org/10.6028/NIST.FIPS.205"
747747
}
748748
],
@@ -811,7 +811,7 @@
811811
"family": "ML-KEM",
812812
"standard": [
813813
{
814-
"name": "FIPS 203",
814+
"name": "FIPS203",
815815
"url": "https://doi.org/10.6028/NIST.FIPS.203"
816816
}
817817
],

schema/cryptography-defs.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
33
"$id": "http://cyclonedx.org/schema/cryptography-defs.schema.json",
4-
"$comment": "2026-02-19T23:43:11Z",
4+
"$comment": "2026-02-26T14:12:39Z",
55
"title": "Cryptographic Algorithm Family Definitions",
66
"description": "Enumerates cryptographic algorithm families and their specific metadata.",
77
"type": "object",

0 commit comments

Comments
 (0)