@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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "16.2.0",
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": {
@@ -774,6 +774,7 @@
774
774
  "description": "The products and respective version ranges affected by the advisory.",
775
775
  "nullable": true,
776
776
  "items": {
777
+ "description": "A vulnerability describing the product and its affected versions within a GitHub Security Advisory.",
777
778
  "type": "object",
778
779
  "properties": {
779
780
  "package": {
@@ -818,7 +819,7 @@
818
819
  },
819
820
  "first_patched_version": {
820
821
  "type": "string",
821
- "description": "The package version that resolve the vulnerability.",
822
+ "description": "The package version that resolves the vulnerability.",
822
823
  "nullable": true
823
824
  },
824
825
  "vulnerable_functions": {
@@ -1386,6 +1387,7 @@
1386
1387
  "description": "The products and respective version ranges affected by the advisory.",
1387
1388
  "nullable": true,
1388
1389
  "items": {
1390
+ "description": "A vulnerability describing the product and its affected versions within a GitHub Security Advisory.",
1389
1391
  "type": "object",
1390
1392
  "properties": {
1391
1393
  "package": {
@@ -1430,7 +1432,7 @@
1430
1432
  },
1431
1433
  "first_patched_version": {
1432
1434
  "type": "string",
1433
- "description": "The package version that resolve the vulnerability.",
1435
+ "description": "The package version that resolves the vulnerability.",
1434
1436
  "nullable": true
1435
1437
  },
1436
1438
  "vulnerable_functions": {