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: openapi.json
+55-1Lines changed: 55 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27271,6 +27271,24 @@
27271
27271
"type": "string"
27272
27272
}
27273
27273
},
27274
+
{
27275
+
"name": "filters.alertFixType",
27276
+
"in": "query",
27277
+
"required": false,
27278
+
"description": "Comma-separated list of alert fix types (\"upgrade\", \"cve\", or \"remove\") that should be included",
27279
+
"schema": {
27280
+
"type": "string"
27281
+
}
27282
+
},
27283
+
{
27284
+
"name": "filters.alertFixType.notIn",
27285
+
"in": "query",
27286
+
"required": false,
27287
+
"description": "Comma-separated list of alert fix types (\"upgrade\", \"cve\", or \"remove\") that should be included",
27288
+
"schema": {
27289
+
"type": "string"
27290
+
}
27291
+
},
27274
27292
{
27275
27293
"name": "filters.alertCategory",
27276
27294
"in": "query",
@@ -27865,6 +27883,15 @@
27865
27883
},
27866
27884
"description": "Comma-separated list of alert action source types (\"triage\", \"org-policy\", \"repo-label-policy\", \"socket-yml\", or \"fallback\") that should be included"
27867
27885
},
27886
+
"alertFixType": {
27887
+
"type": "array",
27888
+
"items": {
27889
+
"type": "string",
27890
+
"description": "",
27891
+
"default": ""
27892
+
},
27893
+
"description": "Comma-separated list of alert fix types (\"upgrade\", \"cve\", or \"remove\") that should be included"
27894
+
},
27868
27895
"alertCategory": {
27869
27896
"type": "array",
27870
27897
"items": {
@@ -28027,7 +28054,7 @@
28027
28054
"name": "aggregation.fields",
28028
28055
"in": "query",
28029
28056
"required": false,
28030
-
"description": "Comma-separated list of fields that should be used for count aggregation (allowed: alertSeverity,repoSlug,repoLabels,alertType,artifactType,alertAction,alertActionSourceType,alertCategory,alertCveId,alertCveTitle,alertCweId,alertCweName,alertPriority,dependencyDirect,dependencyDev,dependencyDead)",
28057
+
"description": "Comma-separated list of fields that should be used for count aggregation (allowed: alertSeverity,repoSlug,repoLabels,alertType,artifactType,alertAction,alertActionSourceType,alertFixType,alertCategory,alertCveId,alertCveTitle,alertCweId,alertCweName,alertPriority,dependencyDirect,dependencyDev,dependencyDead)",
28031
28058
"schema": {
28032
28059
"type": "string",
28033
28060
"default": ""
@@ -28177,6 +28204,24 @@
28177
28204
"type": "string"
28178
28205
}
28179
28206
},
28207
+
{
28208
+
"name": "filters.alertFixType",
28209
+
"in": "query",
28210
+
"required": false,
28211
+
"description": "Comma-separated list of alert fix types (\"upgrade\", \"cve\", or \"remove\") that should be included",
28212
+
"schema": {
28213
+
"type": "string"
28214
+
}
28215
+
},
28216
+
{
28217
+
"name": "filters.alertFixType.notIn",
28218
+
"in": "query",
28219
+
"required": false,
28220
+
"description": "Comma-separated list of alert fix types (\"upgrade\", \"cve\", or \"remove\") that should be included",
28221
+
"schema": {
28222
+
"type": "string"
28223
+
}
28224
+
},
28180
28225
{
28181
28226
"name": "filters.alertCategory",
28182
28227
"in": "query",
@@ -28502,6 +28547,15 @@
28502
28547
},
28503
28548
"description": "Comma-separated list of alert action source types (\"triage\", \"org-policy\", \"repo-label-policy\", \"socket-yml\", or \"fallback\") that should be included"
28504
28549
},
28550
+
"alertFixType": {
28551
+
"type": "array",
28552
+
"items": {
28553
+
"type": "string",
28554
+
"description": "",
28555
+
"default": ""
28556
+
},
28557
+
"description": "Comma-separated list of alert fix types (\"upgrade\", \"cve\", or \"remove\") that should be included"
/** @description Comma-separated list of alert action source types ("triage", "org-policy", "repo-label-policy", "socket-yml", or "fallback") that should be included */
11151
11151
'filters.alertActionSourceType.notIn'?: string
11152
+
/** @description Comma-separated list of alert fix types ("upgrade", "cve", or "remove") that should be included */
11153
+
'filters.alertFixType'?: string
11154
+
/** @description Comma-separated list of alert fix types ("upgrade", "cve", or "remove") that should be included */
11155
+
'filters.alertFixType.notIn'?: string
11152
11156
/** @description Comma-separated list of alert categories ("supplyChainRisk", "maintenance", "quality", "license", or "vulnerability") that should be included */
11153
11157
'filters.alertCategory'?: string
11154
11158
/** @description Comma-separated list of alert categories ("supplyChainRisk", "maintenance", "quality", "license", or "vulnerability") that should be included */
/** @description Comma-separated list of alert action source types ("triage", "org-policy", "repo-label-policy", "socket-yml", or "fallback") that should be included */
11312
11316
alertActionSourceType?: string[]
11317
+
/** @description Comma-separated list of alert fix types ("upgrade", "cve", or "remove") that should be included */
11318
+
alertFixType?: string[]
11313
11319
/** @description Comma-separated list of alert categories ("supplyChainRisk", "maintenance", "quality", "license", or "vulnerability") that should be included */
/** @description The number of days of data to fetch as an offset from input date */
11357
11363
range?: string
11358
-
/** @description Comma-separated list of fields that should be used for count aggregation (allowed: alertSeverity,repoSlug,repoLabels,alertType,artifactType,alertAction,alertActionSourceType,alertCategory,alertCveId,alertCveTitle,alertCweId,alertCweName,alertPriority,dependencyDirect,dependencyDev,dependencyDead) */
11364
+
/** @description Comma-separated list of fields that should be used for count aggregation (allowed: alertSeverity,repoSlug,repoLabels,alertType,artifactType,alertAction,alertActionSourceType,alertFixType,alertCategory,alertCveId,alertCveTitle,alertCweId,alertCweName,alertPriority,dependencyDirect,dependencyDev,dependencyDead) */
11359
11365
'aggregation.fields'?: string
11360
11366
/** @description Comma-separated list of alert severities ("low", "medium", "high", or "critical") that should be included */
/** @description Comma-separated list of alert action source types ("triage", "org-policy", "repo-label-policy", "socket-yml", or "fallback") that should be included */
11391
11397
'filters.alertActionSourceType.notIn'?: string
11398
+
/** @description Comma-separated list of alert fix types ("upgrade", "cve", or "remove") that should be included */
11399
+
'filters.alertFixType'?: string
11400
+
/** @description Comma-separated list of alert fix types ("upgrade", "cve", or "remove") that should be included */
11401
+
'filters.alertFixType.notIn'?: string
11392
11402
/** @description Comma-separated list of alert categories ("supplyChainRisk", "maintenance", "quality", "license", or "vulnerability") that should be included */
11393
11403
'filters.alertCategory'?: string
11394
11404
/** @description Comma-separated list of alert categories ("supplyChainRisk", "maintenance", "quality", "license", or "vulnerability") that should be included */
/** @description Comma-separated list of alert action source types ("triage", "org-policy", "repo-label-policy", "socket-yml", or "fallback") that should be included */
11468
11478
alertActionSourceType?: string[]
11479
+
/** @description Comma-separated list of alert fix types ("upgrade", "cve", or "remove") that should be included */
11480
+
alertFixType?: string[]
11469
11481
/** @description Comma-separated list of alert categories ("supplyChainRisk", "maintenance", "quality", "license", or "vulnerability") that should be included */
0 commit comments