From a7ab15a2f53a4d183eed689a5c18913bd5d477c0 Mon Sep 17 00:00:00 2001 From: Javier Calvarro Nelson Date: Mon, 6 Jul 2020 18:27:04 +0200 Subject: [PATCH] Supress security warnings for test keys (#23704) --- .config/CredScanSuppressions.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) 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" } ] }