We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8caec7 commit 6466ab1Copy full SHA for 6466ab1
javascript/ql/src/semmle/javascript/frameworks/ClientRequests.qll
@@ -282,7 +282,7 @@ module ClientRequest {
282
result = DataFlow::globalVarRef("Headers").getAnInstantiation() // https://fetch.spec.whatwg.org/#headers-class
283
}
284
285
- /** An expression that is used as a credential in fetch-request. */
+ /** An expression that is used as a credential in a fetch-request. */
286
private class FetchAuthorization extends CredentialsExpr {
287
FetchAuthorization() {
288
exists(DataFlow::Node headerObject |
0 commit comments