Skip to content

Commit 6466ab1

Browse files
erik-kroghesbena
andauthored
Update javascript/ql/src/semmle/javascript/frameworks/ClientRequests.qll
Co-authored-by: Esben Sparre Andreasen <[email protected]>
1 parent f8caec7 commit 6466ab1

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
@@ -282,7 +282,7 @@ module ClientRequest {
282282
result = DataFlow::globalVarRef("Headers").getAnInstantiation() // https://fetch.spec.whatwg.org/#headers-class
283283
}
284284

285-
/** An expression that is used as a credential in fetch-request. */
285+
/** An expression that is used as a credential in a fetch-request. */
286286
private class FetchAuthorization extends CredentialsExpr {
287287
FetchAuthorization() {
288288
exists(DataFlow::Node headerObject |

0 commit comments

Comments
 (0)