Skip to content

Commit fdd2e2c

Browse files
feat(ondemandscanning): update the api
#### ondemandscanning:v1 The following keys were added: - schemas.VexAssessment.properties.cve.deprecated (Total Keys: 1) - schemas.VexAssessment.properties.vulnerabilityId.type (Total Keys: 1) #### ondemandscanning:v1beta1 The following keys were added: - schemas.VexAssessment.properties.cve.deprecated (Total Keys: 1) - schemas.VexAssessment.properties.vulnerabilityId.type (Total Keys: 1)
1 parent e4abc5f commit fdd2e2c

File tree

4 files changed

+18
-6
lines changed

4 files changed

+18
-6
lines changed

docs/dyn/ondemandscanning_v1.projects.locations.scans.vulnerabilities.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ <h3>Method Details</h3>
885885
&quot;shortDescription&quot;: &quot;A String&quot;, # Output only. A one sentence description of this vulnerability.
886886
&quot;type&quot;: &quot;A String&quot;, # The type of package; whether native or non native (e.g., ruby gems, node.js packages, etc.).
887887
&quot;vexAssessment&quot;: { # VexAssessment provides all publisher provided Vex information that is related to this vulnerability.
888-
&quot;cve&quot;: &quot;A String&quot;, # Holds the MITRE standard Common Vulnerabilities and Exposures (CVE) tracking number for the vulnerability.
888+
&quot;cve&quot;: &quot;A String&quot;, # Holds the MITRE standard Common Vulnerabilities and Exposures (CVE) tracking number for the vulnerability. Deprecated: Use vulnerability_id instead to denote CVEs.
889889
&quot;impacts&quot;: [ # Contains information about the impact of this vulnerability, this will change with time.
890890
&quot;A String&quot;,
891891
],
@@ -911,6 +911,7 @@ <h3>Method Details</h3>
911911
},
912912
],
913913
&quot;state&quot;: &quot;A String&quot;, # Provides the state of this Vulnerability assessment.
914+
&quot;vulnerabilityId&quot;: &quot;A String&quot;, # The vulnerability identifier for this Assessment. Will hold one of common identifiers e.g. CVE, GHSA etc.
914915
},
915916
},
916917
},

docs/dyn/ondemandscanning_v1beta1.projects.locations.scans.vulnerabilities.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ <h3>Method Details</h3>
885885
&quot;shortDescription&quot;: &quot;A String&quot;, # Output only. A one sentence description of this vulnerability.
886886
&quot;type&quot;: &quot;A String&quot;, # The type of package; whether native or non native (e.g., ruby gems, node.js packages, etc.).
887887
&quot;vexAssessment&quot;: { # VexAssessment provides all publisher provided Vex information that is related to this vulnerability.
888-
&quot;cve&quot;: &quot;A String&quot;, # Holds the MITRE standard Common Vulnerabilities and Exposures (CVE) tracking number for the vulnerability.
888+
&quot;cve&quot;: &quot;A String&quot;, # Holds the MITRE standard Common Vulnerabilities and Exposures (CVE) tracking number for the vulnerability. Deprecated: Use vulnerability_id instead to denote CVEs.
889889
&quot;impacts&quot;: [ # Contains information about the impact of this vulnerability, this will change with time.
890890
&quot;A String&quot;,
891891
],
@@ -911,6 +911,7 @@ <h3>Method Details</h3>
911911
},
912912
],
913913
&quot;state&quot;: &quot;A String&quot;, # Provides the state of this Vulnerability assessment.
914+
&quot;vulnerabilityId&quot;: &quot;A String&quot;, # The vulnerability identifier for this Assessment. Will hold one of common identifiers e.g. CVE, GHSA etc.
914915
},
915916
},
916917
},

googleapiclient/discovery_cache/documents/ondemandscanning.v1.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@
339339
}
340340
}
341341
},
342-
"revision": "20230710",
342+
"revision": "20230717",
343343
"rootUrl": "https://ondemandscanning.googleapis.com/",
344344
"schemas": {
345345
"AliasContext": {
@@ -2733,7 +2733,8 @@
27332733
"id": "VexAssessment",
27342734
"properties": {
27352735
"cve": {
2736-
"description": "Holds the MITRE standard Common Vulnerabilities and Exposures (CVE) tracking number for the vulnerability.",
2736+
"deprecated": true,
2737+
"description": "Holds the MITRE standard Common Vulnerabilities and Exposures (CVE) tracking number for the vulnerability. Deprecated: Use vulnerability_id instead to denote CVEs.",
27372738
"type": "string"
27382739
},
27392740
"impacts": {
@@ -2782,6 +2783,10 @@
27822783
"It is not known yet whether these versions are or are not affected by the vulnerability. However, it is still under investigation."
27832784
],
27842785
"type": "string"
2786+
},
2787+
"vulnerabilityId": {
2788+
"description": "The vulnerability identifier for this Assessment. Will hold one of common identifiers e.g. CVE, GHSA etc.",
2789+
"type": "string"
27852790
}
27862791
},
27872792
"type": "object"

googleapiclient/discovery_cache/documents/ondemandscanning.v1beta1.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@
339339
}
340340
}
341341
},
342-
"revision": "20230710",
342+
"revision": "20230717",
343343
"rootUrl": "https://ondemandscanning.googleapis.com/",
344344
"schemas": {
345345
"AliasContext": {
@@ -2728,7 +2728,8 @@
27282728
"id": "VexAssessment",
27292729
"properties": {
27302730
"cve": {
2731-
"description": "Holds the MITRE standard Common Vulnerabilities and Exposures (CVE) tracking number for the vulnerability.",
2731+
"deprecated": true,
2732+
"description": "Holds the MITRE standard Common Vulnerabilities and Exposures (CVE) tracking number for the vulnerability. Deprecated: Use vulnerability_id instead to denote CVEs.",
27322733
"type": "string"
27332734
},
27342735
"impacts": {
@@ -2777,6 +2778,10 @@
27772778
"It is not known yet whether these versions are or are not affected by the vulnerability. However, it is still under investigation."
27782779
],
27792780
"type": "string"
2781+
},
2782+
"vulnerabilityId": {
2783+
"description": "The vulnerability identifier for this Assessment. Will hold one of common identifiers e.g. CVE, GHSA etc.",
2784+
"type": "string"
27802785
}
27812786
},
27822787
"type": "object"

0 commit comments

Comments
 (0)