We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0da14fc commit d578c74Copy full SHA for d578c74
javascript/ql/src/semmle/javascript/frameworks/NodeJSLib.qll
@@ -502,7 +502,7 @@ module NodeJSLib {
502
}
503
504
/**
505
- * A data flow node that is an HTTP or HTTPS client request made by a Node.js server, for example `http.request(url)`.
+ * A data flow node that is an HTTP or HTTPS client request made by a Node.js application, for example `http.request(url)`.
506
*/
507
abstract class NodeJSClientRequest extends DataFlow::DefaultSourceNode {
508
0 commit comments