Skip to content

Commit c689065

Browse files
committed
Experiment: Remove IVs from credentials
1 parent 855d96d commit c689065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/lib/semmle/code/java/security/SensitiveApi.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class CryptoKeySink extends CredentialsSinkNode {
3535
/**
3636
* A node representing a cryptographic initialization vector being passed to a method.
3737
*/
38-
class InitializationVectorSink extends CredentialsSinkNode {
38+
class InitializationVectorSink extends DataFlow::Node {
3939
InitializationVectorSink() { sinkNode(this, "encryption-iv") }
4040
}
4141

0 commit comments

Comments
 (0)