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

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Calvarro Nelson <jacalvar@microsoft.com>2020-07-06 19:27:04 +0300
committerGitHub <noreply@github.com>2020-07-06 19:27:04 +0300
commita7ab15a2f53a4d183eed689a5c18913bd5d477c0 (patch)
treed579d8a9b48cd914252a6aea41b126501b81faf8 /.config
parentafbf3fdf6a3c8fee5911e69269f2fc7e8638e871 (diff)
Supress security warnings for test keys (#23704)
Diffstat (limited to '.config')
-rw-r--r--.config/CredScanSuppressions.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/.config/CredScanSuppressions.json b/.config/CredScanSuppressions.json
index 4c68f893d7..b406aebd03 100644
--- a/.config/CredScanSuppressions.json
+++ b/.config/CredScanSuppressions.json
@@ -24,6 +24,34 @@
{
"file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\testCert.pfx",
"_justification": "Legitimate UT certificate file with private key"
+ },
+ {
+ "file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\https-aspnet.key",
+ "_justification": "Legitimate key file used for testing"
+ },
+ {
+ "file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\https-dsa-protected.key",
+ "_justification": "Legitimate key file used for testing"
+ },
+ {
+ "file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\https-dsa.key",
+ "_justification": "Legitimate key file used for testing"
+ },
+ {
+ "file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\https-ecdsa-protected.key",
+ "_justification": "Legitimate key file used for testing"
+ },
+ {
+ "file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\https-ecdsa.key",
+ "_justification": "Legitimate key file used for testing"
+ },
+ {
+ "file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\https-rsa-protected.key",
+ "_justification": "Legitimate key file used for testing"
+ },
+ {
+ "file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\https-rsa.key",
+ "_justification": "Legitimate key file used for testing"
}
]
}