Skip to content

Commit 19a1530

Browse files
authored
fix(ProtoBuff): component evidence should be optional, istead of repeated (#517)
non-breaking fix of #422 in contrast to #425 Signed-off-by: Jan Kowalleck <[email protected]>
1 parent acc5f3a commit 19a1530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/bom-1.6.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ message Component {
133133
repeated Component components = 21;
134134
// Specifies optional, custom, properties
135135
repeated Property properties = 22;
136-
// Specifies optional license and copyright evidence
136+
// Specifies optional license and copyright evidence. Only the first item in the optional repeated list is to be taken into account; every other item in the list is to be ignored/omitted.
137137
repeated Evidence evidence = 23;
138138
// Specifies optional release notes.
139139
optional ReleaseNotes releaseNotes = 24;

0 commit comments

Comments
 (0)