diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.json b/descriptions-next/api.github.com/api.github.com.2022-11-28.json index 9a9d2881d..dc4b335f4 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.json @@ -16453,6 +16453,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-runtime-risk" + }, { "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" }, @@ -316975,6 +316978,14 @@ "type": "string" } }, + "dependabot-alert-comma-separated-runtime-risk": { + "name": "runtime_risk", + "in": "query", + "description": "A comma-separated list of runtime risk strings. If specified, only alerts for repositories with deployment records matching these risks will be returned.\n\nCan be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement`", + "schema": { + "type": "string" + } + }, "hook-id": { "name": "hook_id", "description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.", diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml index 79702d8c2..2441f1e42 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml @@ -11967,6 +11967,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry-urls" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-runtime-risk" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" - "$ref": "#/components/parameters/dependabot-alert-scope" - "$ref": "#/components/parameters/dependabot-alert-sort" @@ -237164,6 +237165,15 @@ components: Can be: `jfrog-artifactory` schema: type: string + dependabot-alert-comma-separated-runtime-risk: + name: runtime_risk + in: query + description: |- + A comma-separated list of runtime risk strings. If specified, only alerts for repositories with deployment records matching these risks will be returned. + + Can be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement` + schema: + type: string hook-id: name: hook_id description: The unique identifier of the hook. You can find this value in the diff --git a/descriptions-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index 9a9d2881d..dc4b335f4 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -16453,6 +16453,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-runtime-risk" + }, { "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" }, @@ -316975,6 +316978,14 @@ "type": "string" } }, + "dependabot-alert-comma-separated-runtime-risk": { + "name": "runtime_risk", + "in": "query", + "description": "A comma-separated list of runtime risk strings. If specified, only alerts for repositories with deployment records matching these risks will be returned.\n\nCan be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement`", + "schema": { + "type": "string" + } + }, "hook-id": { "name": "hook_id", "description": "The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery.", diff --git a/descriptions-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index 79702d8c2..2441f1e42 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -11967,6 +11967,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry-urls" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-runtime-risk" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" - "$ref": "#/components/parameters/dependabot-alert-scope" - "$ref": "#/components/parameters/dependabot-alert-sort" @@ -237164,6 +237165,15 @@ components: Can be: `jfrog-artifactory` schema: type: string + dependabot-alert-comma-separated-runtime-risk: + name: runtime_risk + in: query + description: |- + A comma-separated list of runtime risk strings. If specified, only alerts for repositories with deployment records matching these risks will be returned. + + Can be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement` + schema: + type: string hook-id: name: hook_id description: The unique identifier of the hook. You can find this value in the diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index 3b642db3f..094f51a86 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -100933,6 +100933,14 @@ "type": "string" } }, + { + "name": "runtime_risk", + "in": "query", + "description": "A comma-separated list of runtime risk strings. If specified, only alerts for repositories with deployment records matching these risks will be returned.\n\nCan be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement`", + "schema": { + "type": "string" + } + }, { "name": "has", "in": "query", diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index e0744dcc3..507f3dc65 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -28558,6 +28558,14 @@ paths: Can be: `jfrog-artifactory` schema: type: string + - name: runtime_risk + in: query + description: |- + A comma-separated list of runtime risk strings. If specified, only alerts for repositories with deployment records matching these risks will be returned. + + Can be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement` + schema: + type: string - *165 - *166 - *167 diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json index 3b642db3f..094f51a86 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json @@ -100933,6 +100933,14 @@ "type": "string" } }, + { + "name": "runtime_risk", + "in": "query", + "description": "A comma-separated list of runtime risk strings. If specified, only alerts for repositories with deployment records matching these risks will be returned.\n\nCan be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement`", + "schema": { + "type": "string" + } + }, { "name": "has", "in": "query", diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml index e0744dcc3..507f3dc65 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml @@ -28558,6 +28558,14 @@ paths: Can be: `jfrog-artifactory` schema: type: string + - name: runtime_risk + in: query + description: |- + A comma-separated list of runtime risk strings. If specified, only alerts for repositories with deployment records matching these risks will be returned. + + Can be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement` + schema: + type: string - *165 - *166 - *167 diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json index d3dea2df3..8a339722c 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -143926,6 +143926,14 @@ "type": "string" } }, + { + "name": "runtime_risk", + "in": "query", + "description": "A comma-separated list of runtime risk strings. If specified, only alerts for repositories with deployment records matching these risks will be returned.\n\nCan be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement`", + "schema": { + "type": "string" + } + }, { "name": "has", "in": "query", diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 5d4091833..4c0a5fa55 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -38999,6 +38999,14 @@ paths: Can be: `jfrog-artifactory` schema: type: string + - name: runtime_risk + in: query + description: |- + A comma-separated list of runtime risk strings. If specified, only alerts for repositories with deployment records matching these risks will be returned. + + Can be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement` + schema: + type: string - *297 - *298 - *299 diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.json b/descriptions-next/ghec/dereferenced/ghec.deref.json index d3dea2df3..8a339722c 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.deref.json @@ -143926,6 +143926,14 @@ "type": "string" } }, + { + "name": "runtime_risk", + "in": "query", + "description": "A comma-separated list of runtime risk strings. If specified, only alerts for repositories with deployment records matching these risks will be returned.\n\nCan be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement`", + "schema": { + "type": "string" + } + }, { "name": "has", "in": "query", diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.deref.yaml index 5d4091833..4c0a5fa55 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.deref.yaml @@ -38999,6 +38999,14 @@ paths: Can be: `jfrog-artifactory` schema: type: string + - name: runtime_risk + in: query + description: |- + A comma-separated list of runtime risk strings. If specified, only alerts for repositories with deployment records matching these risks will be returned. + + Can be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement` + schema: + type: string - *297 - *298 - *299 diff --git a/descriptions-next/ghec/ghec.2022-11-28.json b/descriptions-next/ghec/ghec.2022-11-28.json index 8116f6864..97c982254 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.json +++ b/descriptions-next/ghec/ghec.2022-11-28.json @@ -25563,6 +25563,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-runtime-risk" + }, { "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" }, @@ -339332,6 +339335,14 @@ "type": "string" } }, + "dependabot-alert-comma-separated-runtime-risk": { + "name": "runtime_risk", + "in": "query", + "description": "A comma-separated list of runtime risk strings. If specified, only alerts for repositories with deployment records matching these risks will be returned.\n\nCan be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement`", + "schema": { + "type": "string" + } + }, "alert-dismissal-reviewer-name": { "name": "reviewer", "description": "Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request.", diff --git a/descriptions-next/ghec/ghec.2022-11-28.yaml b/descriptions-next/ghec/ghec.2022-11-28.yaml index 75e7faaa5..70395ef7b 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.yaml +++ b/descriptions-next/ghec/ghec.2022-11-28.yaml @@ -18423,6 +18423,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry-urls" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-runtime-risk" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" - "$ref": "#/components/parameters/dependabot-alert-scope" - "$ref": "#/components/parameters/dependabot-alert-sort" @@ -253184,6 +253185,15 @@ components: Can be: `jfrog-artifactory` schema: type: string + dependabot-alert-comma-separated-runtime-risk: + name: runtime_risk + in: query + description: |- + A comma-separated list of runtime risk strings. If specified, only alerts for repositories with deployment records matching these risks will be returned. + + Can be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement` + schema: + type: string alert-dismissal-reviewer-name: name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user diff --git a/descriptions-next/ghec/ghec.json b/descriptions-next/ghec/ghec.json index 8116f6864..97c982254 100644 --- a/descriptions-next/ghec/ghec.json +++ b/descriptions-next/ghec/ghec.json @@ -25563,6 +25563,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-runtime-risk" + }, { "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" }, @@ -339332,6 +339335,14 @@ "type": "string" } }, + "dependabot-alert-comma-separated-runtime-risk": { + "name": "runtime_risk", + "in": "query", + "description": "A comma-separated list of runtime risk strings. If specified, only alerts for repositories with deployment records matching these risks will be returned.\n\nCan be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement`", + "schema": { + "type": "string" + } + }, "alert-dismissal-reviewer-name": { "name": "reviewer", "description": "Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request.", diff --git a/descriptions-next/ghec/ghec.yaml b/descriptions-next/ghec/ghec.yaml index 75e7faaa5..70395ef7b 100644 --- a/descriptions-next/ghec/ghec.yaml +++ b/descriptions-next/ghec/ghec.yaml @@ -18423,6 +18423,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry-urls" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-runtime-risk" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" - "$ref": "#/components/parameters/dependabot-alert-scope" - "$ref": "#/components/parameters/dependabot-alert-sort" @@ -253184,6 +253185,15 @@ components: Can be: `jfrog-artifactory` schema: type: string + dependabot-alert-comma-separated-runtime-risk: + name: runtime_risk + in: query + description: |- + A comma-separated list of runtime risk strings. If specified, only alerts for repositories with deployment records matching these risks will be returned. + + Can be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement` + schema: + type: string alert-dismissal-reviewer-name: name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user diff --git a/descriptions-next/ghes-3.16/dereferenced/ghes-3.16.2022-11-28.deref.json b/descriptions-next/ghes-3.16/dereferenced/ghes-3.16.2022-11-28.deref.json index a546508a6..00cab56e2 100644 --- a/descriptions-next/ghes-3.16/dereferenced/ghes-3.16.2022-11-28.deref.json +++ b/descriptions-next/ghes-3.16/dereferenced/ghes-3.16.2022-11-28.deref.json @@ -106909,6 +106909,14 @@ "type": "string" } }, + { + "name": "runtime_risk", + "in": "query", + "description": "A comma-separated list of runtime risk strings. If specified, only alerts for repositories with deployment records matching these risks will be returned.\n\nCan be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement`", + "schema": { + "type": "string" + } + }, { "name": "has", "in": "query", diff --git a/descriptions-next/ghes-3.16/dereferenced/ghes-3.16.2022-11-28.deref.yaml b/descriptions-next/ghes-3.16/dereferenced/ghes-3.16.2022-11-28.deref.yaml index 62565b97a..e807e8b6f 100644 --- a/descriptions-next/ghes-3.16/dereferenced/ghes-3.16.2022-11-28.deref.yaml +++ b/descriptions-next/ghes-3.16/dereferenced/ghes-3.16.2022-11-28.deref.yaml @@ -29134,6 +29134,14 @@ paths: Can be: `jfrog-artifactory` schema: type: string + - name: runtime_risk + in: query + description: |- + A comma-separated list of runtime risk strings. If specified, only alerts for repositories with deployment records matching these risks will be returned. + + Can be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement` + schema: + type: string - *209 - *210 - *211 diff --git a/descriptions-next/ghes-3.16/dereferenced/ghes-3.16.deref.json b/descriptions-next/ghes-3.16/dereferenced/ghes-3.16.deref.json index a546508a6..00cab56e2 100644 --- a/descriptions-next/ghes-3.16/dereferenced/ghes-3.16.deref.json +++ b/descriptions-next/ghes-3.16/dereferenced/ghes-3.16.deref.json @@ -106909,6 +106909,14 @@ "type": "string" } }, + { + "name": "runtime_risk", + "in": "query", + "description": "A comma-separated list of runtime risk strings. If specified, only alerts for repositories with deployment records matching these risks will be returned.\n\nCan be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement`", + "schema": { + "type": "string" + } + }, { "name": "has", "in": "query", diff --git a/descriptions-next/ghes-3.16/dereferenced/ghes-3.16.deref.yaml b/descriptions-next/ghes-3.16/dereferenced/ghes-3.16.deref.yaml index 62565b97a..e807e8b6f 100644 --- a/descriptions-next/ghes-3.16/dereferenced/ghes-3.16.deref.yaml +++ b/descriptions-next/ghes-3.16/dereferenced/ghes-3.16.deref.yaml @@ -29134,6 +29134,14 @@ paths: Can be: `jfrog-artifactory` schema: type: string + - name: runtime_risk + in: query + description: |- + A comma-separated list of runtime risk strings. If specified, only alerts for repositories with deployment records matching these risks will be returned. + + Can be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement` + schema: + type: string - *209 - *210 - *211 diff --git a/descriptions-next/ghes-3.16/ghes-3.16.2022-11-28.json b/descriptions-next/ghes-3.16/ghes-3.16.2022-11-28.json index 1c910e433..0a141a020 100644 --- a/descriptions-next/ghes-3.16/ghes-3.16.2022-11-28.json +++ b/descriptions-next/ghes-3.16/ghes-3.16.2022-11-28.json @@ -18367,6 +18367,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-runtime-risk" + }, { "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" }, @@ -297127,6 +297130,14 @@ "type": "string" } }, + "dependabot-alert-comma-separated-runtime-risk": { + "name": "runtime_risk", + "in": "query", + "description": "A comma-separated list of runtime risk strings. If specified, only alerts for repositories with deployment records matching these risks will be returned.\n\nCan be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement`", + "schema": { + "type": "string" + } + }, "group-id": { "name": "group_id", "description": "The unique identifier of the group.", diff --git a/descriptions-next/ghes-3.16/ghes-3.16.2022-11-28.yaml b/descriptions-next/ghes-3.16/ghes-3.16.2022-11-28.yaml index fc7544495..9699bd0ae 100644 --- a/descriptions-next/ghes-3.16/ghes-3.16.2022-11-28.yaml +++ b/descriptions-next/ghes-3.16/ghes-3.16.2022-11-28.yaml @@ -13244,6 +13244,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry-urls" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-runtime-risk" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" - "$ref": "#/components/parameters/dependabot-alert-scope" - "$ref": "#/components/parameters/dependabot-alert-sort" @@ -221503,6 +221504,15 @@ components: Can be: `jfrog-artifactory` schema: type: string + dependabot-alert-comma-separated-runtime-risk: + name: runtime_risk + in: query + description: |- + A comma-separated list of runtime risk strings. If specified, only alerts for repositories with deployment records matching these risks will be returned. + + Can be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement` + schema: + type: string group-id: name: group_id description: The unique identifier of the group. diff --git a/descriptions-next/ghes-3.16/ghes-3.16.json b/descriptions-next/ghes-3.16/ghes-3.16.json index 1c910e433..0a141a020 100644 --- a/descriptions-next/ghes-3.16/ghes-3.16.json +++ b/descriptions-next/ghes-3.16/ghes-3.16.json @@ -18367,6 +18367,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-runtime-risk" + }, { "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" }, @@ -297127,6 +297130,14 @@ "type": "string" } }, + "dependabot-alert-comma-separated-runtime-risk": { + "name": "runtime_risk", + "in": "query", + "description": "A comma-separated list of runtime risk strings. If specified, only alerts for repositories with deployment records matching these risks will be returned.\n\nCan be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement`", + "schema": { + "type": "string" + } + }, "group-id": { "name": "group_id", "description": "The unique identifier of the group.", diff --git a/descriptions-next/ghes-3.16/ghes-3.16.yaml b/descriptions-next/ghes-3.16/ghes-3.16.yaml index fc7544495..9699bd0ae 100644 --- a/descriptions-next/ghes-3.16/ghes-3.16.yaml +++ b/descriptions-next/ghes-3.16/ghes-3.16.yaml @@ -13244,6 +13244,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry-urls" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-runtime-risk" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" - "$ref": "#/components/parameters/dependabot-alert-scope" - "$ref": "#/components/parameters/dependabot-alert-sort" @@ -221503,6 +221504,15 @@ components: Can be: `jfrog-artifactory` schema: type: string + dependabot-alert-comma-separated-runtime-risk: + name: runtime_risk + in: query + description: |- + A comma-separated list of runtime risk strings. If specified, only alerts for repositories with deployment records matching these risks will be returned. + + Can be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement` + schema: + type: string group-id: name: group_id description: The unique identifier of the group. diff --git a/descriptions-next/ghes-3.17/dereferenced/ghes-3.17.2022-11-28.deref.json b/descriptions-next/ghes-3.17/dereferenced/ghes-3.17.2022-11-28.deref.json index 239462320..27b9bed21 100644 --- a/descriptions-next/ghes-3.17/dereferenced/ghes-3.17.2022-11-28.deref.json +++ b/descriptions-next/ghes-3.17/dereferenced/ghes-3.17.2022-11-28.deref.json @@ -108330,6 +108330,14 @@ "type": "string" } }, + { + "name": "runtime_risk", + "in": "query", + "description": "A comma-separated list of runtime risk strings. If specified, only alerts for repositories with deployment records matching these risks will be returned.\n\nCan be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement`", + "schema": { + "type": "string" + } + }, { "name": "has", "in": "query", diff --git a/descriptions-next/ghes-3.17/dereferenced/ghes-3.17.2022-11-28.deref.yaml b/descriptions-next/ghes-3.17/dereferenced/ghes-3.17.2022-11-28.deref.yaml index c422b1bf6..5fa1e3225 100644 --- a/descriptions-next/ghes-3.17/dereferenced/ghes-3.17.2022-11-28.deref.yaml +++ b/descriptions-next/ghes-3.17/dereferenced/ghes-3.17.2022-11-28.deref.yaml @@ -29851,6 +29851,14 @@ paths: Can be: `jfrog-artifactory` schema: type: string + - name: runtime_risk + in: query + description: |- + A comma-separated list of runtime risk strings. If specified, only alerts for repositories with deployment records matching these risks will be returned. + + Can be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement` + schema: + type: string - *216 - *217 - *218 diff --git a/descriptions-next/ghes-3.17/dereferenced/ghes-3.17.deref.json b/descriptions-next/ghes-3.17/dereferenced/ghes-3.17.deref.json index 239462320..27b9bed21 100644 --- a/descriptions-next/ghes-3.17/dereferenced/ghes-3.17.deref.json +++ b/descriptions-next/ghes-3.17/dereferenced/ghes-3.17.deref.json @@ -108330,6 +108330,14 @@ "type": "string" } }, + { + "name": "runtime_risk", + "in": "query", + "description": "A comma-separated list of runtime risk strings. If specified, only alerts for repositories with deployment records matching these risks will be returned.\n\nCan be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement`", + "schema": { + "type": "string" + } + }, { "name": "has", "in": "query", diff --git a/descriptions-next/ghes-3.17/dereferenced/ghes-3.17.deref.yaml b/descriptions-next/ghes-3.17/dereferenced/ghes-3.17.deref.yaml index c422b1bf6..5fa1e3225 100644 --- a/descriptions-next/ghes-3.17/dereferenced/ghes-3.17.deref.yaml +++ b/descriptions-next/ghes-3.17/dereferenced/ghes-3.17.deref.yaml @@ -29851,6 +29851,14 @@ paths: Can be: `jfrog-artifactory` schema: type: string + - name: runtime_risk + in: query + description: |- + A comma-separated list of runtime risk strings. If specified, only alerts for repositories with deployment records matching these risks will be returned. + + Can be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement` + schema: + type: string - *216 - *217 - *218 diff --git a/descriptions-next/ghes-3.17/ghes-3.17.2022-11-28.json b/descriptions-next/ghes-3.17/ghes-3.17.2022-11-28.json index ec30cfcee..16e3b5fc7 100644 --- a/descriptions-next/ghes-3.17/ghes-3.17.2022-11-28.json +++ b/descriptions-next/ghes-3.17/ghes-3.17.2022-11-28.json @@ -18600,6 +18600,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-runtime-risk" + }, { "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" }, @@ -298738,6 +298741,14 @@ "type": "string" } }, + "dependabot-alert-comma-separated-runtime-risk": { + "name": "runtime_risk", + "in": "query", + "description": "A comma-separated list of runtime risk strings. If specified, only alerts for repositories with deployment records matching these risks will be returned.\n\nCan be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement`", + "schema": { + "type": "string" + } + }, "group-id": { "name": "group_id", "description": "The unique identifier of the group.", diff --git a/descriptions-next/ghes-3.17/ghes-3.17.2022-11-28.yaml b/descriptions-next/ghes-3.17/ghes-3.17.2022-11-28.yaml index 6d97f6e1f..fd0fd4392 100644 --- a/descriptions-next/ghes-3.17/ghes-3.17.2022-11-28.yaml +++ b/descriptions-next/ghes-3.17/ghes-3.17.2022-11-28.yaml @@ -13416,6 +13416,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry-urls" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-runtime-risk" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" - "$ref": "#/components/parameters/dependabot-alert-scope" - "$ref": "#/components/parameters/dependabot-alert-sort" @@ -222673,6 +222674,15 @@ components: Can be: `jfrog-artifactory` schema: type: string + dependabot-alert-comma-separated-runtime-risk: + name: runtime_risk + in: query + description: |- + A comma-separated list of runtime risk strings. If specified, only alerts for repositories with deployment records matching these risks will be returned. + + Can be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement` + schema: + type: string group-id: name: group_id description: The unique identifier of the group. diff --git a/descriptions-next/ghes-3.17/ghes-3.17.json b/descriptions-next/ghes-3.17/ghes-3.17.json index ec30cfcee..16e3b5fc7 100644 --- a/descriptions-next/ghes-3.17/ghes-3.17.json +++ b/descriptions-next/ghes-3.17/ghes-3.17.json @@ -18600,6 +18600,9 @@ { "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry" }, + { + "$ref": "#/components/parameters/dependabot-alert-comma-separated-runtime-risk" + }, { "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" }, @@ -298738,6 +298741,14 @@ "type": "string" } }, + "dependabot-alert-comma-separated-runtime-risk": { + "name": "runtime_risk", + "in": "query", + "description": "A comma-separated list of runtime risk strings. If specified, only alerts for repositories with deployment records matching these risks will be returned.\n\nCan be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement`", + "schema": { + "type": "string" + } + }, "group-id": { "name": "group_id", "description": "The unique identifier of the group.", diff --git a/descriptions-next/ghes-3.17/ghes-3.17.yaml b/descriptions-next/ghes-3.17/ghes-3.17.yaml index 6d97f6e1f..fd0fd4392 100644 --- a/descriptions-next/ghes-3.17/ghes-3.17.yaml +++ b/descriptions-next/ghes-3.17/ghes-3.17.yaml @@ -13416,6 +13416,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry-urls" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-runtime-risk" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" - "$ref": "#/components/parameters/dependabot-alert-scope" - "$ref": "#/components/parameters/dependabot-alert-sort" @@ -222673,6 +222674,15 @@ components: Can be: `jfrog-artifactory` schema: type: string + dependabot-alert-comma-separated-runtime-risk: + name: runtime_risk + in: query + description: |- + A comma-separated list of runtime risk strings. If specified, only alerts for repositories with deployment records matching these risks will be returned. + + Can be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement` + schema: + type: string group-id: name: group_id description: The unique identifier of the group.