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 {
10031003 exists ( ClientRequestLoginCallback callback | this = callback .getACall ( ) .getArgument ( 0 ) )
10041004 }
10051005
1006- override string getCredentialsKind ( ) { result = "Node.js http(s) client login username " }
1006+ override string getCredentialsKind ( ) { result = "user name " }
10071007 }
10081008
10091009 /**
@@ -1014,7 +1014,7 @@ module NodeJSLib {
10141014 exists ( ClientRequestLoginCallback callback | this = callback .getACall ( ) .getArgument ( 1 ) )
10151015 }
10161016
1017- override string getCredentialsKind ( ) { result = "Node.js http(s) client login password" }
1017+ override string getCredentialsKind ( ) { result = "password" }
10181018 }
10191019
10201020 /**
You can’t perform that action at this time.
0 commit comments