context: reject access tokens passed via URL query parameters (#8177)

This commit is contained in:
ᴊᴏᴇ ᴄʜᴇɴ
2026-02-13 15:27:48 -05:00
committed by GitHub
parent ac21150a53
commit 295bfba729
5 changed files with 12 additions and 33 deletions

View File

@@ -5449,12 +5449,6 @@
"in": "header",
"name": "Authorization",
"description": "Personal access token. Use format: token {YOUR_ACCESS_TOKEN}"
},
"TokenQuery": {
"type": "apiKey",
"in": "query",
"name": "token",
"description": "Access token as query parameter"
}
},
"schemas": {