@maxim_mazurok/gapi.client.containeranalysis-v1 0.1.20260610 → 0.1.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=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20260619
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -967,6 +967,13 @@ declare namespace gapi.client {
|
|
|
967
967
|
| 'IMPACT_PARTIAL'
|
|
968
968
|
| 'IMPACT_COMPLETE';
|
|
969
969
|
exploitabilityScore?: number;
|
|
970
|
+
/** Exploit Maturity (E). Defined in CVSS v4. */
|
|
971
|
+
exploitMaturity?:
|
|
972
|
+
| 'EXPLOIT_MATURITY_UNSPECIFIED'
|
|
973
|
+
| 'EXPLOIT_MATURITY_NOT_DEFINED'
|
|
974
|
+
| 'EXPLOIT_MATURITY_ATTACKED'
|
|
975
|
+
| 'EXPLOIT_MATURITY_POC'
|
|
976
|
+
| 'EXPLOIT_MATURITY_UNREPORTED';
|
|
970
977
|
impactScore?: number;
|
|
971
978
|
/** Integrity Impact (I). Defined in CVSS v2, v3. */
|
|
972
979
|
integrityImpact?:
|
|
@@ -1267,7 +1274,7 @@ declare namespace gapi.client {
|
|
|
1267
1274
|
/** Location (path and line) where the finding was detected. */
|
|
1268
1275
|
location?: FindingLocation;
|
|
1269
1276
|
/** Scanner determines which engine (e.g. static, llm) emitted the finding. */
|
|
1270
|
-
scanner?: 'SCANNER_UNSPECIFIED' | 'STATIC' | 'LLM';
|
|
1277
|
+
scanner?: 'SCANNER_UNSPECIFIED' | 'STATIC' | 'LLM' | 'WS_POLICY';
|
|
1271
1278
|
/** Severity of the finding. */
|
|
1272
1279
|
severity?: 'SEVERITY_UNSPECIFIED' | 'CRITICAL' | 'HIGH';
|
|
1273
1280
|
}
|