From 055a8ab2164c45cefbe1c8e4465dfe6b9f259335 Mon Sep 17 00:00:00 2001 From: Juan Hoyos Date: Thu, 28 Jan 2021 02:08:44 -0800 Subject: [PATCH] Update CredScanSuppressions.json --- .config/CredScanSuppressions.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.config/CredScanSuppressions.json b/.config/CredScanSuppressions.json index 984a86f68e69e6..618d5e9bda7e9e 100644 --- a/.config/CredScanSuppressions.json +++ b/.config/CredScanSuppressions.json @@ -53,7 +53,9 @@ "src/libraries/System.Net.Http/tests/UnitTests/HttpEnvironmentProxyTest.cs", "src/libraries/System.Net.Mail/tests/Functional/SmtpClientTest.cs", "src/libraries/System.Security.Cryptography.Xml/tests/SignedXmlTest.cs", - "src/libraries/System.Security.Cryptography.Xml/tests/TestHelpers.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" ], "placeholder": [ "\"anotherpassword\"", @@ -63,7 +65,9 @@ "\"rightpassword\"", "\"testcertificate\"", "\"unused\"", - "\"wrongpassword\"" + "\"wrongpassword\"", + "\"PasswordGoesHere\"", + "\"FakePasswordsAreHard\"" ] } ]