We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff85db3 commit d9e8e0eCopy full SHA for d9e8e0e
1 file changed
javascript/ql/lib/semmle/javascript/frameworks/NodeJSLib.qll
@@ -1003,7 +1003,7 @@ module NodeJSLib {
1003
exists(ClientRequestLoginCallback callback | this = callback.getACall().getArgument(0))
1004
}
1005
1006
- override string getCredentialsKind() { result = "Node.js http(s) client login username" }
+ override string getCredentialsKind() { result = "user name" }
1007
1008
1009
/**
@@ -1014,7 +1014,7 @@ module NodeJSLib {
1014
exists(ClientRequestLoginCallback callback | this = callback.getACall().getArgument(1))
1015
1016
1017
- override string getCredentialsKind() { result = "Node.js http(s) client login password" }
+ override string getCredentialsKind() { result = "password" }
1018
1019
1020
0 commit comments