mirror of
https://github.com/github/codeql.git
synced 2026-05-02 04:05:14 +02:00
use some more standard values for credentials-kind for NodeJS client credentials
This commit is contained in:
@@ -1003,7 +1003,7 @@ module NodeJSLib {
|
||||
exists(ClientRequestLoginCallback callback | this = callback.getACall().getArgument(0))
|
||||
}
|
||||
|
||||
override string getCredentialsKind() { result = "Node.js http(s) client login username" }
|
||||
override string getCredentialsKind() { result = "user name" }
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -1014,7 +1014,7 @@ module NodeJSLib {
|
||||
exists(ClientRequestLoginCallback callback | this = callback.getACall().getArgument(1))
|
||||
}
|
||||
|
||||
override string getCredentialsKind() { result = "Node.js http(s) client login password" }
|
||||
override string getCredentialsKind() { result = "password" }
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user