Skip to content

Commit 64bb022

Browse files
Add www-authenticate to sensitiveheaders()
1 parent 0b8bdc0 commit 64bb022

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/ql/src/experimental/semmle/python/security/TimingAttack.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,8 @@ private string sensitiveheaders() {
257257
result =
258258
[
259259
"x-auth-token", "x-csrf-token", "http_x_csrf_token", "x-csrf-param", "x-csrf-header",
260-
"http_x_csrf_token", "x-api-key", "authorization", "proxy-authorization", "x-gitlab-token"
260+
"http_x_csrf_token", "x-api-key", "authorization", "proxy-authorization", "x-gitlab-token",
261+
"www-authenticate"
261262
]
262263
}
263264

0 commit comments

Comments
 (0)