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 f657fc073..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" }, @@ -63938,9 +63941,6 @@ }, { "$ref": "#/components/parameters/issues-advanced-search" - }, - { - "$ref": "#/components/parameters/search-type" } ], "responses": { @@ -316978,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.", @@ -318066,18 +318074,6 @@ "type": "string" } }, - "search-type": { - "name": "search_type", - "description": "The type of search to perform. Set to `semantic` to perform a semantic search.", - "in": "query", - "required": false, - "schema": { - "type": "string", - "enum": [ - "semantic" - ] - } - }, "team-id": { "name": "team_id", "description": "The unique identifier of the team.", 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 cd95e3a2c..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" @@ -46267,7 +46268,6 @@ paths: - "$ref": "#/components/parameters/per-page" - "$ref": "#/components/parameters/page" - "$ref": "#/components/parameters/issues-advanced-search" - - "$ref": "#/components/parameters/search-type" responses: '200': description: Response @@ -237165,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 @@ -238091,16 +238100,6 @@ components: required: false schema: type: string - search-type: - name: search_type - description: The type of search to perform. Set to `semantic` to perform a semantic - search. - in: query - required: false - schema: - type: string - enum: - - semantic team-id: name: team_id description: The unique identifier of the team. diff --git a/descriptions-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index f657fc073..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" }, @@ -63938,9 +63941,6 @@ }, { "$ref": "#/components/parameters/issues-advanced-search" - }, - { - "$ref": "#/components/parameters/search-type" } ], "responses": { @@ -316978,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.", @@ -318066,18 +318074,6 @@ "type": "string" } }, - "search-type": { - "name": "search_type", - "description": "The type of search to perform. Set to `semantic` to perform a semantic search.", - "in": "query", - "required": false, - "schema": { - "type": "string", - "enum": [ - "semantic" - ] - } - }, "team-id": { "name": "team_id", "description": "The unique identifier of the team.", diff --git a/descriptions-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index cd95e3a2c..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" @@ -46267,7 +46268,6 @@ paths: - "$ref": "#/components/parameters/per-page" - "$ref": "#/components/parameters/page" - "$ref": "#/components/parameters/issues-advanced-search" - - "$ref": "#/components/parameters/search-type" responses: '200': description: Response @@ -237165,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 @@ -238091,16 +238100,6 @@ components: required: false schema: type: string - search-type: - name: search_type - description: The type of search to perform. Set to `semantic` to perform a semantic - search. - in: query - required: false - schema: - type: string - enum: - - semantic team-id: name: team_id description: The unique identifier of the team. 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 06d5a9f16..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", @@ -579711,18 +579719,6 @@ "schema": { "type": "string" } - }, - { - "name": "search_type", - "description": "The type of search to perform. Set to `semantic` to perform a semantic search.", - "in": "query", - "required": false, - "schema": { - "type": "string", - "enum": [ - "semantic" - ] - } } ], "responses": { 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 8d9c7153a..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 @@ -94545,15 +94553,6 @@ paths: required: false schema: type: string - - name: search_type - description: The type of search to perform. Set to `semantic` to perform a - semantic search. - in: query - required: false - schema: - type: string - enum: - - semantic responses: '200': description: Response 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 06d5a9f16..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", @@ -579711,18 +579719,6 @@ "schema": { "type": "string" } - }, - { - "name": "search_type", - "description": "The type of search to perform. Set to `semantic` to perform a semantic search.", - "in": "query", - "required": false, - "schema": { - "type": "string", - "enum": [ - "semantic" - ] - } } ], "responses": { 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 8d9c7153a..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 @@ -94545,15 +94553,6 @@ paths: required: false schema: type: string - - name: search_type - description: The type of search to perform. Set to `semantic` to perform a - semantic search. - in: query - required: false - schema: - type: string - enum: - - semantic responses: '200': description: Response 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 384d540e8..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", @@ -645530,18 +645538,6 @@ "schema": { "type": "string" } - }, - { - "name": "search_type", - "description": "The type of search to perform. Set to `semantic` to perform a semantic search.", - "in": "query", - "required": false, - "schema": { - "type": "string", - "enum": [ - "semantic" - ] - } } ], "responses": { 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 68a9a12d8..4c0a5fa55 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.ya{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}