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
Copy file name to clipboardExpand all lines: docs/dyn/containeranalysis_v1alpha1.projects.notes.occurrences.html
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -841,6 +841,13 @@ <h3>Method Details</h3>
841
841
"type": "A String", # The type of package; whether native or non native(ruby gems, node.js packages etc). This may be deprecated in the future because we can have multiple PackageIssues with different package types.
842
842
"vexAssessment": { # VexAssessment provides all publisher provided Vex information that is related to this vulnerability. # VexAssessment provides all publisher provided Vex information that is related to this vulnerability for this resource.
843
843
"cve": "A String", # Holds the MITRE standard Common Vulnerabilities and Exposures (CVE) tracking number for the vulnerability.
844
+
"impacts": [ # Contains information about the impact of this vulnerability, this will change with time.
845
+
"A String",
846
+
],
847
+
"justification": { # Justification provides the justification when the state of the assessment if NOT_AFFECTED. # Justification provides the justification when the state of the assessment if NOT_AFFECTED.
848
+
"details": "A String", # Additional details on why this justification was chosen.
849
+
"justificationType": "A String", # The justification type for this vulnerability.
850
+
},
844
851
"noteName": "A String", # The VulnerabilityAssessment note from which this VexAssessment was generated. This will be of the form: `projects/[PROJECT_ID]/notes/[NOTE_ID]`.
845
852
"relatedUris": [ # Holds a list of references associated with this vulnerability item and assessment. These uris have additional information about the vulnerability and the assessment itself. E.g. Link to a document which details how this assessment concluded the state of this vulnerability.
846
853
{ # An URI message.
@@ -860,12 +867,6 @@ <h3>Method Details</h3>
860
867
},
861
868
],
862
869
"state": "A String", # Provides the state of this Vulnerability assessment.
863
-
"threats": [ # Contains information about this vulnerability, this will change with time.
864
-
{ # Contains the vulnerability kinetic information. This information can change as the vulnerability ages and new information becomes available.
865
-
"details": "A String", # Represents a thorough human-readable discussion of the threat.
866
-
"threatType": "A String", # The type of threat.
Copy file name to clipboardExpand all lines: docs/dyn/containeranalysis_v1alpha1.providers.notes.occurrences.html
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -841,6 +841,13 @@ <h3>Method Details</h3>
841
841
"type": "A String", # The type of package; whether native or non native(ruby gems, node.js packages etc). This may be deprecated in the future because we can have multiple PackageIssues with different package types.
842
842
"vexAssessment": { # VexAssessment provides all publisher provided Vex information that is related to this vulnerability. # VexAssessment provides all publisher provided Vex information that is related to this vulnerability for this resource.
843
843
"cve": "A String", # Holds the MITRE standard Common Vulnerabilities and Exposures (CVE) tracking number for the vulnerability.
844
+
"impacts": [ # Contains information about the impact of this vulnerability, this will change with time.
845
+
"A String",
846
+
],
847
+
"justification": { # Justification provides the justification when the state of the assessment if NOT_AFFECTED. # Justification provides the justification when the state of the assessment if NOT_AFFECTED.
848
+
"details": "A String", # Additional details on why this justification was chosen.
849
+
"justificationType": "A String", # The justification type for this vulnerability.
850
+
},
844
851
"noteName": "A String", # The VulnerabilityAssessment note from which this VexAssessment was generated. This will be of the form: `projects/[PROJECT_ID]/notes/[NOTE_ID]`.
845
852
"relatedUris": [ # Holds a list of references associated with this vulnerability item and assessment. These uris have additional information about the vulnerability and the assessment itself. E.g. Link to a document which details how this assessment concluded the state of this vulnerability.
846
853
{ # An URI message.
@@ -860,12 +867,6 @@ <h3>Method Details</h3>
860
867
},
861
868
],
862
869
"state": "A String", # Provides the state of this Vulnerability assessment.
863
-
"threats": [ # Contains information about this vulnerability, this will change with time.
864
-
{ # Contains the vulnerability kinetic information. This information can change as the vulnerability ages and new information becomes available.
865
-
"details": "A String", # Represents a thorough human-readable discussion of the threat.
866
-
"threatType": "A String", # The type of threat.
0 commit comments