Skip to content

Commit 79ca986

Browse files
Update OpenAPI 3.0 Descriptions
1 parent 8234112 commit 79ca986

24 files changed

Lines changed: 23625 additions & 22401 deletions

descriptions/api.github.com/api.github.com.2022-11-28.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7064,6 +7064,9 @@
70647064
{
70657065
"$ref": "#/components/parameters/enterprise"
70667066
},
7067+
{
7068+
"$ref": "#/components/parameters/dependabot-alert-comma-separated-classifications"
7069+
},
70677070
{
70687071
"$ref": "#/components/parameters/dependabot-alert-comma-separated-states"
70697072
},
@@ -23108,6 +23111,9 @@
2310823111
{
2310923112
"$ref": "#/components/parameters/org"
2311023113
},
23114+
{
23115+
"$ref": "#/components/parameters/dependabot-alert-comma-separated-classifications"
23116+
},
2311123117
{
2311223118
"$ref": "#/components/parameters/dependabot-alert-comma-separated-states"
2311323119
},
@@ -49866,6 +49872,9 @@
4986649872
{
4986749873
"$ref": "#/components/parameters/repo"
4986849874
},
49875+
{
49876+
"$ref": "#/components/parameters/dependabot-alert-comma-separated-classifications"
49877+
},
4986949878
{
4987049879
"$ref": "#/components/parameters/dependabot-alert-comma-separated-states"
4987149880
},
@@ -110213,6 +110222,15 @@
110213110222
"critical"
110214110223
]
110215110224
},
110225+
"classification": {
110226+
"type": "string",
110227+
"description": "The classification of the advisory.",
110228+
"readOnly": true,
110229+
"enum": [
110230+
"general",
110231+
"malware"
110232+
]
110233+
},
110216110234
"cvss": {
110217110235
"type": "object",
110218110236
"description": "Details for the advisory pertaining to the Common Vulnerability Scoring System.",
@@ -320979,6 +320997,14 @@
320979320997
"example": "2025-10-13"
320980320998
}
320981320999
},
321000+
"dependabot-alert-comma-separated-classifications": {
321001+
"name": "classification",
321002+
"in": "query",
321003+
"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`",
321004+
"schema": {
321005+
"type": "string"
321006+
}
321007+
},
320982321008
"dependabot-alert-comma-separated-states": {
320983321009
"name": "state",
320984321010
"in": "query",

descriptions/api.github.com/api.github.com.2022-11-28.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5250,6 +5250,7 @@ paths:
52505250
url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise
52515251
parameters:
52525252
- "$ref": "#/components/parameters/enterprise"
5253+
- "$ref": "#/components/parameters/dependabot-alert-comma-separated-classifications"
52535254
- "$ref": "#/components/parameters/dependabot-alert-comma-separated-states"
52545255
- "$ref": "#/components/parameters/dependabot-alert-comma-separated-severities"
52555256
- "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems"
@@ -17051,6 +17052,7 @@ paths:
1705117052
url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-organization
1705217053
parameters:
1705317054
- "$ref": "#/components/parameters/org"
17055+
- "$ref": "#/components/parameters/dependabot-alert-comma-separated-classifications"
1705417056
- "$ref": "#/components/parameters/dependabot-alert-comma-separated-states"
1705517057
- "$ref": "#/components/parameters/dependabot-alert-comma-separated-severities"
1705617058
- "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems"
@@ -36561,6 +36563,7 @@ paths:
3656136563
parameters:
3656236564
- "$ref": "#/components/parameters/owner"
3656336565
- "$ref": "#/components/parameters/repo"
36566+
- "$ref": "#/components/parameters/dependabot-alert-comma-separated-classifications"
3656436567
- "$ref": "#/components/parameters/dependabot-alert-comma-separated-states"
3656536568
- "$ref": "#/components/parameters/dependabot-alert-comma-separated-severities"
3656636569
- "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems"
@@ -80154,6 +80157,13 @@ components:
8015480157
- medium
8015580158
- high
8015680159
- critical
80160+
classification:
80161+
type: string
80162+
description: The classification of the advisory.
80163+
readOnly: true
80164+
enum:
80165+
- general
80166+
- malware
8015780167
cvss:
8015880168
type: object
8015980169
description: Details for the advisory pertaining to the Common Vulnerability
@@ -243519,6 +243529,15 @@ components:
243519243529
type: string
243520243530
format: date
243521243531
example: '2025-10-13'
243532+
dependabot-alert-comma-separated-classifications:
243533+
name: classification
243534+
in: query
243535+
description: |-
243536+
A comma-separated list of vulnerability classifications. If specified, only alerts for vulnerabilities with these classifications will be returned.
243537+
243538+
Can be: `malware`, `general`
243539+
schema:
243540+
type: string
243522243541
dependabot-alert-comma-separated-states:
243523243542
name: state
243524243543
in: query

descriptions/api.github.com/api.github.com.2026-03-10.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7064,6 +7064,9 @@
70647064
{
70657065
"$ref": "#/components/parameters/enterprise"
70667066
},
7067+
{
7068+
"$ref": "#/components/parameters/dependabot-alert-comma-separated-classifications"
7069+
},
70677070
{
70687071
"$ref": "#/components/parameters/dependabot-alert-comma-separated-states"
70697072
},
@@ -23068,6 +23071,9 @@
2306823071
{
2306923072
"$ref": "#/components/parameters/org"
2307023073
},
23074+
{
23075+
"$ref": "#/components/parameters/dependabot-alert-comma-separated-classifications"
23076+
},
2307123077
{
2307223078
"$ref": "#/components/parameters/dependabot-alert-comma-separated-states"
2307323079
},
@@ -49788,6 +49794,9 @@
4978849794
{
4978949795
"$ref": "#/components/parameters/repo"
4979049796
},
49797+
{
49798+
"$ref": "#/components/parameters/dependabot-alert-comma-separated-classifications"
49799+
},
4979149800
{
4979249801
"$ref": "#/components/parameters/dependabot-alert-comma-separated-states"
4979349802
},
@@ -110037,6 +110046,15 @@
110037110046
"critical"
110038110047
]
110039110048
},
110049+
"classification": {
110050+
"type": "string",
110051+
"description": "The classification of the advisory.",
110052+
"readOnly": true,
110053+
"enum": [
110054+
"general",
110055+
"malware"
110056+
]
110057+
},
110040110058
"cvss_severities": {
110041110059
"$ref": "#/components/schemas/cvss-severities"
110042110060
},
@@ -320228,6 +320246,14 @@
320228320246
"example": "2025-10-13"
320229320247
}
320230320248
},
320249+
"dependabot-alert-comma-separated-classifications": {
320250+
"name": "classification",
320251+
"in": "query",
320252+
"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`",
320253+
"schema": {
320254+
"type": "string"
320255+
}
320256+
},
320231320257
"dependabot-alert-comma-separated-states": {
320232320258
"name": "state",
320233320259
"in": "query",

0 commit comments

Comments
 (0)