Skip to content

Commit c83d471

Browse files
Merge branch 'master' into bhe-cryptodefs
2 parents ca4d2f6 + fe143ee commit c83d471

13 files changed

Lines changed: 855 additions & 20 deletions

File tree

docgen/json/templates/cyclonedx/base.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,6 @@ <h1>{{ title }}</h1>
9595
</footer>
9696
-->
9797

98+
<img referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=ce3b481f-33a5-4c88-aaf1-00c8805f24d9" />
9899
</body>
99100
</html>

docgen/proto/templates/html.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,5 +569,6 @@ https://github.com/pseudomuto/protoc-gen-doc/blob/master/resources/html.tmpl
569569
</table>
570570

571571
</div>
572+
<img referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=ce3b481f-33a5-4c88-aaf1-00c8805f24d9" />
572573
</body>
573574
</html>

docgen/xml/xs3p.xsl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,7 @@
491491
});
492492
</xsl:text>
493493
</script>
494+
<img referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=ce3b481f-33a5-4c88-aaf1-00c8805f24d9" />
494495
</body>
495496
</html>
496497
</xsl:template>

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
],
@@ -708,7 +708,7 @@
708708
"family": "ML-DSA",
709709
"standard": [
710710
{
711-
"name": "FIPS 204",
711+
"name": "FIPS204",
712712
"url": "https://doi.org/10.6028/NIST.FIPS.204"
713713
}
714714
],
@@ -727,7 +727,7 @@
727727
"family": "SLH-DSA",
728728
"standard": [
729729
{
730-
"name": "FIPS 205",
730+
"name": "FIPS205",
731731
"url": "https://doi.org/10.6028/NIST.FIPS.205"
732732
}
733733
],
@@ -796,7 +796,7 @@
796796
"family": "ML-KEM",
797797
"standard": [
798798
{
799-
"name": "FIPS 203",
799+
"name": "FIPS203",
800800
"url": "https://doi.org/10.6028/NIST.FIPS.203"
801801
}
802802
],

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)