You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* A call a process-terminating function, such as `process.exit`.
@@ -1035,27 +1035,27 @@ module NodeJSLib {
1035
1035
}
1036
1036
}
1037
1037
1038
-
// /**
1039
-
// * A data flow node that is the username passed to the login callback provided by an HTTP or HTTPS request made by a Node.js process, for example `username` in `http.request(url).on('login', (res, cb) => {cb(username, password)})`.
1040
-
// */
1041
-
// private class ClientRequestLoginUsername extends CredentialsNode {
1042
-
// ClientRequestLoginUsername() {
1043
-
// exists(ClientRequestLoginCallback callback | this = callback.getACall().getArgument(0))
1044
-
// }
1038
+
/**
1039
+
* A data flow node that is the username passed to the login callback provided by an HTTP or HTTPS request made by a Node.js process, for example `username` in `http.request(url).on('login', (res, cb) => {cb(username, password)})`.
// * A data flow node that is the password passed to the login callback provided by an HTTP or HTTPS request made by a Node.js process, for example `password` in `http.request(url).on('login', (res, cb) => {cb(username, password)})`.
1051
-
// */
1052
-
// private class ClientRequestLoginPassword extends CredentialsNode {
1053
-
// ClientRequestLoginPassword() {
1054
-
// exists(ClientRequestLoginCallback callback | this = callback.getACall().getArgument(1))
1055
-
// }
1049
+
/**
1050
+
* A data flow node that is the password passed to the login callback provided by an HTTP or HTTPS request made by a Node.js process, for example `password` in `http.request(url).on('login', (res, cb) => {cb(username, password)})`.
* A data flow node that is the parameter of an error callback for an HTTP or HTTPS request made by a Node.js process, for example `err` in `http.request(url).on('error', (err) => {})`.
0 commit comments