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 19dd472 commit 1b53cd4Copy full SHA for 1b53cd4
javascript/ql/src/semmle/javascript/frameworks/NodeJSLib.qll
@@ -1157,7 +1157,7 @@ module NodeJSLib {
1157
result = DataFlow::globalVarRef("Headers").getAnInstantiation() // https://fetch.spec.whatwg.org/#headers-class
1158
}
1159
1160
- /** An expression that is passed as `http.request({ auth: <expr> }, ...)`. */
+ /** An expression that is used as a credential in fetch-request. */
1161
private class FetchAuthorization extends CredentialsExpr {
1162
FetchAuthorization() {
1163
exists(DataFlow::Node headers |
0 commit comments