From 2514988af2f1e36b304f95f1d4f78a46be10abb7 Mon Sep 17 00:00:00 2001 From: wtgodbe Date: Tue, 24 Jan 2023 10:11:59 -0800 Subject: [PATCH] Update CredScanSuppression after Kestrel moved --- .config/CredScanSuppressions.json | 36 +++++++++++++++---------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.config/CredScanSuppressions.json b/.config/CredScanSuppressions.json index e8a273dff47b..7fc3e78ec4b5 100644 --- a/.config/CredScanSuppressions.json +++ b/.config/CredScanSuppressions.json @@ -34,7 +34,7 @@ "_justification": "This is a fake password used in test code." }, { - "file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\testCert.pfx", + "file": "\\src\\Shared\\TestCertificates\\testCert.pfx", "_justification": "Legitimate UT certificate file with private key" }, { @@ -98,27 +98,27 @@ "_justification": "Legitimate UT certificate file with private key" }, { - "file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\aspnetdevcert.pfx", + "file": "\\src\\Shared\\TestCertificates\\aspnetdevcert.pfx", "_justification": "Legitimate UT certificate file with private key" }, { - "file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\eku.client.pfx", + "file": "\\src\\Shared\\TestCertificates\\eku.client.pfx", "_justification": "Legitimate UT certificate file with private key" }, { - "file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\eku.code_signing.pfx", + "file": "\\src\\Shared\\TestCertificates\\eku.code_signing.pfx", "_justification": "Legitimate UT certificate file with private key" }, { - "file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\eku.multiple_usages.pfx", + "file": "\\src\\Shared\\TestCertificates\\eku.multiple_usages.pfx", "_justification": "Legitimate UT certificate file with private key" }, { - "file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\eku.server.pfx", + "file": "\\src\\Shared\\TestCertificates\\eku.server.pfx", "_justification": "Legitimate UT certificate file with private key" }, { - "file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\no_extensions.pfx", + "file": "\\src\\Shared\\TestCertificates\\no_extensions.pfx", "_justification": "Legitimate UT certificate file with private key" }, { @@ -130,47 +130,47 @@ "_justification": "Legitimate UT certificate file with private key" }, { - "file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\https-aspnet.key", + "file": "\\src\\Shared\\TestCertificates\\https-aspnet.key", "_justification": "Legitimate key file used for testing" }, { - "file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\https-dsa-protected.key", + "file": "\\src\\Shared\\TestCertificates\\https-dsa-protected.key", "_justification": "Legitimate key file used for testing" }, { - "file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\https-dsa.key", + "file": "\\src\\Shared\\TestCertificates\\https-dsa.key", "_justification": "Legitimate key file used for testing" }, { - "file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\https-ecdsa-protected.key", + "file": "\\src\\Shared\\TestCertificates\\https-ecdsa-protected.key", "_justification": "Legitimate key file used for testing" }, { - "file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\https-ecdsa.key", + "file": "\\src\\Shared\\TestCertificates\\https-ecdsa.key", "_justification": "Legitimate key file used for testing" }, { - "file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\https-rsa-protected.key", + "file": "\\src\\Shared\\TestCertificates\\https-rsa-protected.key", "_justification": "Legitimate key file used for testing" }, { - "file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\https-rsa.key", + "file": "\\src\\Shared\\TestCertificates\\https-rsa.key", "_justification": "Legitimate key file used for testing" }, { - "file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\intermediate2_ca.key", + "file": "\\src\\Shared\\TestCertificates\\intermediate2_ca.key", "_justification": "Legitimate key file used for testing" }, { - "file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\intermediate_ca.key", + "file": "\\src\\Shared\\TestCertificates\\intermediate_ca.key", "_justification": "Legitimate key file used for testing" }, { - "file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\leaf.com.key", + "file": "\\src\\Shared\\TestCertificates\\leaf.com.key", "_justification": "Legitimate key file used for testing" }, { - "file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\root_ca.key", + "file": "\\src\\Shared\\TestCertificates\\root_ca.key", "_justification": "Legitimate key file used for testing" }, {