mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
Initialization vector models
This commit is contained in:
@@ -32,6 +32,13 @@ class CryptoKeySink extends CredentialsSinkNode {
|
||||
CryptoKeySink() { sinkNode(this, "crypto-parameter") }
|
||||
}
|
||||
|
||||
/**
|
||||
* A node representing a cryptographic initialization vector being passed to a method.
|
||||
*/
|
||||
class InitializationVectorSink extends CredentialsSinkNode {
|
||||
InitializationVectorSink() { sinkNode(this, "encryption-iv") }
|
||||
}
|
||||
|
||||
/**
|
||||
* DEPRECATED: Use the `PasswordSink` class instead.
|
||||
* Holds if callable `c` from a standard Java API expects a password parameter at index `i`.
|
||||
|
||||
Reference in New Issue
Block a user