@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.3.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": {
|
|
@@ -12549,17 +12549,6 @@
|
|
|
12549
12549
|
}
|
|
12550
12550
|
}
|
|
12551
12551
|
},
|
|
12552
|
-
"302": {
|
|
12553
|
-
"description": "Response if requester is not an organization member",
|
|
12554
|
-
"headers": {
|
|
12555
|
-
"Location": {
|
|
12556
|
-
"example": "https://api.github.com/orgs/github/public_members",
|
|
12557
|
-
"schema": {
|
|
12558
|
-
"type": "string"
|
|
12559
|
-
}
|
|
12560
|
-
}
|
|
12561
|
-
}
|
|
12562
|
-
},
|
|
12563
12552
|
"422": {
|
|
12564
12553
|
"$ref": "#/components/responses/validation_failed"
|
|
12565
12554
|
}
|
|
@@ -20596,6 +20585,11 @@
|
|
|
20596
20585
|
"url_template": {
|
|
20597
20586
|
"type": "string",
|
|
20598
20587
|
"description": "The URL must contain `<num>` for the reference number."
|
|
20588
|
+
},
|
|
20589
|
+
"is_alphanumeric": {
|
|
20590
|
+
"type": "boolean",
|
|
20591
|
+
"default": "true",
|
|
20592
|
+
"description": "Whether this autolink reference matches alphanumeric characters. If true, the `<num>` parameter of the `url_template` matches alphanumeric characters `A-Z` (case insensitive), `0-9`, and `-`. If false, this autolink reference only matches numeric characters."
|
|
20599
20593
|
}
|
|
20600
20594
|
},
|
|
20601
20595
|
"required": [
|
|
@@ -20607,7 +20601,8 @@
|
|
|
20607
20601
|
"default": {
|
|
20608
20602
|
"value": {
|
|
20609
20603
|
"key_prefix": "TICKET-",
|
|
20610
|
-
"url_template": "https://example.com/TICKET?query=<num>"
|
|
20604
|
+
"url_template": "https://example.com/TICKET?query=<num>",
|
|
20605
|
+
"is_alphanumeric": true
|
|
20611
20606
|
}
|
|
20612
20607
|
}
|
|
20613
20608
|
}
|
|
@@ -20849,6 +20844,11 @@
|
|
|
20849
20844
|
"application/json": {
|
|
20850
20845
|
"schema": {
|
|
20851
20846
|
"$ref": "#/components/schemas/branch-with-protection"
|
|
20847
|
+
},
|
|
20848
|
+
"examples": {
|
|
20849
|
+
"default": {
|
|
20850
|
+
"$ref": "#/components/examples/branch-get"
|
|
20851
|
+
}
|
|
20852
20852
|
}
|
|
20853
20853
|
}
|
|
20854
20854
|
}
|
|
@@ -21183,6 +21183,11 @@
|
|
|
21183
21183
|
"application/json": {
|
|
21184
21184
|
"schema": {
|
|
21185
21185
|
"$ref": "#/components/schemas/protected-branch"
|
|
21186
|
+
},
|
|
21187
|
+
"examples": {
|
|
21188
|
+
"default": {
|
|
21189
|
+
"$ref": "#/components/examples/branch-protection-update"
|
|
21190
|
+
}
|
|
21186
21191
|
}
|
|
21187
21192
|
}
|
|
21188
21193
|
}
|
|
@@ -22039,7 +22044,7 @@
|
|
|
22039
22044
|
"properties": {
|
|
22040
22045
|
"contexts": {
|
|
22041
22046
|
"type": "array",
|
|
22042
|
-
"description": "
|
|
22047
|
+
"description": "The name of the status checks",
|
|
22043
22048
|
"items": {
|
|
22044
22049
|
"type": "string"
|
|
22045
22050
|
}
|
|
@@ -22055,6 +22060,17 @@
|
|
|
22055
22060
|
}
|
|
22056
22061
|
}
|
|
22057
22062
|
]
|
|
22063
|
+
},
|
|
22064
|
+
"examples": {
|
|
22065
|
+
"default": {
|
|
22066
|
+
"summary": "Example adding status checks to a branch protection rule",
|
|
22067
|
+
"value": {
|
|
22068
|
+
"contexts": [
|
|
22069
|
+
"continuous-integration/travis-ci",
|
|
22070
|
+
"continuous-integration/jenkins"
|
|
22071
|
+
]
|
|
22072
|
+
}
|
|
22073
|
+
}
|
|
22058
22074
|
}
|
|
22059
22075
|
}
|
|
22060
22076
|
}
|
|
@@ -22133,7 +22149,7 @@
|
|
|
22133
22149
|
"properties": {
|
|
22134
22150
|
"contexts": {
|
|
22135
22151
|
"type": "array",
|
|
22136
|
-
"description": "
|
|
22152
|
+
"description": "The name of the status checks",
|
|
22137
22153
|
"items": {
|
|
22138
22154
|
"type": "string"
|
|
22139
22155
|
}
|
|
@@ -22149,6 +22165,16 @@
|
|
|
22149
22165
|
}
|
|
22150
22166
|
}
|
|
22151
22167
|
]
|
|
22168
|
+
},
|
|
22169
|
+
"examples": {
|
|
22170
|
+
"default": {
|
|
22171
|
+
"summary": "Example updating status checks for a branch protection rule",
|
|
22172
|
+
"value": {
|
|
22173
|
+
"contexts": [
|
|
22174
|
+
"continuous-integration/travis-ci"
|
|
22175
|
+
]
|
|
22176
|
+
}
|
|
22177
|
+
}
|
|
22152
22178
|
}
|
|
22153
22179
|
}
|
|
22154
22180
|
}
|
|
@@ -22222,7 +22248,7 @@
|
|
|
22222
22248
|
"properties": {
|
|
22223
22249
|
"contexts": {
|
|
22224
22250
|
"type": "array",
|
|
22225
|
-
"description": "
|
|
22251
|
+
"description": "The name of the status checks",
|
|
22226
22252
|
"items": {
|
|
22227
22253
|
"type": "string"
|
|
22228
22254
|
}
|
|
@@ -22238,6 +22264,16 @@
|
|
|
22238
22264
|
}
|
|
22239
22265
|
}
|
|
22240
22266
|
]
|
|
22267
|
+
},
|
|
22268
|
+
"examples": {
|
|
22269
|
+
"default": {
|
|
22270
|
+
"summary": "Example removing status checks from a branch protection rule",
|
|
22271
|
+
"value": {
|
|
22272
|
+
"contexts": [
|
|
22273
|
+
"continuous-integration/travis-ci"
|
|
22274
|
+
]
|
|
22275
|
+
}
|
|
22276
|
+
}
|
|
22241
22277
|
}
|
|
22242
22278
|
}
|
|
22243
22279
|
}
|
|
@@ -22763,7 +22799,7 @@
|
|
|
22763
22799
|
"properties": {
|
|
22764
22800
|
"teams": {
|
|
22765
22801
|
"type": "array",
|
|
22766
|
-
"description": "teams
|
|
22802
|
+
"description": "The slug values for teams",
|
|
22767
22803
|
"items": {
|
|
22768
22804
|
"type": "string"
|
|
22769
22805
|
}
|
|
@@ -22779,6 +22815,16 @@
|
|
|
22779
22815
|
}
|
|
22780
22816
|
}
|
|
22781
22817
|
]
|
|
22818
|
+
},
|
|
22819
|
+
"examples": {
|
|
22820
|
+
"default": {
|
|
22821
|
+
"summary": "Example adding a team in a branch protection rule",
|
|
22822
|
+
"value": {
|
|
22823
|
+
"teams": [
|
|
22824
|
+
"justice-league"
|
|
22825
|
+
]
|
|
22826
|
+
}
|
|
22827
|
+
}
|
|
22782
22828
|
}
|
|
22783
22829
|
}
|
|
22784
22830
|
}
|
|
@@ -22848,7 +22894,7 @@
|
|
|
22848
22894
|
"properties": {
|
|
22849
22895
|
"teams": {
|
|
22850
22896
|
"type": "array",
|
|
22851
|
-
"description": "teams
|
|
22897
|
+
"description": "The slug values for teams",
|
|
22852
22898
|
"items": {
|
|
22853
22899
|
"type": "string"
|
|
22854
22900
|
}
|
|
@@ -22859,11 +22905,21 @@
|
|
|
22859
22905
|
],
|
|
22860
22906
|
"example": {
|
|
22861
22907
|
"teams": [
|
|
22862
|
-
"
|
|
22908
|
+
"justice-league"
|
|
22863
22909
|
]
|
|
22864
22910
|
}
|
|
22865
22911
|
}
|
|
22866
22912
|
]
|
|
22913
|
+
},
|
|
22914
|
+
"examples": {
|
|
22915
|
+
"default": {
|
|
22916
|
+
"summary": "Example replacing a team in a branch protection rule",
|
|
22917
|
+
"value": {
|
|
22918
|
+
"teams": [
|
|
22919
|
+
"justice-league"
|
|
22920
|
+
]
|
|
22921
|
+
}
|
|
22922
|
+
}
|
|
22867
22923
|
}
|
|
22868
22924
|
}
|
|
22869
22925
|
}
|
|
@@ -22932,7 +22988,7 @@
|
|
|
22932
22988
|
"properties": {
|
|
22933
22989
|
"teams": {
|
|
22934
22990
|
"type": "array",
|
|
22935
|
-
"description": "teams
|
|
22991
|
+
"description": "The slug values for teams",
|
|
22936
22992
|
"items": {
|
|
22937
22993
|
"type": "string"
|
|
22938
22994
|
}
|
|
@@ -22948,6 +23004,16 @@
|
|
|
22948
23004
|
}
|
|
22949
23005
|
}
|
|
22950
23006
|
]
|
|
23007
|
+
},
|
|
23008
|
+
"examples": {
|
|
23009
|
+
"default": {
|
|
23010
|
+
"summary": "Example removing a team in a branch protection rule",
|
|
23011
|
+
"value": {
|
|
23012
|
+
"teams": [
|
|
23013
|
+
"justice-league"
|
|
23014
|
+
]
|
|
23015
|
+
}
|
|
23016
|
+
}
|
|
22951
23017
|
}
|
|
22952
23018
|
}
|
|
22953
23019
|
}
|
|
@@ -23072,7 +23138,7 @@
|
|
|
23072
23138
|
"properties": {
|
|
23073
23139
|
"users": {
|
|
23074
23140
|
"type": "array",
|
|
23075
|
-
"description": "users
|
|
23141
|
+
"description": "The username for users",
|
|
23076
23142
|
"items": {
|
|
23077
23143
|
"type": "string"
|
|
23078
23144
|
}
|
|
@@ -23088,6 +23154,16 @@
|
|
|
23088
23154
|
}
|
|
23089
23155
|
}
|
|
23090
23156
|
]
|
|
23157
|
+
},
|
|
23158
|
+
"examples": {
|
|
23159
|
+
"default": {
|
|
23160
|
+
"summary": "Example adding a user in a branch protection rule",
|
|
23161
|
+
"value": {
|
|
23162
|
+
"users": [
|
|
23163
|
+
"octocat"
|
|
23164
|
+
]
|
|
23165
|
+
}
|
|
23166
|
+
}
|
|
23091
23167
|
}
|
|
23092
23168
|
}
|
|
23093
23169
|
}
|
|
@@ -23157,7 +23233,7 @@
|
|
|
23157
23233
|
"properties": {
|
|
23158
23234
|
"users": {
|
|
23159
23235
|
"type": "array",
|
|
23160
|
-
"description": "users
|
|
23236
|
+
"description": "The username for users",
|
|
23161
23237
|
"items": {
|
|
23162
23238
|
"type": "string"
|
|
23163
23239
|
}
|
|
@@ -23173,6 +23249,16 @@
|
|
|
23173
23249
|
}
|
|
23174
23250
|
}
|
|
23175
23251
|
]
|
|
23252
|
+
},
|
|
23253
|
+
"examples": {
|
|
23254
|
+
"default": {
|
|
23255
|
+
"summary": "Example replacing a user in a branch protection rule",
|
|
23256
|
+
"value": {
|
|
23257
|
+
"users": [
|
|
23258
|
+
"octocat"
|
|
23259
|
+
]
|
|
23260
|
+
}
|
|
23261
|
+
}
|
|
23176
23262
|
}
|
|
23177
23263
|
}
|
|
23178
23264
|
}
|
|
@@ -23241,7 +23327,7 @@
|
|
|
23241
23327
|
"properties": {
|
|
23242
23328
|
"users": {
|
|
23243
23329
|
"type": "array",
|
|
23244
|
-
"description": "users
|
|
23330
|
+
"description": "The username for users",
|
|
23245
23331
|
"items": {
|
|
23246
23332
|
"type": "string"
|
|
23247
23333
|
}
|
|
@@ -23257,6 +23343,16 @@
|
|
|
23257
23343
|
}
|
|
23258
23344
|
}
|
|
23259
23345
|
]
|
|
23346
|
+
},
|
|
23347
|
+
"examples": {
|
|
23348
|
+
"default": {
|
|
23349
|
+
"summary": "Example removing a user in a branch protection rule",
|
|
23350
|
+
"value": {
|
|
23351
|
+
"users": [
|
|
23352
|
+
"octocat"
|
|
23353
|
+
]
|
|
23354
|
+
}
|
|
23355
|
+
}
|
|
23260
23356
|
}
|
|
23261
23357
|
}
|
|
23262
23358
|
}
|
|
@@ -26528,6 +26624,9 @@
|
|
|
26528
26624
|
},
|
|
26529
26625
|
"500": {
|
|
26530
26626
|
"$ref": "#/components/responses/internal_error"
|
|
26627
|
+
},
|
|
26628
|
+
"503": {
|
|
26629
|
+
"$ref": "#/components/responses/service_unavailable"
|
|
26531
26630
|
}
|
|
26532
26631
|
},
|
|
26533
26632
|
"x-github": {
|
|
@@ -26937,6 +27036,9 @@
|
|
|
26937
27036
|
},
|
|
26938
27037
|
"500": {
|
|
26939
27038
|
"$ref": "#/components/responses/internal_error"
|
|
27039
|
+
},
|
|
27040
|
+
"503": {
|
|
27041
|
+
"$ref": "#/components/responses/service_unavailable"
|
|
26940
27042
|
}
|
|
26941
27043
|
},
|
|
26942
27044
|
"x-github": {
|
|
@@ -27076,7 +27178,7 @@
|
|
|
27076
27178
|
"/repos/{owner}/{repo}/contents/{path}": {
|
|
27077
27179
|
"get": {
|
|
27078
27180
|
"summary": "Get repository content",
|
|
27079
|
-
"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.3/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.3/rest/reference/repos#custom-media-types) to ensure the content is returned in a consistent\nobject format.\n\n**
|
|
27181
|
+
"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.3/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.3/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.3/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.3/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.",
|
|
27080
27182
|
"tags": [
|
|
27081
27183
|
"repos"
|
|
27082
27184
|
],
|
|
@@ -31115,6 +31217,14 @@
|
|
|
31115
31217
|
]
|
|
31116
31218
|
}
|
|
31117
31219
|
}
|
|
31220
|
+
},
|
|
31221
|
+
"examples": {
|
|
31222
|
+
"default": {
|
|
31223
|
+
"summary": "Example request body",
|
|
31224
|
+
"value": {
|
|
31225
|
+
"permissions": "write"
|
|
31226
|
+
}
|
|
31227
|
+
}
|
|
31118
31228
|
}
|
|
31119
31229
|
}
|
|
31120
31230
|
}
|
|
@@ -32210,6 +32320,12 @@
|
|
|
32210
32320
|
"closed"
|
|
32211
32321
|
]
|
|
32212
32322
|
},
|
|
32323
|
+
"state_reason": {
|
|
32324
|
+
"type": "string",
|
|
32325
|
+
"nullable": true,
|
|
32326
|
+
"description": "The reason for the current state",
|
|
32327
|
+
"example": "not_planned"
|
|
32328
|
+
},
|
|
32213
32329
|
"milestone": {
|
|
32214
32330
|
"oneOf": [
|
|
32215
32331
|
{
|
|
@@ -36762,6 +36878,9 @@
|
|
|
36762
36878
|
},
|
|
36763
36879
|
"500": {
|
|
36764
36880
|
"$ref": "#/components/responses/internal_error"
|
|
36881
|
+
},
|
|
36882
|
+
"503": {
|
|
36883
|
+
"$ref": "#/components/responses/service_unavailable"
|
|
36765
36884
|
}
|
|
36766
36885
|
},
|
|
36767
36886
|
"x-github": {
|
|
@@ -37309,6 +37428,9 @@
|
|
|
37309
37428
|
},
|
|
37310
37429
|
"500": {
|
|
37311
37430
|
"$ref": "#/components/responses/internal_error"
|
|
37431
|
+
},
|
|
37432
|
+
"503": {
|
|
37433
|
+
"$ref": "#/components/responses/service_unavailable"
|
|
37312
37434
|
}
|
|
37313
37435
|
},
|
|
37314
37436
|
"x-github": {
|
|
@@ -41128,7 +41250,7 @@
|
|
|
41128
41250
|
"/repos/{template_owner}/{template_repo}/generate": {
|
|
41129
41251
|
"post": {
|
|
41130
41252
|
"summary": "Create a repository using a template",
|
|
41131
|
-
"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.
|
|
41253
|
+
"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.3/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.3/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",
|
|
41132
41254
|
"tags": [
|
|
41133
41255
|
"repos"
|
|
41134
41256
|
],
|
|
@@ -51505,14 +51627,6 @@
|
|
|
51505
51627
|
"write"
|
|
51506
51628
|
]
|
|
51507
51629
|
},
|
|
51508
|
-
"organization_custom_roles": {
|
|
51509
|
-
"type": "string",
|
|
51510
|
-
"description": "The level of permission to grant the access token for custom roles management.",
|
|
51511
|
-
"enum": [
|
|
51512
|
-
"read",
|
|
51513
|
-
"write"
|
|
51514
|
-
]
|
|
51515
|
-
},
|
|
51516
51630
|
"deployments": {
|
|
51517
51631
|
"type": "string",
|
|
51518
51632
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -53524,6 +53638,10 @@
|
|
|
53524
53638
|
"starred_at": {
|
|
53525
53639
|
"type": "string",
|
|
53526
53640
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
53641
|
+
},
|
|
53642
|
+
"anonymous_access_enabled": {
|
|
53643
|
+
"type": "boolean",
|
|
53644
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
53527
53645
|
}
|
|
53528
53646
|
},
|
|
53529
53647
|
"required": [
|
|
@@ -57073,6 +57191,10 @@
|
|
|
57073
57191
|
"starred_at": {
|
|
57074
57192
|
"type": "string",
|
|
57075
57193
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
57194
|
+
},
|
|
57195
|
+
"anonymous_access_enabled": {
|
|
57196
|
+
"type": "boolean",
|
|
57197
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
57076
57198
|
}
|
|
57077
57199
|
},
|
|
57078
57200
|
"required": [
|
|
@@ -58925,6 +59047,258 @@
|
|
|
58925
59047
|
"parent"
|
|
58926
59048
|
]
|
|
58927
59049
|
},
|
|
59050
|
+
"team-organization": {
|
|
59051
|
+
"title": "Team Organization",
|
|
59052
|
+
"description": "Team Organization",
|
|
59053
|
+
"type": "object",
|
|
59054
|
+
"properties": {
|
|
59055
|
+
"login": {
|
|
59056
|
+
"type": "string",
|
|
59057
|
+
"example": "github"
|
|
59058
|
+
},
|
|
59059
|
+
"id": {
|
|
59060
|
+
"type": "integer",
|
|
59061
|
+
"example": 1
|
|
59062
|
+
},
|
|
59063
|
+
"node_id": {
|
|
59064
|
+
"type": "string",
|
|
59065
|
+
"example": "MDEyOk9yZ2FuaXphdGlvbjE="
|
|
59066
|
+
},
|
|
59067
|
+
"url": {
|
|
59068
|
+
"type": "string",
|
|
59069
|
+
"format": "uri",
|
|
59070
|
+
"example": "https://api.github.com/orgs/github"
|
|
59071
|
+
},
|
|
59072
|
+
"repos_url": {
|
|
59073
|
+
"type": "string",
|
|
59074
|
+
"format": "uri",
|
|
59075
|
+
"example": "https://api.github.com/orgs/github/repos"
|
|
59076
|
+
},
|
|
59077
|
+
"events_url": {
|
|
59078
|
+
"type": "string",
|
|
59079
|
+
"format": "uri",
|
|
59080
|
+
"example": "https://api.github.com/orgs/github/events"
|
|
59081
|
+
},
|
|
59082
|
+
"hooks_url": {
|
|
59083
|
+
"type": "string",
|
|
59084
|
+
"example": "https://api.github.com/orgs/github/hooks"
|
|
59085
|
+
},
|
|
59086
|
+
"issues_url": {
|
|
59087
|
+
"type": "string",
|
|
59088
|
+
"example": "https://api.github.com/orgs/github/issues"
|
|
59089
|
+
},
|
|
59090
|
+
"members_url": {
|
|
59091
|
+
"type": "string",
|
|
59092
|
+
"example": "https://api.github.com/orgs/github/members{/member}"
|
|
59093
|
+
},
|
|
59094
|
+
"public_members_url": {
|
|
59095
|
+
"type": "string",
|
|
59096
|
+
"example": "https://api.github.com/orgs/github/public_members{/member}"
|
|
59097
|
+
},
|
|
59098
|
+
"avatar_url": {
|
|
59099
|
+
"type": "string",
|
|
59100
|
+
"example": "https://github.com/images/error/octocat_happy.gif"
|
|
59101
|
+
},
|
|
59102
|
+
"description": {
|
|
59103
|
+
"type": "string",
|
|
59104
|
+
"example": "A great organization",
|
|
59105
|
+
"nullable": true
|
|
59106
|
+
},
|
|
59107
|
+
"name": {
|
|
59108
|
+
"type": "string",
|
|
59109
|
+
"example": "github"
|
|
59110
|
+
},
|
|
59111
|
+
"company": {
|
|
59112
|
+
"type": "string",
|
|
59113
|
+
"example": "GitHub"
|
|
59114
|
+
},
|
|
59115
|
+
"blog": {
|
|
59116
|
+
"type": "string",
|
|
59117
|
+
"format": "uri",
|
|
59118
|
+
"example": "https://github.com/blog"
|
|
59119
|
+
},
|
|
59120
|
+
"location": {
|
|
59121
|
+
"type": "string",
|
|
59122
|
+
"example": "San Francisco"
|
|
59123
|
+
},
|
|
59124
|
+
"email": {
|
|
59125
|
+
"type": "string",
|
|
59126
|
+
"format": "email",
|
|
59127
|
+
"example": "octocat@github.com"
|
|
59128
|
+
},
|
|
59129
|
+
"twitter_username": {
|
|
59130
|
+
"type": "string",
|
|
59131
|
+
"example": "github",
|
|
59132
|
+
"nullable": true
|
|
59133
|
+
},
|
|
59134
|
+
"is_verified": {
|
|
59135
|
+
"type": "boolean",
|
|
59136
|
+
"example": true
|
|
59137
|
+
},
|
|
59138
|
+
"has_organization_projects": {
|
|
59139
|
+
"type": "boolean",
|
|
59140
|
+
"example": true
|
|
59141
|
+
},
|
|
59142
|
+
"has_repository_projects": {
|
|
59143
|
+
"type": "boolean",
|
|
59144
|
+
"example": true
|
|
59145
|
+
},
|
|
59146
|
+
"public_repos": {
|
|
59147
|
+
"type": "integer",
|
|
59148
|
+
"example": 2
|
|
59149
|
+
},
|
|
59150
|
+
"public_gists": {
|
|
59151
|
+
"type": "integer",
|
|
59152
|
+
"example": 1
|
|
59153
|
+
},
|
|
59154
|
+
"followers": {
|
|
59155
|
+
"type": "integer",
|
|
59156
|
+
"example": 20
|
|
59157
|
+
},
|
|
59158
|
+
"following": {
|
|
59159
|
+
"type": "integer",
|
|
59160
|
+
"example": 0
|
|
59161
|
+
},
|
|
59162
|
+
"html_url": {
|
|
59163
|
+
"type": "string",
|
|
59164
|
+
"format": "uri",
|
|
59165
|
+
"example": "https://github.com/octocat"
|
|
59166
|
+
},
|
|
59167
|
+
"created_at": {
|
|
59168
|
+
"type": "string",
|
|
59169
|
+
"format": "date-time",
|
|
59170
|
+
"example": "2008-01-14T04:33:35Z"
|
|
59171
|
+
},
|
|
59172
|
+
"type": {
|
|
59173
|
+
"type": "string",
|
|
59174
|
+
"example": "Organization"
|
|
59175
|
+
},
|
|
59176
|
+
"total_private_repos": {
|
|
59177
|
+
"type": "integer",
|
|
59178
|
+
"example": 100
|
|
59179
|
+
},
|
|
59180
|
+
"owned_private_repos": {
|
|
59181
|
+
"type": "integer",
|
|
59182
|
+
"example": 100
|
|
59183
|
+
},
|
|
59184
|
+
"private_gists": {
|
|
59185
|
+
"type": "integer",
|
|
59186
|
+
"example": 81,
|
|
59187
|
+
"nullable": true
|
|
59188
|
+
},
|
|
59189
|
+
"disk_usage": {
|
|
59190
|
+
"type": "integer",
|
|
59191
|
+
"example": 10000,
|
|
59192
|
+
"nullable": true
|
|
59193
|
+
},
|
|
59194
|
+
"collaborators": {
|
|
59195
|
+
"type": "integer",
|
|
59196
|
+
"example": 8,
|
|
59197
|
+
"nullable": true
|
|
59198
|
+
},
|
|
59199
|
+
"billing_email": {
|
|
59200
|
+
"type": "string",
|
|
59201
|
+
"format": "email",
|
|
59202
|
+
"example": "org@example.com",
|
|
59203
|
+
"nullable": true
|
|
59204
|
+
},
|
|
59205
|
+
"plan": {
|
|
59206
|
+
"type": "object",
|
|
59207
|
+
"properties": {
|
|
59208
|
+
"name": {
|
|
59209
|
+
"type": "string"
|
|
59210
|
+
},
|
|
59211
|
+
"space": {
|
|
59212
|
+
"type": "integer"
|
|
59213
|
+
},
|
|
59214
|
+
"private_repos": {
|
|
59215
|
+
"type": "integer"
|
|
59216
|
+
},
|
|
59217
|
+
"filled_seats": {
|
|
59218
|
+
"type": "integer"
|
|
59219
|
+
},
|
|
59220
|
+
"seats": {
|
|
59221
|
+
"type": "integer"
|
|
59222
|
+
}
|
|
59223
|
+
},
|
|
59224
|
+
"required": [
|
|
59225
|
+
"name",
|
|
59226
|
+
"space",
|
|
59227
|
+
"private_repos"
|
|
59228
|
+
]
|
|
59229
|
+
},
|
|
59230
|
+
"default_repository_permission": {
|
|
59231
|
+
"type": "string",
|
|
59232
|
+
"nullable": true
|
|
59233
|
+
},
|
|
59234
|
+
"members_can_create_repositories": {
|
|
59235
|
+
"type": "boolean",
|
|
59236
|
+
"example": true,
|
|
59237
|
+
"nullable": true
|
|
59238
|
+
},
|
|
59239
|
+
"two_factor_requirement_enabled": {
|
|
59240
|
+
"type": "boolean",
|
|
59241
|
+
"example": true,
|
|
59242
|
+
"nullable": true
|
|
59243
|
+
},
|
|
59244
|
+
"members_allowed_repository_creation_type": {
|
|
59245
|
+
"type": "string",
|
|
59246
|
+
"example": "all"
|
|
59247
|
+
},
|
|
59248
|
+
"members_can_create_public_repositories": {
|
|
59249
|
+
"type": "boolean",
|
|
59250
|
+
"example": true
|
|
59251
|
+
},
|
|
59252
|
+
"members_can_create_private_repositories": {
|
|
59253
|
+
"type": "boolean",
|
|
59254
|
+
"example": true
|
|
59255
|
+
},
|
|
59256
|
+
"members_can_create_internal_repositories": {
|
|
59257
|
+
"type": "boolean",
|
|
59258
|
+
"example": true
|
|
59259
|
+
},
|
|
59260
|
+
"members_can_create_pages": {
|
|
59261
|
+
"type": "boolean",
|
|
59262
|
+
"example": true
|
|
59263
|
+
},
|
|
59264
|
+
"members_can_create_public_pages": {
|
|
59265
|
+
"type": "boolean",
|
|
59266
|
+
"example": true
|
|
59267
|
+
},
|
|
59268
|
+
"members_can_create_private_pages": {
|
|
59269
|
+
"type": "boolean",
|
|
59270
|
+
"example": true
|
|
59271
|
+
},
|
|
59272
|
+
"updated_at": {
|
|
59273
|
+
"type": "string",
|
|
59274
|
+
"format": "date-time"
|
|
59275
|
+
}
|
|
59276
|
+
},
|
|
59277
|
+
"required": [
|
|
59278
|
+
"login",
|
|
59279
|
+
"url",
|
|
59280
|
+
"id",
|
|
59281
|
+
"node_id",
|
|
59282
|
+
"repos_url",
|
|
59283
|
+
"events_url",
|
|
59284
|
+
"hooks_url",
|
|
59285
|
+
"issues_url",
|
|
59286
|
+
"members_url",
|
|
59287
|
+
"public_members_url",
|
|
59288
|
+
"avatar_url",
|
|
59289
|
+
"description",
|
|
59290
|
+
"html_url",
|
|
59291
|
+
"has_organization_projects",
|
|
59292
|
+
"has_repository_projects",
|
|
59293
|
+
"public_repos",
|
|
59294
|
+
"public_gists",
|
|
59295
|
+
"followers",
|
|
59296
|
+
"following",
|
|
59297
|
+
"type",
|
|
59298
|
+
"created_at",
|
|
59299
|
+
"updated_at"
|
|
59300
|
+
]
|
|
59301
|
+
},
|
|
58928
59302
|
"team-full": {
|
|
58929
59303
|
"title": "Full Team",
|
|
58930
59304
|
"description": "Groups of organization members that gives permissions on specified repositories.",
|
|
@@ -59009,7 +59383,7 @@
|
|
|
59009
59383
|
"example": "2017-08-17T12:37:15Z"
|
|
59010
59384
|
},
|
|
59011
59385
|
"organization": {
|
|
59012
|
-
"$ref": "#/components/schemas/organization
|
|
59386
|
+
"$ref": "#/components/schemas/team-organization"
|
|
59013
59387
|
},
|
|
59014
59388
|
"ldap_dn": {
|
|
59015
59389
|
"description": "Distinguished Name (DN) that team maps to within LDAP environment",
|
|
@@ -63585,6 +63959,11 @@
|
|
|
63585
63959
|
"nullable": true,
|
|
63586
63960
|
"type": "string",
|
|
63587
63961
|
"description": "Detailed documentation for the rule as GitHub Flavored Markdown."
|
|
63962
|
+
},
|
|
63963
|
+
"help_uri": {
|
|
63964
|
+
"nullable": true,
|
|
63965
|
+
"type": "string",
|
|
63966
|
+
"description": "A link to the documentation for the rule used to detect the alert."
|
|
63588
63967
|
}
|
|
63589
63968
|
}
|
|
63590
63969
|
},
|
|
@@ -83197,6 +83576,109 @@
|
|
|
83197
83576
|
}
|
|
83198
83577
|
]
|
|
83199
83578
|
},
|
|
83579
|
+
"branch-get": {
|
|
83580
|
+
"value": {
|
|
83581
|
+
"name": "main",
|
|
83582
|
+
"commit": {
|
|
83583
|
+
"sha": "7fd1a60b01f91b314f59955a4e4d4e80d8edf11d",
|
|
83584
|
+
"node_id": "MDY6Q29tbWl0MTI5NjI2OTo3ZmQxYTYwYjAxZjkxYjMxNGY1OTk1NWE0ZTRkNGU4MGQ4ZWRmMTFk",
|
|
83585
|
+
"commit": {
|
|
83586
|
+
"author": {
|
|
83587
|
+
"name": "The Octocat",
|
|
83588
|
+
"email": "octocat@nowhere.com",
|
|
83589
|
+
"date": "2012-03-06T23:06:50Z"
|
|
83590
|
+
},
|
|
83591
|
+
"committer": {
|
|
83592
|
+
"name": "The Octocat",
|
|
83593
|
+
"email": "octocat@nowhere.com",
|
|
83594
|
+
"date": "2012-03-06T23:06:50Z"
|
|
83595
|
+
},
|
|
83596
|
+
"message": "Merge pull request #6 from Spaceghost/patch-1\n\nNew line at end of file.",
|
|
83597
|
+
"tree": {
|
|
83598
|
+
"sha": "b4eecafa9be2f2006ce1b709d6857b07069b4608",
|
|
83599
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/git/trees/b4eecafa9be2f2006ce1b709d6857b07069b4608"
|
|
83600
|
+
},
|
|
83601
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/git/commits/7fd1a60b01f91b314f59955a4e4d4e80d8edf11d",
|
|
83602
|
+
"comment_count": 77,
|
|
83603
|
+
"verification": {
|
|
83604
|
+
"verified": false,
|
|
83605
|
+
"reason": "unsigned",
|
|
83606
|
+
"signature": null,
|
|
83607
|
+
"payload": null
|
|
83608
|
+
}
|
|
83609
|
+
},
|
|
83610
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/commits/7fd1a60b01f91b314f59955a4e4d4e80d8edf11d",
|
|
83611
|
+
"html_url": "https://github.com/octocat/Hello-World/commit/7fd1a60b01f91b314f59955a4e4d4e80d8edf11d",
|
|
83612
|
+
"comments_url": "https://api.github.com/repos/octocat/Hello-World/commits/7fd1a60b01f91b314f59955a4e4d4e80d8edf11d/comments",
|
|
83613
|
+
"author": {
|
|
83614
|
+
"login": "octocat",
|
|
83615
|
+
"id": 583231,
|
|
83616
|
+
"node_id": "MDQ6VXNlcjU4MzIzMQ==",
|
|
83617
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4",
|
|
83618
|
+
"gravatar_id": "",
|
|
83619
|
+
"url": "https://api.github.com/users/octocat",
|
|
83620
|
+
"html_url": "https://github.com/octocat",
|
|
83621
|
+
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
83622
|
+
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
83623
|
+
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
83624
|
+
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
83625
|
+
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
83626
|
+
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
83627
|
+
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
83628
|
+
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
83629
|
+
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
83630
|
+
"type": "User",
|
|
83631
|
+
"site_admin": false
|
|
83632
|
+
},
|
|
83633
|
+
"committer": {
|
|
83634
|
+
"login": "octocat",
|
|
83635
|
+
"id": 583231,
|
|
83636
|
+
"node_id": "MDQ6VXNlcjU4MzIzMQ==",
|
|
83637
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4",
|
|
83638
|
+
"gravatar_id": "",
|
|
83639
|
+
"url": "https://api.github.com/users/octocat",
|
|
83640
|
+
"html_url": "https://github.com/octocat",
|
|
83641
|
+
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
83642
|
+
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
83643
|
+
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
83644
|
+
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
83645
|
+
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
83646
|
+
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
83647
|
+
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
83648
|
+
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
83649
|
+
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
83650
|
+
"type": "User",
|
|
83651
|
+
"site_admin": false
|
|
83652
|
+
},
|
|
83653
|
+
"parents": [
|
|
83654
|
+
{
|
|
83655
|
+
"sha": "553c2077f0edc3d5dc5d17262f6aa498e69d6f8e",
|
|
83656
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/commits/553c2077f0edc3d5dc5d17262f6aa498e69d6f8e",
|
|
83657
|
+
"html_url": "https://github.com/octocat/Hello-World/commit/553c2077f0edc3d5dc5d17262f6aa498e69d6f8e"
|
|
83658
|
+
},
|
|
83659
|
+
{
|
|
83660
|
+
"sha": "762941318ee16e59dabbacb1b4049eec22f0d303",
|
|
83661
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/commits/762941318ee16e59dabbacb1b4049eec22f0d303",
|
|
83662
|
+
"html_url": "https://github.com/octocat/Hello-World/commit/762941318ee16e59dabbacb1b4049eec22f0d303"
|
|
83663
|
+
}
|
|
83664
|
+
]
|
|
83665
|
+
},
|
|
83666
|
+
"_links": {
|
|
83667
|
+
"self": "https://api.github.com/repos/octocat/Hello-World/branches/main",
|
|
83668
|
+
"html": "https://github.com/octocat/Hello-World/tree/main"
|
|
83669
|
+
},
|
|
83670
|
+
"protected": false,
|
|
83671
|
+
"protection": {
|
|
83672
|
+
"enabled": false,
|
|
83673
|
+
"required_status_checks": {
|
|
83674
|
+
"enforcement_level": "off",
|
|
83675
|
+
"contexts": [],
|
|
83676
|
+
"checks": []
|
|
83677
|
+
}
|
|
83678
|
+
},
|
|
83679
|
+
"protection_url": "https://api.github.com/repos/octocat/Hello-World/branches/main/protection"
|
|
83680
|
+
}
|
|
83681
|
+
},
|
|
83200
83682
|
"branch-protection": {
|
|
83201
83683
|
"value": {
|
|
83202
83684
|
"url": "https://api.github.com/repos/octocat/Hello-World/branches/master/protection",
|
|
@@ -83393,6 +83875,71 @@
|
|
|
83393
83875
|
}
|
|
83394
83876
|
}
|
|
83395
83877
|
},
|
|
83878
|
+
"branch-protection-update": {
|
|
83879
|
+
"value": {
|
|
83880
|
+
"url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection",
|
|
83881
|
+
"required_status_checks": {
|
|
83882
|
+
"url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/required_status_checks",
|
|
83883
|
+
"strict": true,
|
|
83884
|
+
"contexts": [
|
|
83885
|
+
"continuous-integration/travis-ci"
|
|
83886
|
+
],
|
|
83887
|
+
"contexts_url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/required_status_checks/contexts",
|
|
83888
|
+
"checks": [
|
|
83889
|
+
{
|
|
83890
|
+
"context": "continuous-integration/travis-ci",
|
|
83891
|
+
"app_id": null
|
|
83892
|
+
}
|
|
83893
|
+
]
|
|
83894
|
+
},
|
|
83895
|
+
"restrictions": {
|
|
83896
|
+
"url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/restrictions",
|
|
83897
|
+
"users_url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/restrictions/users",
|
|
83898
|
+
"teams_url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/restrictions/teams",
|
|
83899
|
+
"apps_url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/restrictions/apps",
|
|
83900
|
+
"users": [],
|
|
83901
|
+
"teams": [],
|
|
83902
|
+
"apps": []
|
|
83903
|
+
},
|
|
83904
|
+
"required_pull_request_reviews": {
|
|
83905
|
+
"url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/required_pull_request_reviews",
|
|
83906
|
+
"dismiss_stale_reviews": true,
|
|
83907
|
+
"require_code_owner_reviews": true,
|
|
83908
|
+
"required_approving_review_count": 2,
|
|
83909
|
+
"dismissal_restrictions": {
|
|
83910
|
+
"url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/dismissal_restrictions",
|
|
83911
|
+
"users_url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/dismissal_restrictions/users",
|
|
83912
|
+
"teams_url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/dismissal_restrictions/teams",
|
|
83913
|
+
"users": [],
|
|
83914
|
+
"teams": [],
|
|
83915
|
+
"apps": []
|
|
83916
|
+
}
|
|
83917
|
+
},
|
|
83918
|
+
"required_signatures": {
|
|
83919
|
+
"url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/required_signatures",
|
|
83920
|
+
"enabled": false
|
|
83921
|
+
},
|
|
83922
|
+
"enforce_admins": {
|
|
83923
|
+
"url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/enforce_admins",
|
|
83924
|
+
"enabled": true
|
|
83925
|
+
},
|
|
83926
|
+
"required_linear_history": {
|
|
83927
|
+
"enabled": true
|
|
83928
|
+
},
|
|
83929
|
+
"allow_force_pushes": {
|
|
83930
|
+
"enabled": true
|
|
83931
|
+
},
|
|
83932
|
+
"allow_deletions": {
|
|
83933
|
+
"enabled": true
|
|
83934
|
+
},
|
|
83935
|
+
"block_creations": {
|
|
83936
|
+
"enabled": true
|
|
83937
|
+
},
|
|
83938
|
+
"required_conversation_resolution": {
|
|
83939
|
+
"enabled": true
|
|
83940
|
+
}
|
|
83941
|
+
}
|
|
83942
|
+
},
|
|
83396
83943
|
"protected-branch-admin-enforced-2": {
|
|
83397
83944
|
"value": {
|
|
83398
83945
|
"url": "https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins",
|
|
@@ -84812,7 +85359,8 @@
|
|
|
84812
85359
|
"security",
|
|
84813
85360
|
"external/cwe/cwe-022"
|
|
84814
85361
|
],
|
|
84815
|
-
"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 ..."
|
|
85362
|
+
"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 ...",
|
|
85363
|
+
"help_uri": "https://codeql.github.com/"
|
|
84816
85364
|
},
|
|
84817
85365
|
"tool": {
|
|
84818
85366
|
"name": "CodeQL",
|
|
@@ -84882,7 +85430,8 @@
|
|
|
84882
85430
|
"security",
|
|
84883
85431
|
"external/cwe/cwe-022"
|
|
84884
85432
|
],
|
|
84885
|
-
"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 ..."
|
|
85433
|
+
"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 ...",
|
|
85434
|
+
"help_uri": "https://codeql.github.com/"
|
|
84886
85435
|
},
|
|
84887
85436
|
"tool": {
|
|
84888
85437
|
"name": "CodeQL",
|
|
@@ -88159,7 +88708,8 @@
|
|
|
88159
88708
|
"type": "User",
|
|
88160
88709
|
"site_admin": false
|
|
88161
88710
|
},
|
|
88162
|
-
"author_association": "COLLABORATOR"
|
|
88711
|
+
"author_association": "COLLABORATOR",
|
|
88712
|
+
"state_reason": "completed"
|
|
88163
88713
|
}
|
|
88164
88714
|
]
|
|
88165
88715
|
},
|
|
@@ -88319,7 +88869,8 @@
|
|
|
88319
88869
|
"type": "User",
|
|
88320
88870
|
"site_admin": false
|
|
88321
88871
|
},
|
|
88322
|
-
"author_association": "COLLABORATOR"
|
|
88872
|
+
"author_association": "COLLABORATOR",
|
|
88873
|
+
"state_reason": "completed"
|
|
88323
88874
|
}
|
|
88324
88875
|
},
|
|
88325
88876
|
"issue-comment-items": {
|
|
@@ -88555,7 +89106,8 @@
|
|
|
88555
89106
|
"closed_at": null,
|
|
88556
89107
|
"created_at": "2011-04-22T13:33:48Z",
|
|
88557
89108
|
"updated_at": "2011-04-22T13:33:48Z",
|
|
88558
|
-
"author_association": "COLLABORATOR"
|
|
89109
|
+
"author_association": "COLLABORATOR",
|
|
89110
|
+
"state_reason": "completed"
|
|
88559
89111
|
}
|
|
88560
89112
|
}
|
|
88561
89113
|
]
|
|
@@ -88764,7 +89316,8 @@
|
|
|
88764
89316
|
"closed_at": null,
|
|
88765
89317
|
"created_at": "2011-04-22T13:33:48Z",
|
|
88766
89318
|
"updated_at": "2011-04-22T13:33:48Z",
|
|
88767
|
-
"author_association": "COLLABORATOR"
|
|
89319
|
+
"author_association": "COLLABORATOR",
|
|
89320
|
+
"state_reason": "completed"
|
|
88768
89321
|
}
|
|
88769
89322
|
}
|
|
88770
89323
|
},
|
|
@@ -92988,7 +93541,8 @@
|
|
|
92988
93541
|
"body": "...",
|
|
92989
93542
|
"score": 1,
|
|
92990
93543
|
"locked": true,
|
|
92991
|
-
"author_association": "COLLABORATOR"
|
|
93544
|
+
"author_association": "COLLABORATOR",
|
|
93545
|
+
"state_reason": "completed"
|
|
92992
93546
|
}
|
|
92993
93547
|
]
|
|
92994
93548
|
}
|