Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Hoyos <juan.hoyos@microsoft.com>2021-02-24 21:11:13 +0300
committerGitHub <noreply@github.com>2021-02-24 21:11:13 +0300
commite3c399c4c94dc1c7f2a1184f6c9a4ce8b65480d9 (patch)
tree4a78321f7d8e4fe0d5bb7287b00d20174ee11e44 /.config
parentc113405ce71c6db368ef675d9ddcf47916eb0897 (diff)
Fix warning for Rfc2898OneShotTests.cs (#48688)
Diffstat (limited to '.config')
-rw-r--r--.config/CredScanSuppressions.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/.config/CredScanSuppressions.json b/.config/CredScanSuppressions.json
index 618d5e9bda7..2cd0c186716 100644
--- a/.config/CredScanSuppressions.json
+++ b/.config/CredScanSuppressions.json
@@ -55,7 +55,8 @@
"src/libraries/System.Security.Cryptography.Xml/tests/SignedXmlTest.cs",
"src/libraries/System.Security.Cryptography.Xml/tests/TestHelpers.cs",
"src/libraries/System.Security.Cryptography.Csp/tests/PasswordDeriveBytesTests.cs",
- "src/libraries/System.Security.Cryptography.Csp/tests/TrimmingTests/PasswordDeriveBytesTest.cs"
+ "src/libraries/System.Security.Cryptography.Csp/tests/TrimmingTests/PasswordDeriveBytesTest.cs",
+ "src/libraries/System.Security.Cryptography.Algorithms/tests/Rfc2898OneShotTests.cs"
],
"placeholder": [
"\"anotherpassword\"",
@@ -67,7 +68,8 @@
"\"unused\"",
"\"wrongpassword\"",
"\"PasswordGoesHere\"",
- "\"FakePasswordsAreHard\""
+ "\"FakePasswordsAreHard\"",
+ "\"tired\""
]
}
]