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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lucia <ryan@luciaonline.net>2021-02-05 18:19:29 +0300
committerGitHub <noreply@github.com>2021-02-05 18:19:29 +0300
commitd40c6ddc817cf6a79aadf4247b091bd066cbd760 (patch)
tree8f583271cd1a7081c761e8b3def8e0a254330a9c
parent7c24bb0756fd39fbf09b8777f25c15d21d78eb46 (diff)
Add CredScan suppression file (#400)
All of these were excluded in upstream corefx/runtime and have nothing concerning
-rw-r--r--.config/CredScanSuppressions.json33
1 files changed, 33 insertions, 0 deletions
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."
+ },
+ ]
+}