File tree 5 files changed +2
-9
lines changed
5 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -1185,8 +1185,6 @@ def bom_ref(self) -> BomRef:
1185
1185
An optional identifier which can be used to reference the component elsewhere in the BOM. Every bom-ref MUST be
1186
1186
unique within the BOM.
1187
1187
1188
- If a value was not provided in the constructor, a UUIDv4 will have been assigned.
1189
-
1190
1188
Returns:
1191
1189
`BomRef`
1192
1190
"""
Original file line number Diff line number Diff line change @@ -68,8 +68,6 @@ def bom_ref(self) -> Optional[BomRef]:
68
68
An optional identifier which can be used to reference the component elsewhere in the BOM. Every bom-ref MUST be
69
69
unique within the BOM.
70
70
71
- If a value was not provided in the constructor, a UUIDv4 will have been assigned.
72
-
73
71
Returns:
74
72
`BomRef`
75
73
"""
Original file line number Diff line number Diff line change @@ -81,7 +81,8 @@ def __repr__(self) -> str:
81
81
def bom_ref (self ) -> BomRef :
82
82
"""
83
83
An optional identifier which can be used to reference the standard elsewhere in the BOM. Every bom-ref MUST be
84
- unique within the BOM. If a value was not provided in the constructor, a UUIDv4 will have been assigned.
84
+ unique within the BOM.
85
+
85
86
Returns:
86
87
`BomRef`
87
88
"""
Original file line number Diff line number Diff line change @@ -95,8 +95,6 @@ def bom_ref(self) -> BomRef:
95
95
An optional identifier which can be used to reference the service elsewhere in the BOM. Uniqueness is enforced
96
96
within all elements and children of the root-level bom element.
97
97
98
- If a value was not provided in the constructor, a UUIDv4 will have been assigned.
99
-
100
98
Returns:
101
99
`BomRef` unique identifier for this Service
102
100
"""
Original file line number Diff line number Diff line change @@ -989,8 +989,6 @@ def bom_ref(self) -> BomRef:
989
989
"""
990
990
Get the unique reference for this Vulnerability in this BOM.
991
991
992
- If a value was not provided in the constructor, a UUIDv4 will have been assigned.
993
-
994
992
Returns:
995
993
`BomRef`
996
994
"""
You can’t perform that action at this time.
0 commit comments