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:
authorSam Patel <46026722+SamMonoRT@users.noreply.github.com>2021-03-16 21:04:02 +0300
committerGitHub <noreply@github.com>2021-03-16 21:04:02 +0300
commit332efe3dbf751b6512749ec5bdcd8075af72a6fb (patch)
tree17a50fe8e3f6b508626d0bd6af631bca9dc34879
parent5b4edb9b0a721aed60c9c8ddeed441bdd7451e42 (diff)
Update CredScanSuppressions.json file (#405)
Remove all entries for issues fixed and also for all issues for which exception details are filed in.
-rw-r--r--.config/CredScanSuppressions.json14
1 files changed, 1 insertions, 13 deletions
diff --git a/.config/CredScanSuppressions.json b/.config/CredScanSuppressions.json
index 2df68d7bef..297567718c 100644
--- a/.config/CredScanSuppressions.json
+++ b/.config/CredScanSuppressions.json
@@ -3,19 +3,7 @@
"suppressions": [
{
"file": [
- "/src/Common/tests/System/Net/Configuration.Certificates.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.Net.Http.WinHttpHandler/tests/UnitTests/ClientCertificateHelper.cs",
- "/src/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Proxy.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"
+ "/src/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Proxy.cs"
],
"_justification": "Mostly test files. Other files contain harmless examples or constants."
},