mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
Rename sink kind to "credentials-password" to match naming convention
This commit is contained in:
@@ -15,7 +15,7 @@ abstract class CredentialSinkNode extends DataFlow::Node { }
|
||||
* A node representing a password being passed to a method.
|
||||
*/
|
||||
class PasswordSink extends CredentialSinkNode {
|
||||
PasswordSink() { sinkNode(this, "credential-password") }
|
||||
PasswordSink() { sinkNode(this, "credentials-password") }
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user