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 d23b128 commit ae6dd05Copy full SHA for ae6dd05
csharp/ql/lib/semmle/code/csharp/security/cryptography/EncryptionKeyDataFlowQuery.qll
@@ -6,7 +6,7 @@ import csharp
6
private import semmle.code.csharp.frameworks.system.security.cryptography.SymmetricAlgorithm
7
8
/** Array of type Byte */
9
-class ByteArray extends ArrayType {
+deprecated class ByteArray extends ArrayType {
10
ByteArray() { getElementType() instanceof ByteType }
11
}
12
0 commit comments