mirror of
https://github.com/github/codeql.git
synced 2026-02-23 02:13:41 +01:00
Add www-authenticate to sensitiveheaders()
This commit is contained in:
@@ -257,7 +257,8 @@ private string sensitiveheaders() {
|
||||
result =
|
||||
[
|
||||
"x-auth-token", "x-csrf-token", "http_x_csrf_token", "x-csrf-param", "x-csrf-header",
|
||||
"http_x_csrf_token", "x-api-key", "authorization", "proxy-authorization", "x-gitlab-token"
|
||||
"http_x_csrf_token", "x-api-key", "authorization", "proxy-authorization", "x-gitlab-token",
|
||||
"www-authenticate"
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user