File tree Expand file tree Collapse file tree
csharp/ql/src/semmle/code/csharp/security/cryptography Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ module EncryptionKeyDataFlow {
3636 exists ( SymmetricAlgorithm ag | asExpr ( ) = ag .getKeyProperty ( ) .getAnAssignedValue ( ) )
3737 }
3838
39- string getDescription ( ) { result = "Key property assignment" }
39+ override string getDescription ( ) { result = "Key property assignment" }
4040 }
4141
4242 /**
@@ -49,7 +49,7 @@ module EncryptionKeyDataFlow {
4949 )
5050 }
5151
52- string getDescription ( ) { result = "Encryptor(rgbKey, IV)" }
52+ override string getDescription ( ) { result = "Encryptor(rgbKey, IV)" }
5353 }
5454
5555 /**
@@ -62,7 +62,7 @@ module EncryptionKeyDataFlow {
6262 )
6363 }
6464
65- string getDescription ( ) { result = "Decryptor(rgbKey, IV)" }
65+ override string getDescription ( ) { result = "Decryptor(rgbKey, IV)" }
6666 }
6767
6868 /**
You can’t perform that action at this time.
0 commit comments