Skip to content

Commit 46cd014

Browse files
erik-kroghasgerf
andauthored
Update javascript/ql/src/semmle/javascript/frameworks/ClientRequests.qll
Co-authored-by: Asger F <[email protected]>
1 parent baee47f commit 46cd014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/frameworks/ClientRequests.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ module ClientRequest {
274274
)
275275
}
276276

277-
override string getCredentialsKind() { result = "authorization headers" }
277+
override string getCredentialsKind() { result = "authorization header" }
278278
}
279279

280280
/**

0 commit comments

Comments
 (0)