@maxim_mazurok/gapi.client.containeranalysis-v1beta1 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.
Files changed (2) hide show
  1. package/index.d.ts +9 -2
  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=v1beta1
12
- // Revision: 20260610
12
+ // Revision: 20260619
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -907,6 +907,13 @@ declare namespace gapi.client {
907
907
  | 'IMPACT_PARTIAL'
908
908
  | 'IMPACT_COMPLETE';
909
909
  exploitabilityScore?: number;
910
+ /** Exploit Maturity (E). Defined in CVSS v4. */
911
+ exploitMaturity?:
912
+ | 'EXPLOIT_MATURITY_UNSPECIFIED'
913
+ | 'EXPLOIT_MATURITY_NOT_DEFINED'
914
+ | 'EXPLOIT_MATURITY_ATTACKED'
915
+ | 'EXPLOIT_MATURITY_POC'
916
+ | 'EXPLOIT_MATURITY_UNREPORTED';
910
917
  impactScore?: number;
911
918
  /** Integrity Impact (I). Defined in CVSS v2, v3. */
912
919
  integrityImpact?:
@@ -1281,7 +1288,7 @@ declare namespace gapi.client {
1281
1288
  /** Location (path and line) where the finding was detected. */
1282
1289
  location?: FindingLocation;
1283
1290
  /** Scanner determines which engine (e.g. static, llm) emitted the finding. */
1284
- scanner?: 'SCANNER_UNSPECIFIED' | 'STATIC' | 'LLM';
1291
+ scanner?: 'SCANNER_UNSPECIFIED' | 'STATIC' | 'LLM' | 'WS_POLICY';
1285
1292
  /** Severity of the finding. */
1286
1293
  severity?: 'SEVERITY_UNSPECIFIED' | 'CRITICAL' | 'HIGH';
1287
1294
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.containeranalysis-v1beta1",
3
- "version": "0.2.20260610",
3
+ "version": "0.2.20260619",
4
4
  "description": "TypeScript typings for Container Analysis API v1beta1",
5
5
  "repository": {
6
6
  "type": "git",