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 21d5e41 commit fe024efCopy full SHA for fe024ef
swift/ql/src/queries/Security/ECB-Encryption/ECBEncryption.ql
@@ -56,7 +56,7 @@ class Blowfish extends BlockMode {
56
* A taint configuration from the constructor of ECB mode to expressions that use
57
* it to initialize a cipher.
58
*/
59
-class ECBEncryptionConfig extends TaintTracking::Configuration {
+class ECBEncryptionConfig extends DataFlow::Configuration {
60
ECBEncryptionConfig() { this = "ECBEncryptionConfig" }
61
62
override predicate isSource(DataFlow::Node node) {
0 commit comments