We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 855d96d commit c689065Copy full SHA for c689065
java/ql/lib/semmle/code/java/security/SensitiveApi.qll
@@ -35,7 +35,7 @@ class CryptoKeySink extends CredentialsSinkNode {
35
/**
36
* A node representing a cryptographic initialization vector being passed to a method.
37
*/
38
-class InitializationVectorSink extends CredentialsSinkNode {
+class InitializationVectorSink extends DataFlow::Node {
39
InitializationVectorSink() { sinkNode(this, "encryption-iv") }
40
}
41
0 commit comments