diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.json b/descriptions/api.github.com/api.github.com.2022-11-28.json index 1117aa4f80..a52ddde9cd 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions/api.github.com/api.github.com.2022-11-28.json @@ -16367,6 +16367,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" }, @@ -63637,9 +63640,6 @@ }, { "$ref": "#/components/parameters/issues-advanced-search" - }, - { - "$ref": "#/components/parameters/search-type" } ], "responses": { @@ -308138,6 +308138,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.", @@ -309216,18 +309224,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/api.github.com/api.github.com.2022-11-28.yaml b/descriptions/api.github.com/api.github.com.2022-11-28.yaml index 3a9ff042ae..1491edb16b 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions/api.github.com/api.github.com.2022-11-28.yaml @@ -11926,6 +11926,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" @@ -46115,7 +46116,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 @@ -233947,6 +233947,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 @@ -234868,16 +234877,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/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index 1117aa4f80..a52ddde9cd 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -16367,6 +16367,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" }, @@ -63637,9 +63640,6 @@ }, { "$ref": "#/components/parameters/issues-advanced-search" - }, - { - "$ref": "#/components/parameters/search-type" } ], "responses": { @@ -308138,6 +308138,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.", @@ -309216,18 +309224,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/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index 3a9ff042ae..1491edb16b 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -11926,6 +11926,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" @@ -46115,7 +46116,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 @@ -233947,6 +233947,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 @@ -234868,16 +234877,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/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index 49a63cd454..3bb52594f0 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -88540,6 +88540,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", @@ -491932,18 +491940,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/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index eea08df1d0..53af47afa3 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -27712,6 +27712,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 - *173 - *174 - *175 @@ -92438,15 +92446,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/api.github.com/dereferenced/api.github.com.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.deref.json index 49a63cd454..3bb52594f0 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -88540,6 +88540,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", @@ -491932,18 +491940,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/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml index eea08df1d0..53af47afa3 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -27712,6 +27712,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 - *173 - *174 - *175 @@ -92438,15 +92446,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/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json index 3b24bb2c2d..1e5e74b913 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -128624,6 +128624,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", @@ -552672,18 +552680,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/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index bda9a9fffd..eb44d1a83a 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -38024,6 +38024,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 - *306 - *307 - *308 @@ -105973,15 +105981,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/ghec/dereferenced/ghec.deref.json b/descriptions/ghec/dereferenced/ghec.deref.json index 3b24bb2c2d..1e5e74b913 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.json +++ b/descriptions/ghec/dereferenced/ghec.deref.json @@ -128624,6 +128624,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", @@ -552672,18 +552680,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/ghec/dereferenced/ghec.deref.yaml b/descriptions/ghec/dereferenced/ghec.deref.yaml index bda9a9fffd..eb44d1a83a 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.deref.yaml @@ -38024,6 +38024,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 - *306 - *307 - *308 @@ -105973,15 +105981,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/ghec/ghec.2022-11-28.json b/descriptions/ghec/ghec.2022-11-28.json index 515023b6cf..34fadda240 100644 --- a/descriptions/ghec/ghec.2022-11-28.json +++ b/descriptions/ghec/ghec.2022-11-28.json @@ -25461,6 +25461,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" }, @@ -77090,9 +77093,6 @@ }, { "$ref": "#/components/parameters/issues-advanced-search" - }, - { - "$ref": "#/components/parameters/search-type" } ], "responses": { @@ -330028,6 +330028,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.", @@ -331205,18 +331213,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/ghec/ghec.2022-11-28.yaml b/descriptions/ghec/ghec.2022-11-28.yaml index efb7d8d5a1..77c04b5b88 100644 --- a/descriptions/ghec/ghec.2022-11-28.yaml +++ b/descriptions/ghec/ghec.2022-11-28.yaml @@ -18374,6 +18374,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" @@ -55631,7 +55632,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 @@ -249735,6 +249735,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 @@ -250745,16 +250754,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/ghec/ghec.json b/descriptions/ghec/ghec.json index 515023b6cf..34fadda240 100644 --- a/descriptions/ghec/ghec.json +++ b/descriptions/ghec/ghec.json @@ -25461,6 +25461,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" }, @@ -77090,9 +77093,6 @@ }, { "$ref": "#/components/parameters/issues-advanced-search" - }, - { - "$ref": "#/components/parameters/search-type" } ], "responses": { @@ -330028,6 +330028,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.", @@ -331205,18 +331213,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/ghec/ghec.yaml b/descriptions/ghec/ghec.yaml index efb7d8d5a1..77c04b5b88 100644 --- a/descriptions/ghec/ghec.yaml +++ b/descriptions/ghec/ghec.yaml @@ -18374,6 +18374,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" @@ -55631,7 +55632,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 @@ -249735,6 +249735,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 @@ -250745,16 +250754,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/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json b/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json index 3d37c460d0..69ec02ba72 100644 --- a/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.dere{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}