mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
Replace crypto-parameter with credentials-key
This commit is contained in:
@@ -29,7 +29,7 @@ class UsernameSink extends CredentialsSinkNode {
|
||||
* A node representing a cryptographic key being passed to a method.
|
||||
*/
|
||||
class CryptoKeySink extends CredentialsSinkNode {
|
||||
CryptoKeySink() { sinkNode(this, "crypto-parameter") }
|
||||
CryptoKeySink() { sinkNode(this, "credentials-key") }
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user