Skip to content

Commit a7ab15a

Browse files
authored
Supress security warnings for test keys (#23704)
1 parent afbf3fd commit a7ab15a

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.config/CredScanSuppressions.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,34 @@
2424
{
2525
"file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\testCert.pfx",
2626
"_justification": "Legitimate UT certificate file with private key"
27+
},
28+
{
29+
"file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\https-aspnet.key",
30+
"_justification": "Legitimate key file used for testing"
31+
},
32+
{
33+
"file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\https-dsa-protected.key",
34+
"_justification": "Legitimate key file used for testing"
35+
},
36+
{
37+
"file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\https-dsa.key",
38+
"_justification": "Legitimate key file used for testing"
39+
},
40+
{
41+
"file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\https-ecdsa-protected.key",
42+
"_justification": "Legitimate key file used for testing"
43+
},
44+
{
45+
"file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\https-ecdsa.key",
46+
"_justification": "Legitimate key file used for testing"
47+
},
48+
{
49+
"file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\https-rsa-protected.key",
50+
"_justification": "Legitimate key file used for testing"
51+
},
52+
{
53+
"file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\https-rsa.key",
54+
"_justification": "Legitimate key file used for testing"
2755
}
2856
]
2957
}

0 commit comments

Comments
 (0)