You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cyclonedx/schema/_res/bom-1.6.SNAPSHOT.schema.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -536,7 +536,7 @@
536
536
"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.",
537
537
"type": "string",
538
538
"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:'"
540
540
},
541
541
"refLinkType": {
542
542
"description": "Descriptor for an element identified by the attribute 'bom-ref' in the same BOM document.\nIn contrast to `bomLinkElementType`.",
@@ -1161,7 +1161,7 @@
1161
1161
"contentType": {
1162
1162
"type": "string",
1163
1163
"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).",
1165
1165
"default": "text/plain",
1166
1166
"examples": [
1167
1167
"text/plain",
@@ -2681,7 +2681,7 @@
2681
2681
"ratings": {
2682
2682
"type": "array",
2683
2683
"title": "Ratings",
2684
-
"description": "List of vulnerability ratings",
2684
+
"description": "List of vulnerability ratings. Consumers SHOULD consider ratings in prioritization decisions; source ratings may differ and aid prioritization.",
<xs:documentationxml:lang="en">List of vulnerability ratings.</xs:documentation>
4231
+
<xs:documentationxml:lang="en">List of vulnerability ratings. Consumers SHOULD consider ratings in prioritization decisions; source ratings may differ and aid prioritization.</xs:documentation>
Copy file name to clipboardExpand all lines: cyclonedx/schema/_res/bom-1.7.SNAPSHOT.schema.json
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -555,7 +555,7 @@
555
555
"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.",
556
556
"type": "string",
557
557
"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:'"
559
559
},
560
560
"refLinkType": {
561
561
"title": "BOM Reference",
@@ -981,7 +981,7 @@
981
981
"versionRange": {
982
982
"$ref": "#/definitions/versionRange",
983
983
"title": "Component Version Range",
984
-
"description": "For an external component, this specifies the accepted version range.\nThe value must adhere to the Package URL Version Range syntax (vers), as defined at <https://github.com/package-url/vers-spec\nMay only be used if `.isExternal` is set to `true`.\nMust be used exclusively, either 'version' or 'versionRange', but not both."
984
+
"description": "For an external component, this specifies the accepted version range.\nThe value must adhere to the Package URL Version Range syntax (vers), as defined at https://github.com/package-url/vers-spec\nMay only be used if `.isExternal` is set to `true`.\nMust be used exclusively, either 'version' or 'versionRange', but not both."
985
985
},
986
986
"isExternal": {
987
987
"type": "boolean",
@@ -1079,7 +1079,7 @@
1079
1079
"ancestors": {
1080
1080
"type": "array",
1081
1081
"title": "Ancestors",
1082
-
"description": "Describes zero or more components in which a component is derived from. This is commonly used to describe forks from existing projects where the forked version contains a ancestor node containing the original component it was forked from. For example, Component A is the original component. Component B is the component being used and documented in the BOM. However, Component B contains a pedigree node with a single ancestor documenting Component A - the original component from which Component B is derived from.",
1082
+
"description": "Describes zero or more components in which a component is derived from. This is commonly used to describe forks from existing projects where the forked version contains an ancestor node containing the original component it was forked from. For example, Component A is the original component. Component B is the component being used and documented in the BOM. However, Component B contains a pedigree node with a single ancestor documenting Component A - the original component from which Component B is derived from.",
1083
1083
"items": {"$ref": "#/definitions/component"}
1084
1084
},
1085
1085
"descendants": {
@@ -1103,7 +1103,7 @@
1103
1103
"patches": {
1104
1104
"type": "array",
1105
1105
"title": "Patches",
1106
-
"description": ">A list of zero or more patches describing how the component deviates from an ancestor, descendant, or variant. Patches may be complementary to commits or may be used in place of commits.",
1106
+
"description": "A list of zero or more patches describing how the component deviates from an ancestor, descendant, or variant. Patches may be complementary to commits or may be used in place of commits.",
1107
1107
"items": {"$ref": "#/definitions/patch"}
1108
1108
},
1109
1109
"notes": {
@@ -1248,7 +1248,7 @@
1248
1248
"contentType": {
1249
1249
"type": "string",
1250
1250
"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).",
1252
1252
"default": "text/plain",
1253
1253
"examples": [
1254
1254
"text/plain",
@@ -2841,7 +2841,7 @@
2841
2841
"ratings": {
2842
2842
"type": "array",
2843
2843
"title": "Ratings",
2844
-
"description": "List of vulnerability ratings",
2844
+
"description": "List of vulnerability ratings. Consumers SHOULD consider ratings in prioritization decisions; source ratings may differ and aid prioritization.",
0 commit comments