File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
javascript/ql/lib/semmle/javascript/frameworks Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1003,7 +1003,7 @@ module NodeJSLib {
1003
1003
exists ( ClientRequestLoginCallback callback | this = callback .getACall ( ) .getArgument ( 0 ) )
1004
1004
}
1005
1005
1006
- override string getCredentialsKind ( ) { result = "Node.js http(s) client login username " }
1006
+ override string getCredentialsKind ( ) { result = "user name " }
1007
1007
}
1008
1008
1009
1009
/**
@@ -1014,7 +1014,7 @@ module NodeJSLib {
1014
1014
exists ( ClientRequestLoginCallback callback | this = callback .getACall ( ) .getArgument ( 1 ) )
1015
1015
}
1016
1016
1017
- override string getCredentialsKind ( ) { result = "Node.js http(s) client login password" }
1017
+ override string getCredentialsKind ( ) { result = "password" }
1018
1018
}
1019
1019
1020
1020
/**
You can’t perform that action at this time.
0 commit comments