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: clients/google-api-services-containeranalysis/v1/2.0.0/com/google/api/services/containeranalysis/v1/model/CVSS.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,13 @@ public final class CVSS extends com.google.api.client.json.GenericJson {
81
81
@com.google.api.client.util.Key
82
82
privatejava.lang.StringconfidentialityImpact;
83
83
84
+
/**
85
+
* Exploit Maturity (E). Defined in CVSS v4.
86
+
* The value may be {@code null}.
87
+
*/
88
+
@com.google.api.client.util.Key
89
+
privatejava.lang.StringexploitMaturity;
90
+
84
91
/**
85
92
* The value may be {@code null}.
86
93
*/
@@ -282,6 +289,23 @@ public CVSS setConfidentialityImpact(java.lang.String confidentialityImpact) {
282
289
returnthis;
283
290
}
284
291
292
+
/**
293
+
* Exploit Maturity (E). Defined in CVSS v4.
294
+
* @return value or {@code null} for none
295
+
*/
296
+
publicjava.lang.StringgetExploitMaturity() {
297
+
returnexploitMaturity;
298
+
}
299
+
300
+
/**
301
+
* Exploit Maturity (E). Defined in CVSS v4.
302
+
* @param exploitMaturity exploitMaturity or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-containeranalysis/v1alpha1/2.0.0/com/google/api/services/containeranalysis/v1alpha1/model/CVSS.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,13 @@ public final class CVSS extends com.google.api.client.json.GenericJson {
84
84
@com.google.api.client.util.Key
85
85
privatejava.lang.StringconfidentialityImpact;
86
86
87
+
/**
88
+
* Optional. Exploit Maturity (E). Defined in CVSS v4.
89
+
* The value may be {@code null}.
90
+
*/
91
+
@com.google.api.client.util.Key
92
+
privatejava.lang.StringexploitMaturity;
93
+
87
94
/**
88
95
* The value may be {@code null}.
89
96
*/
@@ -285,6 +292,23 @@ public CVSS setConfidentialityImpact(java.lang.String confidentialityImpact) {
285
292
returnthis;
286
293
}
287
294
295
+
/**
296
+
* Optional. Exploit Maturity (E). Defined in CVSS v4.
297
+
* @return value or {@code null} for none
298
+
*/
299
+
publicjava.lang.StringgetExploitMaturity() {
300
+
returnexploitMaturity;
301
+
}
302
+
303
+
/**
304
+
* Optional. Exploit Maturity (E). Defined in CVSS v4.
305
+
* @param exploitMaturity exploitMaturity or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-containeranalysis/v1beta1/2.0.0/com/google/api/services/containeranalysis/v1beta1/model/CVSS.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,13 @@ public final class CVSS extends com.google.api.client.json.GenericJson {
84
84
@com.google.api.client.util.Key
85
85
privatejava.lang.StringconfidentialityImpact;
86
86
87
+
/**
88
+
* Exploit Maturity (E). Defined in CVSS v4.
89
+
* The value may be {@code null}.
90
+
*/
91
+
@com.google.api.client.util.Key
92
+
privatejava.lang.StringexploitMaturity;
93
+
87
94
/**
88
95
* The value may be {@code null}.
89
96
*/
@@ -285,6 +292,23 @@ public CVSS setConfidentialityImpact(java.lang.String confidentialityImpact) {
285
292
returnthis;
286
293
}
287
294
295
+
/**
296
+
* Exploit Maturity (E). Defined in CVSS v4.
297
+
* @return value or {@code null} for none
298
+
*/
299
+
publicjava.lang.StringgetExploitMaturity() {
300
+
returnexploitMaturity;
301
+
}
302
+
303
+
/**
304
+
* Exploit Maturity (E). Defined in CVSS v4.
305
+
* @param exploitMaturity exploitMaturity or {@code null} for none
0 commit comments