From d40c6ddc817cf6a79aadf4247b091bd066cbd760 Mon Sep 17 00:00:00 2001 From: Ryan Lucia Date: Fri, 5 Feb 2021 10:19:29 -0500 Subject: Add CredScan suppression file (#400) All of these were excluded in upstream corefx/runtime and have nothing concerning --- .config/CredScanSuppressions.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .config/CredScanSuppressions.json diff --git a/.config/CredScanSuppressions.json b/.config/CredScanSuppressions.json new file mode 100644 index 0000000000..f2d218ded4 --- /dev/null +++ b/.config/CredScanSuppressions.json @@ -0,0 +1,33 @@ +{ + "tool": "Credential Scanner", + "suppressions": [ + { + "file": [ + "/src/Common/src/Interop/Windows/winhttp/Interop.winhttp_types.cs", + "/src/Common/tests/System/Net/Configuration.Certificates.cs", + "/src/System.Data.SqlClient/src/System/Data/SqlClient/TdsEnums.cs", + "/src/System.Data.SqlClient/tests/FunctionalTests/DiagnosticTest.cs", + "/src/System.Data.SqlClient/tests/FunctionalTests/ExceptionTest.cs", + "/src/System.Data.SqlClient/tests/FunctionalTests/SqlConnectionBasicTests.cs", + "/src/System.Data.SqlClient/tests/Tools/TDS/TDS.Servers/TDSServerArguments.cs", + "/src/System.Data.SqlClient/tests/Tools/TDS/TDS.Servers/TdsServerCertificate.pfx", + "/src/System.Diagnostics.Process/tests/ProcessStartInfoTests.cs", + "/src/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/constants.cs", + "/src/System.DirectoryServices.AccountManagement/tests/PrincipalTest.cs", + "/src/System.Net.Http.WinHttpHandler/tests/UnitTests/ClientCertificateHelper.cs", + "/src/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.cs", + "/src/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.DefaultProxyCredentials.cs", + "/src/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Proxy.cs", + "/src/System.Net.Http/tests/FunctionalTests/PostScenarioTest.cs", + "/src/System.Net.Http/tests/UnitTests/DigestAuthenticationTests.cs", + "/src/System.Net.Requests/src/System/Net/FtpWebRequest.cs", + "/src/System.Private.Uri/tests/ExtendedFunctionalTests/UriRelativeResolutionTest.cs", + "/src/System.Private.Uri/tests/FunctionalTests/UriBuilderTests.cs", + "/src/System.Runtime/tests/System/Uri.CreateStringTests.cs", + "/src/System.Security.Cryptography.X509Certificates/tests/ExportTests.cs", + "/src/System.Security.Cryptography.Xml/tests/SignedXmlTest.cs" + ], + "_justification": "Mostly test files. Other files contain harmless examples or constants." + }, + ] +} -- cgit v1.2.3