Skip to content

Commit 51e8197

Browse files
fix: ProtoBuf evidence not repeated, but optional (#425)
fixes #422 and yes, fixing this bug is actually considered a breaking change in terms of ProtoBuf
2 parents 5154559 + b3d9a2b commit 51e8197

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
@@ -134,7 +134,7 @@ message Component {
134134
// Specifies optional, custom, properties
135135
repeated Property properties = 22;
136136
// Specifies optional license and copyright evidence
137-
repeated Evidence evidence = 23;
137+
optional Evidence evidence = 23;
138138
// Specifies optional release notes.
139139
optional ReleaseNotes releaseNotes = 24;
140140
// A model card describes the intended uses of a machine learning model, potential limitations, biases, ethical considerations, training parameters, datasets used to train the model, performance metrics, and other relevant data useful for ML transparency.

0 commit comments

Comments
 (0)