Skip to content

Commit ae6dd05

Browse files
committed
deprecate unused class in query specific file
1 parent d23b128 commit ae6dd05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/lib/semmle/code/csharp/security/cryptography/EncryptionKeyDataFlowQuery.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import csharp
66
private import semmle.code.csharp.frameworks.system.security.cryptography.SymmetricAlgorithm
77

88
/** Array of type Byte */
9-
class ByteArray extends ArrayType {
9+
deprecated class ByteArray extends ArrayType {
1010
ByteArray() { getElementType() instanceof ByteType }
1111
}
1212

0 commit comments

Comments
 (0)