Skip to content

Commit 9ff5277

Browse files
committed
fix: add properties to protobuf schema 1.4
Signed-off-by: Mike de Senna <[email protected]>
1 parent b6dec4b commit 9ff5277

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

schema/bom-1.4.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,8 @@ message Vulnerability {
526526
optional VulnerabilityAnalysis analysis = 16;
527527
// affects
528528
repeated VulnerabilityAffects affects = 17;
529+
// Specifies optional, custom, properties
530+
repeated Property properties = 18;
529531
}
530532

531533
message VulnerabilityReference {

0 commit comments

Comments
 (0)