@maxim_mazurok/gapi.client.containeranalysis-v1alpha1 0.2.20260610 → 0.2.20260619
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +9 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://containeranalysis.googleapis.com/$discovery/rest?version=v1alpha1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20260619
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -961,6 +961,13 @@ declare namespace gapi.client {
|
|
|
961
961
|
| 'IMPACT_PARTIAL'
|
|
962
962
|
| 'IMPACT_COMPLETE';
|
|
963
963
|
exploitabilityScore?: number;
|
|
964
|
+
/** Optional. Exploit Maturity (E). Defined in CVSS v4. */
|
|
965
|
+
exploitMaturity?:
|
|
966
|
+
| 'EXPLOIT_MATURITY_UNSPECIFIED'
|
|
967
|
+
| 'EXPLOIT_MATURITY_NOT_DEFINED'
|
|
968
|
+
| 'EXPLOIT_MATURITY_ATTACKED'
|
|
969
|
+
| 'EXPLOIT_MATURITY_POC'
|
|
970
|
+
| 'EXPLOIT_MATURITY_UNREPORTED';
|
|
964
971
|
impactScore?: number;
|
|
965
972
|
/** Optional. Integrity Impact (I). Defined in CVSS v2, v3. */
|
|
966
973
|
integrityImpact?:
|
|
@@ -1318,7 +1325,7 @@ declare namespace gapi.client {
|
|
|
1318
1325
|
/** Optional. Location (path and line) where the finding was detected. */
|
|
1319
1326
|
location?: FindingLocation;
|
|
1320
1327
|
/** Optional. Scanner determines which engine (e.g. static, llm) emitted the finding. */
|
|
1321
|
-
scanner?: 'SCANNER_UNSPECIFIED' | 'STATIC' | 'LLM';
|
|
1328
|
+
scanner?: 'SCANNER_UNSPECIFIED' | 'STATIC' | 'LLM' | 'WS_POLICY';
|
|
1322
1329
|
/** Optional. Severity of the finding. */
|
|
1323
1330
|
severity?: 'SEVERITY_UNSPECIFIED' | 'CRITICAL' | 'HIGH';
|
|
1324
1331
|
}
|