@octokit/openapi 7.5.0 → 7.8.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 +2249 -268
- package/generated/api.github.com.json +1222 -129
- package/generated/ghes-3.2-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghes-3.2-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.2-diff-to-ghes-3.3.deref.json +386 -28
- package/generated/ghes-3.2-diff-to-ghes-3.3.json +43 -17
- package/generated/ghes-3.2.deref.json +778 -256
- package/generated/ghes-3.2.json +588 -40
- package/generated/ghes-3.3-anicca-diff-to-ghes-3.4.deref.json +0 -16
- package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +205 -225
- package/generated/ghes-3.3-diff-to-ghes-3.4.json +445 -12
- package/generated/ghes-3.3.deref.json +785 -257
- package/generated/ghes-3.3.json +595 -41
- package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +153 -1
- package/generated/ghes-3.4-diff-to-ghes-3.5.json +13 -1
- package/generated/ghes-3.4.deref.json +816 -243
- package/generated/ghes-3.4.json +603 -43
- package/generated/ghes-3.5-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghes-3.5-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.5-diff-to-ghes-3.6.deref.json +462 -42
- package/generated/ghes-3.5-diff-to-ghes-3.6.json +304 -18
- package/generated/ghes-3.5.deref.json +829 -243
- package/generated/ghes-3.5.json +603 -43
- package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +519 -89
- package/generated/ghes-3.6-diff-to-api.github.com.deref.json +18071 -6614
- package/generated/ghes-3.6-diff-to-api.github.com.json +6665 -4290
- package/generated/ghes-3.6.deref.json +1048 -256
- package/generated/ghes-3.6.json +826 -56
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +347 -32
- package/generated/github.ae-diff-to-api.github.com.deref.json +11634 -3854
- package/generated/github.ae-diff-to-api.github.com.json +1185 -40
- package/generated/github.ae.deref.json +1087 -178
- package/generated/github.ae.json +865 -50
- package/package.json +1 -1
package/generated/ghes-3.2.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.8.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": {
|
|
@@ -12582,17 +12582,6 @@
|
|
|
12582
12582
|
}
|
|
12583
12583
|
}
|
|
12584
12584
|
},
|
|
12585
|
-
"302": {
|
|
12586
|
-
"description": "Response if requester is not an organization member",
|
|
12587
|
-
"headers": {
|
|
12588
|
-
"Location": {
|
|
12589
|
-
"example": "https://api.github.com/orgs/github/public_members",
|
|
12590
|
-
"schema": {
|
|
12591
|
-
"type": "string"
|
|
12592
|
-
}
|
|
12593
|
-
}
|
|
12594
|
-
}
|
|
12595
|
-
},
|
|
12596
12585
|
"422": {
|
|
12597
12586
|
"$ref": "#/components/responses/validation_failed"
|
|
12598
12587
|
}
|
|
@@ -20958,6 +20947,11 @@
|
|
|
20958
20947
|
"application/json": {
|
|
20959
20948
|
"schema": {
|
|
20960
20949
|
"$ref": "#/components/schemas/branch-with-protection"
|
|
20950
|
+
},
|
|
20951
|
+
"examples": {
|
|
20952
|
+
"default": {
|
|
20953
|
+
"$ref": "#/components/examples/branch-get"
|
|
20954
|
+
}
|
|
20961
20955
|
}
|
|
20962
20956
|
}
|
|
20963
20957
|
}
|
|
@@ -21287,6 +21281,11 @@
|
|
|
21287
21281
|
"application/json": {
|
|
21288
21282
|
"schema": {
|
|
21289
21283
|
"$ref": "#/components/schemas/protected-branch"
|
|
21284
|
+
},
|
|
21285
|
+
"examples": {
|
|
21286
|
+
"default": {
|
|
21287
|
+
"$ref": "#/components/examples/branch-protection-update"
|
|
21288
|
+
}
|
|
21290
21289
|
}
|
|
21291
21290
|
}
|
|
21292
21291
|
}
|
|
@@ -22156,7 +22155,7 @@
|
|
|
22156
22155
|
"properties": {
|
|
22157
22156
|
"contexts": {
|
|
22158
22157
|
"type": "array",
|
|
22159
|
-
"description": "
|
|
22158
|
+
"description": "The name of the status checks",
|
|
22160
22159
|
"items": {
|
|
22161
22160
|
"type": "string"
|
|
22162
22161
|
}
|
|
@@ -22172,6 +22171,17 @@
|
|
|
22172
22171
|
}
|
|
22173
22172
|
}
|
|
22174
22173
|
]
|
|
22174
|
+
},
|
|
22175
|
+
"examples": {
|
|
22176
|
+
"default": {
|
|
22177
|
+
"summary": "Example adding status checks to a branch protection rule",
|
|
22178
|
+
"value": {
|
|
22179
|
+
"contexts": [
|
|
22180
|
+
"continuous-integration/travis-ci",
|
|
22181
|
+
"continuous-integration/jenkins"
|
|
22182
|
+
]
|
|
22183
|
+
}
|
|
22184
|
+
}
|
|
22175
22185
|
}
|
|
22176
22186
|
}
|
|
22177
22187
|
}
|
|
@@ -22250,7 +22260,7 @@
|
|
|
22250
22260
|
"properties": {
|
|
22251
22261
|
"contexts": {
|
|
22252
22262
|
"type": "array",
|
|
22253
|
-
"description": "
|
|
22263
|
+
"description": "The name of the status checks",
|
|
22254
22264
|
"items": {
|
|
22255
22265
|
"type": "string"
|
|
22256
22266
|
}
|
|
@@ -22266,6 +22276,16 @@
|
|
|
22266
22276
|
}
|
|
22267
22277
|
}
|
|
22268
22278
|
]
|
|
22279
|
+
},
|
|
22280
|
+
"examples": {
|
|
22281
|
+
"default": {
|
|
22282
|
+
"summary": "Example updating status checks for a branch protection rule",
|
|
22283
|
+
"value": {
|
|
22284
|
+
"contexts": [
|
|
22285
|
+
"continuous-integration/travis-ci"
|
|
22286
|
+
]
|
|
22287
|
+
}
|
|
22288
|
+
}
|
|
22269
22289
|
}
|
|
22270
22290
|
}
|
|
22271
22291
|
}
|
|
@@ -22339,7 +22359,7 @@
|
|
|
22339
22359
|
"properties": {
|
|
22340
22360
|
"contexts": {
|
|
22341
22361
|
"type": "array",
|
|
22342
|
-
"description": "
|
|
22362
|
+
"description": "The name of the status checks",
|
|
22343
22363
|
"items": {
|
|
22344
22364
|
"type": "string"
|
|
22345
22365
|
}
|
|
@@ -22355,6 +22375,16 @@
|
|
|
22355
22375
|
}
|
|
22356
22376
|
}
|
|
22357
22377
|
]
|
|
22378
|
+
},
|
|
22379
|
+
"examples": {
|
|
22380
|
+
"default": {
|
|
22381
|
+
"summary": "Example removing status checks from a branch protection rule",
|
|
22382
|
+
"value": {
|
|
22383
|
+
"contexts": [
|
|
22384
|
+
"continuous-integration/travis-ci"
|
|
22385
|
+
]
|
|
22386
|
+
}
|
|
22387
|
+
}
|
|
22358
22388
|
}
|
|
22359
22389
|
}
|
|
22360
22390
|
}
|
|
@@ -22880,7 +22910,7 @@
|
|
|
22880
22910
|
"properties": {
|
|
22881
22911
|
"teams": {
|
|
22882
22912
|
"type": "array",
|
|
22883
|
-
"description": "teams
|
|
22913
|
+
"description": "The slug values for teams",
|
|
22884
22914
|
"items": {
|
|
22885
22915
|
"type": "string"
|
|
22886
22916
|
}
|
|
@@ -22896,6 +22926,16 @@
|
|
|
22896
22926
|
}
|
|
22897
22927
|
}
|
|
22898
22928
|
]
|
|
22929
|
+
},
|
|
22930
|
+
"examples": {
|
|
22931
|
+
"default": {
|
|
22932
|
+
"summary": "Example adding a team in a branch protection rule",
|
|
22933
|
+
"value": {
|
|
22934
|
+
"teams": [
|
|
22935
|
+
"justice-league"
|
|
22936
|
+
]
|
|
22937
|
+
}
|
|
22938
|
+
}
|
|
22899
22939
|
}
|
|
22900
22940
|
}
|
|
22901
22941
|
}
|
|
@@ -22965,7 +23005,7 @@
|
|
|
22965
23005
|
"properties": {
|
|
22966
23006
|
"teams": {
|
|
22967
23007
|
"type": "array",
|
|
22968
|
-
"description": "teams
|
|
23008
|
+
"description": "The slug values for teams",
|
|
22969
23009
|
"items": {
|
|
22970
23010
|
"type": "string"
|
|
22971
23011
|
}
|
|
@@ -22976,11 +23016,21 @@
|
|
|
22976
23016
|
],
|
|
22977
23017
|
"example": {
|
|
22978
23018
|
"teams": [
|
|
22979
|
-
"
|
|
23019
|
+
"justice-league"
|
|
22980
23020
|
]
|
|
22981
23021
|
}
|
|
22982
23022
|
}
|
|
22983
23023
|
]
|
|
23024
|
+
},
|
|
23025
|
+
"examples": {
|
|
23026
|
+
"default": {
|
|
23027
|
+
"summary": "Example replacing a team in a branch protection rule",
|
|
23028
|
+
"value": {
|
|
23029
|
+
"teams": [
|
|
23030
|
+
"justice-league"
|
|
23031
|
+
]
|
|
23032
|
+
}
|
|
23033
|
+
}
|
|
22984
23034
|
}
|
|
22985
23035
|
}
|
|
22986
23036
|
}
|
|
@@ -23049,7 +23099,7 @@
|
|
|
23049
23099
|
"properties": {
|
|
23050
23100
|
"teams": {
|
|
23051
23101
|
"type": "array",
|
|
23052
|
-
"description": "teams
|
|
23102
|
+
"description": "The slug values for teams",
|
|
23053
23103
|
"items": {
|
|
23054
23104
|
"type": "string"
|
|
23055
23105
|
}
|
|
@@ -23065,6 +23115,16 @@
|
|
|
23065
23115
|
}
|
|
23066
23116
|
}
|
|
23067
23117
|
]
|
|
23118
|
+
},
|
|
23119
|
+
"examples": {
|
|
23120
|
+
"default": {
|
|
23121
|
+
"summary": "Example removing a team in a branch protection rule",
|
|
23122
|
+
"value": {
|
|
23123
|
+
"teams": [
|
|
23124
|
+
"justice-league"
|
|
23125
|
+
]
|
|
23126
|
+
}
|
|
23127
|
+
}
|
|
23068
23128
|
}
|
|
23069
23129
|
}
|
|
23070
23130
|
}
|
|
@@ -23189,7 +23249,7 @@
|
|
|
23189
23249
|
"properties": {
|
|
23190
23250
|
"users": {
|
|
23191
23251
|
"type": "array",
|
|
23192
|
-
"description": "users
|
|
23252
|
+
"description": "The username for users",
|
|
23193
23253
|
"items": {
|
|
23194
23254
|
"type": "string"
|
|
23195
23255
|
}
|
|
@@ -23205,6 +23265,16 @@
|
|
|
23205
23265
|
}
|
|
23206
23266
|
}
|
|
23207
23267
|
]
|
|
23268
|
+
},
|
|
23269
|
+
"examples": {
|
|
23270
|
+
"default": {
|
|
23271
|
+
"summary": "Example adding a user in a branch protection rule",
|
|
23272
|
+
"value": {
|
|
23273
|
+
"users": [
|
|
23274
|
+
"octocat"
|
|
23275
|
+
]
|
|
23276
|
+
}
|
|
23277
|
+
}
|
|
23208
23278
|
}
|
|
23209
23279
|
}
|
|
23210
23280
|
}
|
|
@@ -23274,7 +23344,7 @@
|
|
|
23274
23344
|
"properties": {
|
|
23275
23345
|
"users": {
|
|
23276
23346
|
"type": "array",
|
|
23277
|
-
"description": "users
|
|
23347
|
+
"description": "The username for users",
|
|
23278
23348
|
"items": {
|
|
23279
23349
|
"type": "string"
|
|
23280
23350
|
}
|
|
@@ -23290,6 +23360,16 @@
|
|
|
23290
23360
|
}
|
|
23291
23361
|
}
|
|
23292
23362
|
]
|
|
23363
|
+
},
|
|
23364
|
+
"examples": {
|
|
23365
|
+
"default": {
|
|
23366
|
+
"summary": "Example replacing a user in a branch protection rule",
|
|
23367
|
+
"value": {
|
|
23368
|
+
"users": [
|
|
23369
|
+
"octocat"
|
|
23370
|
+
]
|
|
23371
|
+
}
|
|
23372
|
+
}
|
|
23293
23373
|
}
|
|
23294
23374
|
}
|
|
23295
23375
|
}
|
|
@@ -23358,7 +23438,7 @@
|
|
|
23358
23438
|
"properties": {
|
|
23359
23439
|
"users": {
|
|
23360
23440
|
"type": "array",
|
|
23361
|
-
"description": "users
|
|
23441
|
+
"description": "The username for users",
|
|
23362
23442
|
"items": {
|
|
23363
23443
|
"type": "string"
|
|
23364
23444
|
}
|
|
@@ -23374,6 +23454,16 @@
|
|
|
23374
23454
|
}
|
|
23375
23455
|
}
|
|
23376
23456
|
]
|
|
23457
|
+
},
|
|
23458
|
+
"examples": {
|
|
23459
|
+
"default": {
|
|
23460
|
+
"summary": "Example removing a user in a branch protection rule",
|
|
23461
|
+
"value": {
|
|
23462
|
+
"users": [
|
|
23463
|
+
"octocat"
|
|
23464
|
+
]
|
|
23465
|
+
}
|
|
23466
|
+
}
|
|
23377
23467
|
}
|
|
23378
23468
|
}
|
|
23379
23469
|
}
|
|
@@ -26655,6 +26745,9 @@
|
|
|
26655
26745
|
},
|
|
26656
26746
|
"500": {
|
|
26657
26747
|
"$ref": "#/components/responses/internal_error"
|
|
26748
|
+
},
|
|
26749
|
+
"503": {
|
|
26750
|
+
"$ref": "#/components/responses/service_unavailable"
|
|
26658
26751
|
}
|
|
26659
26752
|
},
|
|
26660
26753
|
"x-github": {
|
|
@@ -27076,6 +27169,9 @@
|
|
|
27076
27169
|
},
|
|
27077
27170
|
"500": {
|
|
27078
27171
|
"$ref": "#/components/responses/internal_error"
|
|
27172
|
+
},
|
|
27173
|
+
"503": {
|
|
27174
|
+
"$ref": "#/components/responses/service_unavailable"
|
|
27079
27175
|
}
|
|
27080
27176
|
},
|
|
27081
27177
|
"x-github": {
|
|
@@ -27209,7 +27305,7 @@
|
|
|
27209
27305
|
"/repos/{owner}/{repo}/contents/{path}": {
|
|
27210
27306
|
"get": {
|
|
27211
27307
|
"summary": "Get repository content",
|
|
27212
|
-
"description": "Gets the contents of a file or directory in a repository. Specify the file path or directory in `:path`. If you omit\n`:path`, you will receive the contents of the repository's root directory. See the description below regarding what the API response includes for directories. \n\nFiles and symlinks support [a custom media type](https://docs.github.com/enterprise-server@3.2/rest/reference/repos#custom-media-types) for\nretrieving the raw content or rendered HTML (when supported). All content types support [a custom media\ntype](https://docs.github.com/enterprise-server@3.2/rest/reference/repos#custom-media-types) to ensure the content is returned in a consistent\nobject format.\n\n**
|
|
27308
|
+
"description": "Gets the contents of a file or directory in a repository. Specify the file path or directory in `:path`. If you omit\n`:path`, you will receive the contents of the repository's root directory. See the description below regarding what the API response includes for directories. \n\nFiles and symlinks support [a custom media type](https://docs.github.com/enterprise-server@3.2/rest/reference/repos#custom-media-types) for\nretrieving the raw content or rendered HTML (when supported). All content types support [a custom media\ntype](https://docs.github.com/enterprise-server@3.2/rest/reference/repos#custom-media-types) to ensure the content is returned in a consistent\nobject format.\n\n**Notes**:\n* To get a repository's contents recursively, you can [recursively get the tree](https://docs.github.com/enterprise-server@3.2/rest/reference/git#trees).\n* This API has an upper limit of 1,000 files for a directory. If you need to retrieve more files, use the [Git Trees\nAPI](https://docs.github.com/enterprise-server@3.2/rest/reference/git#get-a-tree).\n * Download URLs expire and are meant to be used just once. To ensure the download URL does not expire, please use the contents API to obtain a fresh download URL for each download. \n* This API supports files up to 1 megabyte in size.\n\n#### If the content is a directory\nThe response will be an array of objects, one object for each item in the directory.\nWhen listing the contents of a directory, submodules have their \"type\" specified as \"file\". Logically, the value\n_should_ be \"submodule\". This behavior exists in API v3 [for backwards compatibility purposes](https://git.io/v1YCW).\nIn the next major version of the API, the type will be returned as \"submodule\".\n\n#### If the content is a symlink \nIf the requested `:path` points to a symlink, and the symlink's target is a normal file in the repository, then the\nAPI responds with the content of the file (in the format shown in the example. Otherwise, the API responds with an object \ndescribing the symlink itself.\n\n#### If the content is a submodule\nThe `submodule_git_url` identifies the location of the submodule repository, and the `sha` identifies a specific\ncommit within the submodule repository. Git uses the given URL when cloning the submodule repository, and checks out\nthe submodule at that specific commit.\n\nIf the submodule repository is not hosted on github.com, the Git URLs (`git_url` and `_links[\"git\"]`) and the\ngithub.com URLs (`html_url` and `_links[\"html\"]`) will have null values.",
|
|
27213
27309
|
"tags": [
|
|
27214
27310
|
"repos"
|
|
27215
27311
|
],
|
|
@@ -31328,6 +31424,14 @@
|
|
|
31328
31424
|
]
|
|
31329
31425
|
}
|
|
31330
31426
|
}
|
|
31427
|
+
},
|
|
31428
|
+
"examples": {
|
|
31429
|
+
"default": {
|
|
31430
|
+
"summary": "Example request body",
|
|
31431
|
+
"value": {
|
|
31432
|
+
"permissions": "write"
|
|
31433
|
+
}
|
|
31434
|
+
}
|
|
31331
31435
|
}
|
|
31332
31436
|
}
|
|
31333
31437
|
}
|
|
@@ -32527,6 +32631,12 @@
|
|
|
32527
32631
|
"closed"
|
|
32528
32632
|
]
|
|
32529
32633
|
},
|
|
32634
|
+
"state_reason": {
|
|
32635
|
+
"type": "string",
|
|
32636
|
+
"nullable": true,
|
|
32637
|
+
"description": "The reason for the current state",
|
|
32638
|
+
"example": "not_planned"
|
|
32639
|
+
},
|
|
32530
32640
|
"milestone": {
|
|
32531
32641
|
"oneOf": [
|
|
32532
32642
|
{
|
|
@@ -37103,6 +37213,9 @@
|
|
|
37103
37213
|
},
|
|
37104
37214
|
"500": {
|
|
37105
37215
|
"$ref": "#/components/responses/internal_error"
|
|
37216
|
+
},
|
|
37217
|
+
"503": {
|
|
37218
|
+
"$ref": "#/components/responses/service_unavailable"
|
|
37106
37219
|
}
|
|
37107
37220
|
},
|
|
37108
37221
|
"x-github": {
|
|
@@ -37669,6 +37782,9 @@
|
|
|
37669
37782
|
},
|
|
37670
37783
|
"500": {
|
|
37671
37784
|
"$ref": "#/components/responses/internal_error"
|
|
37785
|
+
},
|
|
37786
|
+
"503": {
|
|
37787
|
+
"$ref": "#/components/responses/service_unavailable"
|
|
37672
37788
|
}
|
|
37673
37789
|
},
|
|
37674
37790
|
"x-github": {
|
|
@@ -41403,7 +41519,7 @@
|
|
|
41403
41519
|
"/repos/{template_owner}/{template_repo}/generate": {
|
|
41404
41520
|
"post": {
|
|
41405
41521
|
"summary": "Create a repository using a template",
|
|
41406
|
-
"description": "Creates a new repository using a repository template. Use the `template_owner` and `template_repo` route parameters to specify the repository to use as the template.
|
|
41522
|
+
"description": "Creates a new repository using a repository template. Use the `template_owner` and `template_repo` route parameters to specify the repository to use as the template. If the repository is not public, the authenticated user must own or be a member of an organization that owns the repository. To check if a repository is available to use as a template, get the repository's information using the [Get a repository](https://docs.github.com/enterprise-server@3.2/rest/reference/repos#get-a-repository) endpoint and check that the `is_template` key is `true`.\n\n**OAuth scope requirements**\n\nWhen using [OAuth](https://docs.github.com/enterprise-server@3.2/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/), authorizations must include:\n\n* `public_repo` scope or `repo` scope to create a public repository. Note: For GitHub AE, use `repo` scope to create an internal repository.\n* `repo` scope to create a private repository",
|
|
41407
41523
|
"tags": [
|
|
41408
41524
|
"repos"
|
|
41409
41525
|
],
|
|
@@ -51440,14 +51556,6 @@
|
|
|
51440
51556
|
"write"
|
|
51441
51557
|
]
|
|
51442
51558
|
},
|
|
51443
|
-
"organization_custom_roles": {
|
|
51444
|
-
"type": "string",
|
|
51445
|
-
"description": "The level of permission to grant the access token for custom roles management.",
|
|
51446
|
-
"enum": [
|
|
51447
|
-
"read",
|
|
51448
|
-
"write"
|
|
51449
|
-
]
|
|
51450
|
-
},
|
|
51451
51559
|
"deployments": {
|
|
51452
51560
|
"type": "string",
|
|
51453
51561
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -53450,6 +53558,10 @@
|
|
|
53450
53558
|
"starred_at": {
|
|
53451
53559
|
"type": "string",
|
|
53452
53560
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
53561
|
+
},
|
|
53562
|
+
"anonymous_access_enabled": {
|
|
53563
|
+
"type": "boolean",
|
|
53564
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
53453
53565
|
}
|
|
53454
53566
|
},
|
|
53455
53567
|
"required": [
|
|
@@ -56834,6 +56946,10 @@
|
|
|
56834
56946
|
"starred_at": {
|
|
56835
56947
|
"type": "string",
|
|
56836
56948
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
56949
|
+
},
|
|
56950
|
+
"anonymous_access_enabled": {
|
|
56951
|
+
"type": "boolean",
|
|
56952
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
56837
56953
|
}
|
|
56838
56954
|
},
|
|
56839
56955
|
"required": [
|
|
@@ -58288,6 +58404,258 @@
|
|
|
58288
58404
|
"parent"
|
|
58289
58405
|
]
|
|
58290
58406
|
},
|
|
58407
|
+
"team-organization": {
|
|
58408
|
+
"title": "Team Organization",
|
|
58409
|
+
"description": "Team Organization",
|
|
58410
|
+
"type": "object",
|
|
58411
|
+
"properties": {
|
|
58412
|
+
"login": {
|
|
58413
|
+
"type": "string",
|
|
58414
|
+
"example": "github"
|
|
58415
|
+
},
|
|
58416
|
+
"id": {
|
|
58417
|
+
"type": "integer",
|
|
58418
|
+
"example": 1
|
|
58419
|
+
},
|
|
58420
|
+
"node_id": {
|
|
58421
|
+
"type": "string",
|
|
58422
|
+
"example": "MDEyOk9yZ2FuaXphdGlvbjE="
|
|
58423
|
+
},
|
|
58424
|
+
"url": {
|
|
58425
|
+
"type": "string",
|
|
58426
|
+
"format": "uri",
|
|
58427
|
+
"example": "https://api.github.com/orgs/github"
|
|
58428
|
+
},
|
|
58429
|
+
"repos_url": {
|
|
58430
|
+
"type": "string",
|
|
58431
|
+
"format": "uri",
|
|
58432
|
+
"example": "https://api.github.com/orgs/github/repos"
|
|
58433
|
+
},
|
|
58434
|
+
"events_url": {
|
|
58435
|
+
"type": "string",
|
|
58436
|
+
"format": "uri",
|
|
58437
|
+
"example": "https://api.github.com/orgs/github/events"
|
|
58438
|
+
},
|
|
58439
|
+
"hooks_url": {
|
|
58440
|
+
"type": "string",
|
|
58441
|
+
"example": "https://api.github.com/orgs/github/hooks"
|
|
58442
|
+
},
|
|
58443
|
+
"issues_url": {
|
|
58444
|
+
"type": "string",
|
|
58445
|
+
"example": "https://api.github.com/orgs/github/issues"
|
|
58446
|
+
},
|
|
58447
|
+
"members_url": {
|
|
58448
|
+
"type": "string",
|
|
58449
|
+
"example": "https://api.github.com/orgs/github/members{/member}"
|
|
58450
|
+
},
|
|
58451
|
+
"public_members_url": {
|
|
58452
|
+
"type": "string",
|
|
58453
|
+
"example": "https://api.github.com/orgs/github/public_members{/member}"
|
|
58454
|
+
},
|
|
58455
|
+
"avatar_url": {
|
|
58456
|
+
"type": "string",
|
|
58457
|
+
"example": "https://github.com/images/error/octocat_happy.gif"
|
|
58458
|
+
},
|
|
58459
|
+
"description": {
|
|
58460
|
+
"type": "string",
|
|
58461
|
+
"example": "A great organization",
|
|
58462
|
+
"nullable": true
|
|
58463
|
+
},
|
|
58464
|
+
"name": {
|
|
58465
|
+
"type": "string",
|
|
58466
|
+
"example": "github"
|
|
58467
|
+
},
|
|
58468
|
+
"company": {
|
|
58469
|
+
"type": "string",
|
|
58470
|
+
"example": "GitHub"
|
|
58471
|
+
},
|
|
58472
|
+
"blog": {
|
|
58473
|
+
"type": "string",
|
|
58474
|
+
"format": "uri",
|
|
58475
|
+
"example": "https://github.com/blog"
|
|
58476
|
+
},
|
|
58477
|
+
"location": {
|
|
58478
|
+
"type": "string",
|
|
58479
|
+
"example": "San Francisco"
|
|
58480
|
+
},
|
|
58481
|
+
"email": {
|
|
58482
|
+
"type": "string",
|
|
58483
|
+
"format": "email",
|
|
58484
|
+
"example": "octocat@github.com"
|
|
58485
|
+
},
|
|
58486
|
+
"twitter_username": {
|
|
58487
|
+
"type": "string",
|
|
58488
|
+
"example": "github",
|
|
58489
|
+
"nullable": true
|
|
58490
|
+
},
|
|
58491
|
+
"is_verified": {
|
|
58492
|
+
"type": "boolean",
|
|
58493
|
+
"example": true
|
|
58494
|
+
},
|
|
58495
|
+
"has_organization_projects": {
|
|
58496
|
+
"type": "boolean",
|
|
58497
|
+
"example": true
|
|
58498
|
+
},
|
|
58499
|
+
"has_repository_projects": {
|
|
58500
|
+
"type": "boolean",
|
|
58501
|
+
"example": true
|
|
58502
|
+
},
|
|
58503
|
+
"public_repos": {
|
|
58504
|
+
"type": "integer",
|
|
58505
|
+
"example": 2
|
|
58506
|
+
},
|
|
58507
|
+
"public_gists": {
|
|
58508
|
+
"type": "integer",
|
|
58509
|
+
"example": 1
|
|
58510
|
+
},
|
|
58511
|
+
"followers": {
|
|
58512
|
+
"type": "integer",
|
|
58513
|
+
"example": 20
|
|
58514
|
+
},
|
|
58515
|
+
"following": {
|
|
58516
|
+
"type": "integer",
|
|
58517
|
+
"example": 0
|
|
58518
|
+
},
|
|
58519
|
+
"html_url": {
|
|
58520
|
+
"type": "string",
|
|
58521
|
+
"format": "uri",
|
|
58522
|
+
"example": "https://github.com/octocat"
|
|
58523
|
+
},
|
|
58524
|
+
"created_at": {
|
|
58525
|
+
"type": "string",
|
|
58526
|
+
"format": "date-time",
|
|
58527
|
+
"example": "2008-01-14T04:33:35Z"
|
|
58528
|
+
},
|
|
58529
|
+
"type": {
|
|
58530
|
+
"type": "string",
|
|
58531
|
+
"example": "Organization"
|
|
58532
|
+
},
|
|
58533
|
+
"total_private_repos": {
|
|
58534
|
+
"type": "integer",
|
|
58535
|
+
"example": 100
|
|
58536
|
+
},
|
|
58537
|
+
"owned_private_repos": {
|
|
58538
|
+
"type": "integer",
|
|
58539
|
+
"example": 100
|
|
58540
|
+
},
|
|
58541
|
+
"private_gists": {
|
|
58542
|
+
"type": "integer",
|
|
58543
|
+
"example": 81,
|
|
58544
|
+
"nullable": true
|
|
58545
|
+
},
|
|
58546
|
+
"disk_usage": {
|
|
58547
|
+
"type": "integer",
|
|
58548
|
+
"example": 10000,
|
|
58549
|
+
"nullable": true
|
|
58550
|
+
},
|
|
58551
|
+
"collaborators": {
|
|
58552
|
+
"type": "integer",
|
|
58553
|
+
"example": 8,
|
|
58554
|
+
"nullable": true
|
|
58555
|
+
},
|
|
58556
|
+
"billing_email": {
|
|
58557
|
+
"type": "string",
|
|
58558
|
+
"format": "email",
|
|
58559
|
+
"example": "org@example.com",
|
|
58560
|
+
"nullable": true
|
|
58561
|
+
},
|
|
58562
|
+
"plan": {
|
|
58563
|
+
"type": "object",
|
|
58564
|
+
"properties": {
|
|
58565
|
+
"name": {
|
|
58566
|
+
"type": "string"
|
|
58567
|
+
},
|
|
58568
|
+
"space": {
|
|
58569
|
+
"type": "integer"
|
|
58570
|
+
},
|
|
58571
|
+
"private_repos": {
|
|
58572
|
+
"type": "integer"
|
|
58573
|
+
},
|
|
58574
|
+
"filled_seats": {
|
|
58575
|
+
"type": "integer"
|
|
58576
|
+
},
|
|
58577
|
+
"seats": {
|
|
58578
|
+
"type": "integer"
|
|
58579
|
+
}
|
|
58580
|
+
},
|
|
58581
|
+
"required": [
|
|
58582
|
+
"name",
|
|
58583
|
+
"space",
|
|
58584
|
+
"private_repos"
|
|
58585
|
+
]
|
|
58586
|
+
},
|
|
58587
|
+
"default_repository_permission": {
|
|
58588
|
+
"type": "string",
|
|
58589
|
+
"nullable": true
|
|
58590
|
+
},
|
|
58591
|
+
"members_can_create_repositories": {
|
|
58592
|
+
"type": "boolean",
|
|
58593
|
+
"example": true,
|
|
58594
|
+
"nullable": true
|
|
58595
|
+
},
|
|
58596
|
+
"two_factor_requirement_enabled": {
|
|
58597
|
+
"type": "boolean",
|
|
58598
|
+
"example": true,
|
|
58599
|
+
"nullable": true
|
|
58600
|
+
},
|
|
58601
|
+
"members_allowed_repository_creation_type": {
|
|
58602
|
+
"type": "string",
|
|
58603
|
+
"example": "all"
|
|
58604
|
+
},
|
|
58605
|
+
"members_can_create_public_repositories": {
|
|
58606
|
+
"type": "boolean",
|
|
58607
|
+
"example": true
|
|
58608
|
+
},
|
|
58609
|
+
"members_can_create_private_repositories": {
|
|
58610
|
+
"type": "boolean",
|
|
58611
|
+
"example": true
|
|
58612
|
+
},
|
|
58613
|
+
"members_can_create_internal_repositories": {
|
|
58614
|
+
"type": "boolean",
|
|
58615
|
+
"example": true
|
|
58616
|
+
},
|
|
58617
|
+
"members_can_create_pages": {
|
|
58618
|
+
"type": "boolean",
|
|
58619
|
+
"example": true
|
|
58620
|
+
},
|
|
58621
|
+
"members_can_create_public_pages": {
|
|
58622
|
+
"type": "boolean",
|
|
58623
|
+
"example": true
|
|
58624
|
+
},
|
|
58625
|
+
"members_can_create_private_pages": {
|
|
58626
|
+
"type": "boolean",
|
|
58627
|
+
"example": true
|
|
58628
|
+
},
|
|
58629
|
+
"updated_at": {
|
|
58630
|
+
"type": "string",
|
|
58631
|
+
"format": "date-time"
|
|
58632
|
+
}
|
|
58633
|
+
},
|
|
58634
|
+
"required": [
|
|
58635
|
+
"login",
|
|
58636
|
+
"url",
|
|
58637
|
+
"id",
|
|
58638
|
+
"node_id",
|
|
58639
|
+
"repos_url",
|
|
58640
|
+
"events_url",
|
|
58641
|
+
"hooks_url",
|
|
58642
|
+
"issues_url",
|
|
58643
|
+
"members_url",
|
|
58644
|
+
"public_members_url",
|
|
58645
|
+
"avatar_url",
|
|
58646
|
+
"description",
|
|
58647
|
+
"html_url",
|
|
58648
|
+
"has_organization_projects",
|
|
58649
|
+
"has_repository_projects",
|
|
58650
|
+
"public_repos",
|
|
58651
|
+
"public_gists",
|
|
58652
|
+
"followers",
|
|
58653
|
+
"following",
|
|
58654
|
+
"type",
|
|
58655
|
+
"created_at",
|
|
58656
|
+
"updated_at"
|
|
58657
|
+
]
|
|
58658
|
+
},
|
|
58291
58659
|
"team-full": {
|
|
58292
58660
|
"title": "Full Team",
|
|
58293
58661
|
"description": "Groups of organization members that gives permissions on specified repositories.",
|
|
@@ -58372,7 +58740,7 @@
|
|
|
58372
58740
|
"example": "2017-08-17T12:37:15Z"
|
|
58373
58741
|
},
|
|
58374
58742
|
"organization": {
|
|
58375
|
-
"$ref": "#/components/schemas/organization
|
|
58743
|
+
"$ref": "#/components/schemas/team-organization"
|
|
58376
58744
|
},
|
|
58377
58745
|
"ldap_dn": {
|
|
58378
58746
|
"description": "Distinguished Name (DN) that team maps to within LDAP environment",
|
|
@@ -62895,6 +63263,11 @@
|
|
|
62895
63263
|
"nullable": true,
|
|
62896
63264
|
"type": "string",
|
|
62897
63265
|
"description": "Detailed documentation for the rule as GitHub Flavored Markdown."
|
|
63266
|
+
},
|
|
63267
|
+
"help_uri": {
|
|
63268
|
+
"nullable": true,
|
|
63269
|
+
"type": "string",
|
|
63270
|
+
"description": "A link to the documentation for the rule used to detect the alert."
|
|
62898
63271
|
}
|
|
62899
63272
|
}
|
|
62900
63273
|
},
|
|
@@ -82554,6 +82927,109 @@
|
|
|
82554
82927
|
}
|
|
82555
82928
|
]
|
|
82556
82929
|
},
|
|
82930
|
+
"branch-get": {
|
|
82931
|
+
"value": {
|
|
82932
|
+
"name": "main",
|
|
82933
|
+
"commit": {
|
|
82934
|
+
"sha": "7fd1a60b01f91b314f59955a4e4d4e80d8edf11d",
|
|
82935
|
+
"node_id": "MDY6Q29tbWl0MTI5NjI2OTo3ZmQxYTYwYjAxZjkxYjMxNGY1OTk1NWE0ZTRkNGU4MGQ4ZWRmMTFk",
|
|
82936
|
+
"commit": {
|
|
82937
|
+
"author": {
|
|
82938
|
+
"name": "The Octocat",
|
|
82939
|
+
"email": "octocat@nowhere.com",
|
|
82940
|
+
"date": "2012-03-06T23:06:50Z"
|
|
82941
|
+
},
|
|
82942
|
+
"committer": {
|
|
82943
|
+
"name": "The Octocat",
|
|
82944
|
+
"email": "octocat@nowhere.com",
|
|
82945
|
+
"date": "2012-03-06T23:06:50Z"
|
|
82946
|
+
},
|
|
82947
|
+
"message": "Merge pull request #6 from Spaceghost/patch-1\n\nNew line at end of file.",
|
|
82948
|
+
"tree": {
|
|
82949
|
+
"sha": "b4eecafa9be2f2006ce1b709d6857b07069b4608",
|
|
82950
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/git/trees/b4eecafa9be2f2006ce1b709d6857b07069b4608"
|
|
82951
|
+
},
|
|
82952
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/git/commits/7fd1a60b01f91b314f59955a4e4d4e80d8edf11d",
|
|
82953
|
+
"comment_count": 77,
|
|
82954
|
+
"verification": {
|
|
82955
|
+
"verified": false,
|
|
82956
|
+
"reason": "unsigned",
|
|
82957
|
+
"signature": null,
|
|
82958
|
+
"payload": null
|
|
82959
|
+
}
|
|
82960
|
+
},
|
|
82961
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/commits/7fd1a60b01f91b314f59955a4e4d4e80d8edf11d",
|
|
82962
|
+
"html_url": "https://github.com/octocat/Hello-World/commit/7fd1a60b01f91b314f59955a4e4d4e80d8edf11d",
|
|
82963
|
+
"comments_url": "https://api.github.com/repos/octocat/Hello-World/commits/7fd1a60b01f91b314f59955a4e4d4e80d8edf11d/comments",
|
|
82964
|
+
"author": {
|
|
82965
|
+
"login": "octocat",
|
|
82966
|
+
"id": 583231,
|
|
82967
|
+
"node_id": "MDQ6VXNlcjU4MzIzMQ==",
|
|
82968
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4",
|
|
82969
|
+
"gravatar_id": "",
|
|
82970
|
+
"url": "https://api.github.com/users/octocat",
|
|
82971
|
+
"html_url": "https://github.com/octocat",
|
|
82972
|
+
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
82973
|
+
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
82974
|
+
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
82975
|
+
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
82976
|
+
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
82977
|
+
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
82978
|
+
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
82979
|
+
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
82980
|
+
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
82981
|
+
"type": "User",
|
|
82982
|
+
"site_admin": false
|
|
82983
|
+
},
|
|
82984
|
+
"committer": {
|
|
82985
|
+
"login": "octocat",
|
|
82986
|
+
"id": 583231,
|
|
82987
|
+
"node_id": "MDQ6VXNlcjU4MzIzMQ==",
|
|
82988
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4",
|
|
82989
|
+
"gravatar_id": "",
|
|
82990
|
+
"url": "https://api.github.com/users/octocat",
|
|
82991
|
+
"html_url": "https://github.com/octocat",
|
|
82992
|
+
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
82993
|
+
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
82994
|
+
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
82995
|
+
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
82996
|
+
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
82997
|
+
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
82998
|
+
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
82999
|
+
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
83000
|
+
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
83001
|
+
"type": "User",
|
|
83002
|
+
"site_admin": false
|
|
83003
|
+
},
|
|
83004
|
+
"parents": [
|
|
83005
|
+
{
|
|
83006
|
+
"sha": "553c2077f0edc3d5dc5d17262f6aa498e69d6f8e",
|
|
83007
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/commits/553c2077f0edc3d5dc5d17262f6aa498e69d6f8e",
|
|
83008
|
+
"html_url": "https://github.com/octocat/Hello-World/commit/553c2077f0edc3d5dc5d17262f6aa498e69d6f8e"
|
|
83009
|
+
},
|
|
83010
|
+
{
|
|
83011
|
+
"sha": "762941318ee16e59dabbacb1b4049eec22f0d303",
|
|
83012
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/commits/762941318ee16e59dabbacb1b4049eec22f0d303",
|
|
83013
|
+
"html_url": "https://github.com/octocat/Hello-World/commit/762941318ee16e59dabbacb1b4049eec22f0d303"
|
|
83014
|
+
}
|
|
83015
|
+
]
|
|
83016
|
+
},
|
|
83017
|
+
"_links": {
|
|
83018
|
+
"self": "https://api.github.com/repos/octocat/Hello-World/branches/main",
|
|
83019
|
+
"html": "https://github.com/octocat/Hello-World/tree/main"
|
|
83020
|
+
},
|
|
83021
|
+
"protected": false,
|
|
83022
|
+
"protection": {
|
|
83023
|
+
"enabled": false,
|
|
83024
|
+
"required_status_checks": {
|
|
83025
|
+
"enforcement_level": "off",
|
|
83026
|
+
"contexts": [],
|
|
83027
|
+
"checks": []
|
|
83028
|
+
}
|
|
83029
|
+
},
|
|
83030
|
+
"protection_url": "https://api.github.com/repos/octocat/Hello-World/branches/main/protection"
|
|
83031
|
+
}
|
|
83032
|
+
},
|
|
82557
83033
|
"branch-protection": {
|
|
82558
83034
|
"value": {
|
|
82559
83035
|
"url": "https://api.github.com/repos/octocat/Hello-World/branches/master/protection",
|
|
@@ -82750,6 +83226,71 @@
|
|
|
82750
83226
|
}
|
|
82751
83227
|
}
|
|
82752
83228
|
},
|
|
83229
|
+
"branch-protection-update": {
|
|
83230
|
+
"value": {
|
|
83231
|
+
"url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection",
|
|
83232
|
+
"required_status_checks": {
|
|
83233
|
+
"url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/required_status_checks",
|
|
83234
|
+
"strict": true,
|
|
83235
|
+
"contexts": [
|
|
83236
|
+
"continuous-integration/travis-ci"
|
|
83237
|
+
],
|
|
83238
|
+
"contexts_url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/required_status_checks/contexts",
|
|
83239
|
+
"checks": [
|
|
83240
|
+
{
|
|
83241
|
+
"context": "continuous-integration/travis-ci",
|
|
83242
|
+
"app_id": null
|
|
83243
|
+
}
|
|
83244
|
+
]
|
|
83245
|
+
},
|
|
83246
|
+
"restrictions": {
|
|
83247
|
+
"url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/restrictions",
|
|
83248
|
+
"users_url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/restrictions/users",
|
|
83249
|
+
"teams_url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/restrictions/teams",
|
|
83250
|
+
"apps_url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/restrictions/apps",
|
|
83251
|
+
"users": [],
|
|
83252
|
+
"teams": [],
|
|
83253
|
+
"apps": []
|
|
83254
|
+
},
|
|
83255
|
+
"required_pull_request_reviews": {
|
|
83256
|
+
"url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/required_pull_request_reviews",
|
|
83257
|
+
"dismiss_stale_reviews": true,
|
|
83258
|
+
"require_code_owner_reviews": true,
|
|
83259
|
+
"required_approving_review_count": 2,
|
|
83260
|
+
"dismissal_restrictions": {
|
|
83261
|
+
"url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/dismissal_restrictions",
|
|
83262
|
+
"users_url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/dismissal_restrictions/users",
|
|
83263
|
+
"teams_url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/dismissal_restrictions/teams",
|
|
83264
|
+
"users": [],
|
|
83265
|
+
"teams": [],
|
|
83266
|
+
"apps": []
|
|
83267
|
+
}
|
|
83268
|
+
},
|
|
83269
|
+
"required_signatures": {
|
|
83270
|
+
"url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/required_signatures",
|
|
83271
|
+
"enabled": false
|
|
83272
|
+
},
|
|
83273
|
+
"enforce_admins": {
|
|
83274
|
+
"url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/enforce_admins",
|
|
83275
|
+
"enabled": true
|
|
83276
|
+
},
|
|
83277
|
+
"required_linear_history": {
|
|
83278
|
+
"enabled": true
|
|
83279
|
+
},
|
|
83280
|
+
"allow_force_pushes": {
|
|
83281
|
+
"enabled": true
|
|
83282
|
+
},
|
|
83283
|
+
"allow_deletions": {
|
|
83284
|
+
"enabled": true
|
|
83285
|
+
},
|
|
83286
|
+
"block_creations": {
|
|
83287
|
+
"enabled": true
|
|
83288
|
+
},
|
|
83289
|
+
"required_conversation_resolution": {
|
|
83290
|
+
"enabled": true
|
|
83291
|
+
}
|
|
83292
|
+
}
|
|
83293
|
+
},
|
|
82753
83294
|
"protected-branch-admin-enforced-2": {
|
|
82754
83295
|
"value": {
|
|
82755
83296
|
"url": "https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins",
|
|
@@ -84168,7 +84709,8 @@
|
|
|
84168
84709
|
"security",
|
|
84169
84710
|
"external/cwe/cwe-022"
|
|
84170
84711
|
],
|
|
84171
|
-
"help": "# Arbitrary file write during zip extraction (\"Zip Slip\")\\nExtracting files from a malicious zip archive without validating that the destination file path is within the destination directory can cause files outside the destination directory to be overwritten ..."
|
|
84712
|
+
"help": "# Arbitrary file write during zip extraction (\"Zip Slip\")\\nExtracting files from a malicious zip archive without validating that the destination file path is within the destination directory can cause files outside the destination directory to be overwritten ...",
|
|
84713
|
+
"help_uri": "https://codeql.github.com/"
|
|
84172
84714
|
},
|
|
84173
84715
|
"tool": {
|
|
84174
84716
|
"name": "CodeQL",
|
|
@@ -84237,7 +84779,8 @@
|
|
|
84237
84779
|
"security",
|
|
84238
84780
|
"external/cwe/cwe-022"
|
|
84239
84781
|
],
|
|
84240
|
-
"help": "# Arbitrary file write during zip extraction (\"Zip Slip\")\\nExtracting files from a malicious zip archive without validating that the destination file path is within the destination directory can cause files outside the destination directory to be overwritten ..."
|
|
84782
|
+
"help": "# Arbitrary file write during zip extraction (\"Zip Slip\")\\nExtracting files from a malicious zip archive without validating that the destination file path is within the destination directory can cause files outside the destination directory to be overwritten ...",
|
|
84783
|
+
"help_uri": "https://codeql.github.com/"
|
|
84241
84784
|
},
|
|
84242
84785
|
"tool": {
|
|
84243
84786
|
"name": "CodeQL",
|
|
@@ -87514,7 +88057,8 @@
|
|
|
87514
88057
|
"type": "User",
|
|
87515
88058
|
"site_admin": false
|
|
87516
88059
|
},
|
|
87517
|
-
"author_association": "COLLABORATOR"
|
|
88060
|
+
"author_association": "COLLABORATOR",
|
|
88061
|
+
"state_reason": "completed"
|
|
87518
88062
|
}
|
|
87519
88063
|
]
|
|
87520
88064
|
},
|
|
@@ -87674,7 +88218,8 @@
|
|
|
87674
88218
|
"type": "User",
|
|
87675
88219
|
"site_admin": false
|
|
87676
88220
|
},
|
|
87677
|
-
"author_association": "COLLABORATOR"
|
|
88221
|
+
"author_association": "COLLABORATOR",
|
|
88222
|
+
"state_reason": "completed"
|
|
87678
88223
|
}
|
|
87679
88224
|
},
|
|
87680
88225
|
"issue-comment-items": {
|
|
@@ -87910,7 +88455,8 @@
|
|
|
87910
88455
|
"closed_at": null,
|
|
87911
88456
|
"created_at": "2011-04-22T13:33:48Z",
|
|
87912
88457
|
"updated_at": "2011-04-22T13:33:48Z",
|
|
87913
|
-
"author_association": "COLLABORATOR"
|
|
88458
|
+
"author_association": "COLLABORATOR",
|
|
88459
|
+
"state_reason": "completed"
|
|
87914
88460
|
}
|
|
87915
88461
|
}
|
|
87916
88462
|
]
|
|
@@ -88119,7 +88665,8 @@
|
|
|
88119
88665
|
"closed_at": null,
|
|
88120
88666
|
"created_at": "2011-04-22T13:33:48Z",
|
|
88121
88667
|
"updated_at": "2011-04-22T13:33:48Z",
|
|
88122
|
-
"author_association": "COLLABORATOR"
|
|
88668
|
+
"author_association": "COLLABORATOR",
|
|
88669
|
+
"state_reason": "completed"
|
|
88123
88670
|
}
|
|
88124
88671
|
}
|
|
88125
88672
|
},
|
|
@@ -92280,7 +92827,8 @@
|
|
|
92280
92827
|
"body": "...",
|
|
92281
92828
|
"score": 1,
|
|
92282
92829
|
"locked": true,
|
|
92283
|
-
"author_association": "COLLABORATOR"
|
|
92830
|
+
"author_association": "COLLABORATOR",
|
|
92831
|
+
"state_reason": "completed"
|
|
92284
92832
|
}
|
|
92285
92833
|
]
|
|
92286
92834
|
}
|