Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions descriptions/api.github.com/api.github.com.2022-11-28.json
Original file line number Diff line number Diff line change
Expand Up @@ -7064,6 +7064,9 @@
{
"$ref": "#/components/parameters/enterprise"
},
{
"$ref": "#/components/parameters/dependabot-alert-comma-separated-classifications"
},
{
"$ref": "#/components/parameters/dependabot-alert-comma-separated-states"
},
Expand Down Expand Up @@ -23108,6 +23111,9 @@
{
"$ref": "#/components/parameters/org"
},
{
"$ref": "#/components/parameters/dependabot-alert-comma-separated-classifications"
},
{
"$ref": "#/components/parameters/dependabot-alert-comma-separated-states"
},
Expand Down Expand Up @@ -49866,6 +49872,9 @@
{
"$ref": "#/components/parameters/repo"
},
{
"$ref": "#/components/parameters/dependabot-alert-comma-separated-classifications"
},
{
"$ref": "#/components/parameters/dependabot-alert-comma-separated-states"
},
Expand Down Expand Up @@ -110213,6 +110222,15 @@
"critical"
]
},
"classification": {
"type": "string",
"description": "The classification of the advisory.",
"readOnly": true,
"enum": [
"general",
"malware"
]
},
"cvss": {
"type": "object",
"description": "Details for the advisory pertaining to the Common Vulnerability Scoring System.",
Expand Down Expand Up @@ -320979,6 +320997,14 @@
"example": "2025-10-13"
}
},
"dependabot-alert-comma-separated-classifications": {
"name": "classification",
"in": "query",
"description": "A comma-separated list of vulnerability classifications. If specified, only alerts for vulnerabilities with these classifications will be returned.\n\nCan be: `malware`, `general`",
"schema": {
"type": "string"
}
},
"dependabot-alert-comma-separated-states": {
"name": "state",
"in": "query",
Expand Down
19 changes: 19 additions & 0 deletions descriptions/api.github.com/api.github.com.2022-11-28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5250,6 +5250,7 @@ paths:
url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise
parameters:
- "$ref": "#/components/parameters/enterprise"
- "$ref": "#/components/parameters/dependabot-alert-comma-separated-classifications"
- "$ref": "#/components/parameters/dependabot-alert-comma-separated-states"
- "$ref": "#/components/parameters/dependabot-alert-comma-separated-severities"
- "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems"
Expand Down Expand Up @@ -17051,6 +17052,7 @@ paths:
url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-organization
parameters:
- "$ref": "#/components/parameters/org"
- "$ref": "#/components/parameters/dependabot-alert-comma-separated-classifications"
- "$ref": "#/components/parameters/dependabot-alert-comma-separated-states"
- "$ref": "#/components/parameters/dependabot-alert-comma-separated-severities"
- "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems"
Expand Down Expand Up @@ -36561,6 +36563,7 @@ paths:
parameters:
- "$ref": "#/components/parameters/owner"
- "$ref": "#/components/parameters/repo"
- "$ref": "#/components/parameters/dependabot-alert-comma-separated-classifications"
- "$ref": "#/components/parameters/dependabot-alert-comma-separated-states"
- "$ref": "#/components/parameters/dependabot-alert-comma-separated-severities"
- "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems"
Expand Down Expand Up @@ -80154,6 +80157,13 @@ components:
- medium
- high
- critical
classification:
type: string
description: The classification of the advisory.
readOnly: true
enum:
- general
- malware
cvss:
type: object
description: Details for the advisory pertaining to the Common Vulnerability
Expand Down Expand Up @@ -243519,6 +243529,15 @@ components:
type: string
format: date
example: '2025-10-13'
dependabot-alert-comma-separated-classifications:
name: classification
in: query
description: |-
A comma-separated list of vulnerability classifications. If specified, only alerts for vulnerabilities with these classifications will be returned.

Can be: `malware`, `general`
schema:
type: string
dependabot-alert-comma-separated-states:
name: state
in: query
Expand Down
26 changes: 26 additions & 0 deletions descriptions/api.github.com/api.github.com.2026-03-10.json
Original file line number Diff line number Diff line change
Expand Up @@ -7064,6 +7064,9 @@
{
"$ref": "#/components/parameters/enterprise"
},
{
"$ref": "#/components/parameters/dependabot-alert-comma-separated-classifications"
},
{
"$ref": "#/components/parameters/dependabot-alert-comma-separated-states"
},
Expand Down Expand Up @@ -23068,6 +23071,9 @@
{
"$ref": "#/components/parameters/org"
},
{
"$ref": "#/components/parameters/dependabot-alert-comma-separated-classifications"
},
{
"$ref": "#/components/parameters/dependabot-alert-comma-separated-states"
},
Expand Down Expand Up @@ -49788,6 +49794,9 @@
{
"$ref": "#/components/parameters/repo"
},
{
"$ref": "#/components/parameters/dependabot-alert-comma-separated-classifications"
},
{
"$ref": "#/components/parameters/dependabot-alert-comma-separated-states"
},
Expand Down Expand Up @@ -110037,6 +110046,15 @@
"critical"
]
},
"classification": {
"type": "string",
"description": "The classification of the advisory.",
"readOnly": true,
"enum": [
"general",
"malware"
]
},
"cvss_severities": {
"$ref": "#/components/schemas/cvss-severities"
},
Expand Down Expand Up @@ -320228,6 +320246,14 @@
"example": "2025-10-13"
}
},
"dependabot-alert-comma-separated-classifications": {
"name": "classification",
"in": "query",
"description": "A comma-separated list of vulnerability classifications. If specified, only alerts for vulnerabilities with these classifications will be returned.\n\nCan be: `malware`, `general`",
"schema": {
"type": "string"
}
},
"dependabot-alert-comma-separated-states": {
"name": "state",
"in": "query",
Expand Down
Loading