@octokit/openapi 16.2.0 → 16.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/generated/api.github.com.deref.json +5 -3
- package/generated/api.github.com.json +220 -537
- package/generated/ghec.deref.json +5 -3
- package/generated/ghec.json +220 -537
- package/generated/ghes-3.10.deref.json +1 -1
- package/generated/ghes-3.10.json +169 -490
- package/generated/ghes-3.11.deref.json +5 -3
- package/generated/ghes-3.11.json +220 -537
- package/generated/ghes-3.12.deref.json +359 -3
- package/generated/ghes-3.12.json +574 -537
- package/generated/ghes-3.9.deref.json +1 -1
- package/generated/ghes-3.9.json +165 -478
- package/generated/github.ae.deref.json +1 -1
- package/generated/github.ae.json +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "16.
|
|
4
|
+
"version": "16.3.0",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": {
|
|
@@ -786,6 +786,7 @@
|
|
|
786
786
|
"description": "The products and respective version ranges affected by the advisory.",
|
|
787
787
|
"nullable": true,
|
|
788
788
|
"items": {
|
|
789
|
+
"description": "A vulnerability describing the product and its affected versions within a GitHub Security Advisory.",
|
|
789
790
|
"type": "object",
|
|
790
791
|
"properties": {
|
|
791
792
|
"package": {
|
|
@@ -830,7 +831,7 @@
|
|
|
830
831
|
},
|
|
831
832
|
"first_patched_version": {
|
|
832
833
|
"type": "string",
|
|
833
|
-
"description": "The package version that
|
|
834
|
+
"description": "The package version that resolves the vulnerability.",
|
|
834
835
|
"nullable": true
|
|
835
836
|
},
|
|
836
837
|
"vulnerable_functions": {
|
|
@@ -1398,6 +1399,7 @@
|
|
|
1398
1399
|
"description": "The products and respective version ranges affected by the advisory.",
|
|
1399
1400
|
"nullable": true,
|
|
1400
1401
|
"items": {
|
|
1402
|
+
"description": "A vulnerability describing the product and its affected versions within a GitHub Security Advisory.",
|
|
1401
1403
|
"type": "object",
|
|
1402
1404
|
"properties": {
|
|
1403
1405
|
"package": {
|
|
@@ -1442,7 +1444,7 @@
|
|
|
1442
1444
|
},
|
|
1443
1445
|
"first_patched_version": {
|
|
1444
1446
|
"type": "string",
|
|
1445
|
-
"description": "The package version that
|
|
1447
|
+
"description": "The package version that resolves the vulnerability.",
|
|
1446
1448
|
"nullable": true
|
|
1447
1449
|
},
|
|
1448
1450
|
"vulnerable_functions": {
|