Skip to content

Commit 4159dee

Browse files
Doc update
Signed-off-by: Steve Springett <[email protected]>
1 parent 9730c9f commit 4159dee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

schema/bom-1.5.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1962,7 +1962,7 @@
19621962
"vulnerability": {
19631963
"type": "object",
19641964
"title": "Vulnerability",
1965-
"description": "Defines a weakness in an component or service that could be exploited or triggered by a threat source.",
1965+
"description": "Defines a weakness in a component or service that could be exploited or triggered by a threat source.",
19661966
"additionalProperties": false,
19671967
"properties": {
19681968
"bom-ref": {

schema/bom-1.5.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3297,7 +3297,7 @@ limitations under the License.
32973297
<xs:sequence minOccurs="0" maxOccurs="unbounded">
32983298
<xs:element name="vulnerability" type="bom:vulnerabilityType">
32993299
<xs:annotation>
3300-
<xs:documentation>Defines a weakness in an component or service that could be exploited or triggered by a threat source.</xs:documentation>
3300+
<xs:documentation>Defines a weakness in a component or service that could be exploited or triggered by a threat source.</xs:documentation>
33013301
</xs:annotation>
33023302
</xs:element>
33033303
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded">

0 commit comments

Comments
 (0)