Skip to content

Commit fe024ef

Browse files
change TaintTracking::Configuration to DataFlow::Configuration
1 parent 21d5e41 commit fe024ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/ql/src/queries/Security/ECB-Encryption/ECBEncryption.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class Blowfish extends BlockMode {
5656
* A taint configuration from the constructor of ECB mode to expressions that use
5757
* it to initialize a cipher.
5858
*/
59-
class ECBEncryptionConfig extends TaintTracking::Configuration {
59+
class ECBEncryptionConfig extends DataFlow::Configuration {
6060
ECBEncryptionConfig() { this = "ECBEncryptionConfig" }
6161

6262
override predicate isSource(DataFlow::Node node) {

0 commit comments

Comments
 (0)