Skip to content

Commit

Permalink
fix(ProtoBuff): component evidence should be optional, istead of repe…
Browse files Browse the repository at this point in the history
…ated (#517)

non-breaking fix of #422 
in contrast to #425

Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck authored Sep 4, 2024
1 parent acc5f3a commit 19a1530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/bom-1.6.proto
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ message Component {
repeated Component components = 21;
// Specifies optional, custom, properties
repeated Property properties = 22;
// Specifies optional license and copyright evidence
// 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.
repeated Evidence evidence = 23;
// Specifies optional release notes.
optional ReleaseNotes releaseNotes = 24;
Expand Down

0 comments on commit 19a1530

Please sign in to comment.