Skip to content

Commit 9ae78a4

Browse files
authored
CodeQL suppression for CipherMode (#968)
1 parent fb2d4e7 commit 9ae78a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/referencePackages/src/system.security.cryptography.primitives/4.3.0/ref/netstandard1.3/System.Security.Cryptography.Primitives.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ protected virtual void Dispose(bool disposing) { }
4040
public enum CipherMode
4141
{
4242
CBC = 1,
43-
ECB = 2,
43+
ECB = 2, // CodeQL [SM02299] This just defines the API and doesn't represent usage // CodeQL [SM00395] This just defines the API and doesn't represent usage
4444
CTS = 5
4545
}
4646

0 commit comments

Comments
 (0)