Skip to content

Commit ed5fa84

Browse files
feat: Add support for TLP marking in metadata - correct TLP description (fixes CycloneDX#595)
Signed-off-by: anthonyharrison <anthony.p.harrison@gmail.com>
1 parent 4e918f8 commit ed5fa84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/bom-1.7.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ message Metadata {
514514
repeated Lifecycles lifecycles = 9;
515515
// The organization that created the BOM. Manufacturer is common in BOMs created through automated processes. BOMs created through manual means may have '.authors' instead.
516516
optional OrganizationalEntity manufacturer = 10;
517-
// The Traffic Light Protocol (TLP) classification that controls the sharing and distribution of the component that the BOM describes.
517+
// The Traffic Light Protocol (TLP) classification that controls the sharing and distribution of the data that the BOM describes.
518518
optional TlpClassification distribution = 11;
519519
}
520520

0 commit comments

Comments
 (0)