You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### containeranalysis:v1alpha1
The following keys were added:
- schemas.Detail.properties.vendor (Total Keys: 1)
#### containeranalysis:v1beta1
The following keys were added:
- schemas.Detail.properties.vendor (Total Keys: 1)
Copy file name to clipboardExpand all lines: docs/dyn/containeranalysis_v1beta1.projects.notes.html
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -271,6 +271,7 @@ <h3>Method Details</h3>
271
271
"severityName": "A String", # The severity (eg: distro assigned severity) for this vulnerability.
272
272
"source": "A String", # The source from which the information in this Detail was obtained.
273
273
"sourceUpdateTime": "A String", # The time this information was last changed at the source. This is an upstream timestamp from the underlying information source - e.g. Ubuntu security tracker.
274
+
"vendor": "A String", # The name of the vendor of the product.
274
275
},
275
276
],
276
277
"severity": "A String", # Note provider assigned impact of the vulnerability.
@@ -450,6 +451,7 @@ <h3>Method Details</h3>
450
451
"severityName": "A String", # The severity (eg: distro assigned severity) for this vulnerability.
451
452
"source": "A String", # The source from which the information in this Detail was obtained.
452
453
"sourceUpdateTime": "A String", # The time this information was last changed at the source. This is an upstream timestamp from the underlying information source - e.g. Ubuntu security tracker.
454
+
"vendor": "A String", # The name of the vendor of the product.
453
455
},
454
456
],
455
457
"severity": "A String", # Note provider assigned impact of the vulnerability.
@@ -634,6 +636,7 @@ <h3>Method Details</h3>
634
636
"severityName": "A String", # The severity (eg: distro assigned severity) for this vulnerability.
635
637
"source": "A String", # The source from which the information in this Detail was obtained.
636
638
"sourceUpdateTime": "A String", # The time this information was last changed at the source. This is an upstream timestamp from the underlying information source - e.g. Ubuntu security tracker.
639
+
"vendor": "A String", # The name of the vendor of the product.
637
640
},
638
641
],
639
642
"severity": "A String", # Note provider assigned impact of the vulnerability.
@@ -810,6 +813,7 @@ <h3>Method Details</h3>
810
813
"severityName": "A String", # The severity (eg: distro assigned severity) for this vulnerability.
811
814
"source": "A String", # The source from which the information in this Detail was obtained.
812
815
"sourceUpdateTime": "A String", # The time this information was last changed at the source. This is an upstream timestamp from the underlying information source - e.g. Ubuntu security tracker.
816
+
"vendor": "A String", # The name of the vendor of the product.
813
817
},
814
818
],
815
819
"severity": "A String", # Note provider assigned impact of the vulnerability.
@@ -1010,6 +1014,7 @@ <h3>Method Details</h3>
1010
1014
"severityName": "A String", # The severity (eg: distro assigned severity) for this vulnerability.
1011
1015
"source": "A String", # The source from which the information in this Detail was obtained.
1012
1016
"sourceUpdateTime": "A String", # The time this information was last changed at the source. This is an upstream timestamp from the underlying information source - e.g. Ubuntu security tracker.
1017
+
"vendor": "A String", # The name of the vendor of the product.
1013
1018
},
1014
1019
],
1015
1020
"severity": "A String", # Note provider assigned impact of the vulnerability.
@@ -1241,6 +1246,7 @@ <h3>Method Details</h3>
1241
1246
"severityName": "A String", # The severity (eg: distro assigned severity) for this vulnerability.
1242
1247
"source": "A String", # The source from which the information in this Detail was obtained.
1243
1248
"sourceUpdateTime": "A String", # The time this information was last changed at the source. This is an upstream timestamp from the underlying information source - e.g. Ubuntu security tracker.
1249
+
"vendor": "A String", # The name of the vendor of the product.
1244
1250
},
1245
1251
],
1246
1252
"severity": "A String", # Note provider assigned impact of the vulnerability.
@@ -1434,6 +1440,7 @@ <h3>Method Details</h3>
1434
1440
"severityName": "A String", # The severity (eg: distro assigned severity) for this vulnerability.
1435
1441
"source": "A String", # The source from which the information in this Detail was obtained.
1436
1442
"sourceUpdateTime": "A String", # The time this information was last changed at the source. This is an upstream timestamp from the underlying information source - e.g. Ubuntu security tracker.
1443
+
"vendor": "A String", # The name of the vendor of the product.
1437
1444
},
1438
1445
],
1439
1446
"severity": "A String", # Note provider assigned impact of the vulnerability.
@@ -1610,6 +1617,7 @@ <h3>Method Details</h3>
1610
1617
"severityName": "A String", # The severity (eg: distro assigned severity) for this vulnerability.
1611
1618
"source": "A String", # The source from which the information in this Detail was obtained.
1612
1619
"sourceUpdateTime": "A String", # The time this information was last changed at the source. This is an upstream timestamp from the underlying information source - e.g. Ubuntu security tracker.
1620
+
"vendor": "A String", # The name of the vendor of the product.
1613
1621
},
1614
1622
],
1615
1623
"severity": "A String", # Note provider assigned impact of the vulnerability.
Copy file name to clipboardExpand all lines: docs/dyn/containeranalysis_v1beta1.projects.occurrences.html
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1915,6 +1915,7 @@ <h3>Method Details</h3>
1915
1915
"severityName": "A String", # The severity (eg: distro assigned severity) for this vulnerability.
1916
1916
"source": "A String", # The source from which the information in this Detail was obtained.
1917
1917
"sourceUpdateTime": "A String", # The time this information was last changed at the source. This is an upstream timestamp from the underlying information source - e.g. Ubuntu security tracker.
1918
+
"vendor": "A String", # The name of the vendor of the product.
1918
1919
},
1919
1920
],
1920
1921
"severity": "A String", # Note provider assigned impact of the vulnerability.
"description": "The time this information was last changed at the source. This is an upstream timestamp from the underlying information source - e.g. Ubuntu security tracker.",
1517
1517
"format": "google-datetime",
1518
1518
"type": "string"
1519
+
},
1520
+
"vendor": {
1521
+
"description": "The name of the vendor of the product.",
0 commit comments