Skip to content

Commit

Permalink
point to mispelled "manufacture"/"manufacturer"
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck committed Feb 8, 2024
1 parent 6d31f50 commit 250dd20
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion schema/bom-1.6.proto
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ message Metadata {
optional Component component = 4;
// The organization that manufactured the CycloneDX document. This may be different from the manufacurer of the component that the CycloneDX document describes.
optional OrganizationalEntity manufacture = 5;
// The organization that supplied the CycloneDX document. The supplier may often be the manufacture, but may also be a distributor or repackager. This may be different from the supplier of the component that the CycloneDX document describes.
// The organization that supplied the CycloneDX document (the "manufacturer", although the field is misspelled). The supplier may often be the manufacture, but may also be a distributor or repackager. This may be different from the supplier of the component that the CycloneDX document describes.
optional OrganizationalEntity supplier = 6;
// The license information for the CycloneDX document. This may be different from the license(s) of the component that the CycloneDX document describes.
optional LicenseChoice licenses = 7;
Expand Down
4 changes: 2 additions & 2 deletions schema/bom-1.6.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -678,8 +678,8 @@
"$ref": "#/definitions/component"
},
"manufacture": {
"title": "Manufacture",
"description": "The organization that manufactured the CycloneDX document.\nThis may be different from the manufacturer of the component that the CycloneDX document describes.",
"title": "Manufacturer",
"description": "The organization that manufactured the CycloneDX document (the \"manufacturer\", although the property is misspelled).\nThis may be different from the manufacturer of the component that the CycloneDX document describes.",
"$ref": "#/definitions/organizationalEntity"
},
"supplier": {
Expand Down
3 changes: 2 additions & 1 deletion schema/bom-1.6.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,8 @@ limitations under the License.
<xs:element name="manufacture" type="bom:organizationalEntity" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
The organization that manufactured the CycloneDX document.
The organization that manufactured the CycloneDX document (the "manufacturer", although the
element is misspelled).
This may be different from the manufacturer of the component that the CycloneDX document describes.
</xs:documentation>
</xs:annotation>
Expand Down

0 comments on commit 250dd20

Please sign in to comment.