Skip to content

Commit 37927b7

Browse files
authored
Update CredScanSuppression after Kestrel moved (#46250)
1 parent c26c277 commit 37927b7

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.config/CredScanSuppressions.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"_justification": "This is a fake password used in test code."
3535
},
3636
{
37-
"file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\testCert.pfx",
37+
"file": "\\src\\Shared\\TestCertificates\\testCert.pfx",
3838
"_justification": "Legitimate UT certificate file with private key"
3939
},
4040
{
@@ -98,27 +98,27 @@
9898
"_justification": "Legitimate UT certificate file with private key"
9999
},
100100
{
101-
"file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\aspnetdevcert.pfx",
101+
"file": "\\src\\Shared\\TestCertificates\\aspnetdevcert.pfx",
102102
"_justification": "Legitimate UT certificate file with private key"
103103
},
104104
{
105-
"file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\eku.client.pfx",
105+
"file": "\\src\\Shared\\TestCertificates\\eku.client.pfx",
106106
"_justification": "Legitimate UT certificate file with private key"
107107
},
108108
{
109-
"file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\eku.code_signing.pfx",
109+
"file": "\\src\\Shared\\TestCertificates\\eku.code_signing.pfx",
110110
"_justification": "Legitimate UT certificate file with private key"
111111
},
112112
{
113-
"file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\eku.multiple_usages.pfx",
113+
"file": "\\src\\Shared\\TestCertificates\\eku.multiple_usages.pfx",
114114
"_justification": "Legitimate UT certificate file with private key"
115115
},
116116
{
117-
"file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\eku.server.pfx",
117+
"file": "\\src\\Shared\\TestCertificates\\eku.server.pfx",
118118
"_justification": "Legitimate UT certificate file with private key"
119119
},
120120
{
121-
"file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\no_extensions.pfx",
121+
"file": "\\src\\Shared\\TestCertificates\\no_extensions.pfx",
122122
"_justification": "Legitimate UT certificate file with private key"
123123
},
124124
{
@@ -130,47 +130,47 @@
130130
"_justification": "Legitimate UT certificate file with private key"
131131
},
132132
{
133-
"file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\https-aspnet.key",
133+
"file": "\\src\\Shared\\TestCertificates\\https-aspnet.key",
134134
"_justification": "Legitimate key file used for testing"
135135
},
136136
{
137-
"file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\https-dsa-protected.key",
137+
"file": "\\src\\Shared\\TestCertificates\\https-dsa-protected.key",
138138
"_justification": "Legitimate key file used for testing"
139139
},
140140
{
141-
"file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\https-dsa.key",
141+
"file": "\\src\\Shared\\TestCertificates\\https-dsa.key",
142142
"_justification": "Legitimate key file used for testing"
143143
},
144144
{
145-
"file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\https-ecdsa-protected.key",
145+
"file": "\\src\\Shared\\TestCertificates\\https-ecdsa-protected.key",
146146
"_justification": "Legitimate key file used for testing"
147147
},
148148
{
149-
"file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\https-ecdsa.key",
149+
"file": "\\src\\Shared\\TestCertificates\\https-ecdsa.key",
150150
"_justification": "Legitimate key file used for testing"
151151
},
152152
{
153-
"file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\https-rsa-protected.key",
153+
"file": "\\src\\Shared\\TestCertificates\\https-rsa-protected.key",
154154
"_justification": "Legitimate key file used for testing"
155155
},
156156
{
157-
"file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\https-rsa.key",
157+
"file": "\\src\\Shared\\TestCertificates\\https-rsa.key",
158158
"_justification": "Legitimate key file used for testing"
159159
},
160160
{
161-
"file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\intermediate2_ca.key",
161+
"file": "\\src\\Shared\\TestCertificates\\intermediate2_ca.key",
162162
"_justification": "Legitimate key file used for testing"
163163
},
164164
{
165-
"file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\intermediate_ca.key",
165+
"file": "\\src\\Shared\\TestCertificates\\intermediate_ca.key",
166166
"_justification": "Legitimate key file used for testing"
167167
},
168168
{
169-
"file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\leaf.com.key",
169+
"file": "\\src\\Shared\\TestCertificates\\leaf.com.key",
170170
"_justification": "Legitimate key file used for testing"
171171
},
172172
{
173-
"file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\root_ca.key",
173+
"file": "\\src\\Shared\\TestCertificates\\root_ca.key",
174174
"_justification": "Legitimate key file used for testing"
175175
},
176176
{

0 commit comments

Comments
 (0)