|
1 | 1 | {
|
2 | 2 | "tool": "Credential Scanner",
|
3 | 3 | "suppressions": [
|
| 4 | + { |
| 5 | + "placeholder": "aspnetcore", |
| 6 | + "_justification": "This is a fake password used in test code." |
| 7 | + }, |
4 | 8 | {
|
5 | 9 | "placeholder": "password",
|
6 | 10 | "_justification": "This is a fake password used in test code."
|
|
9 | 13 | "placeholder": "newpassword",
|
10 | 14 | "_justification": "This is a fake password used in test code."
|
11 | 15 | },
|
| 16 | + { |
| 17 | + "placeholder": "testpassword", |
| 18 | + "_justification": "This is a fake password used in test code." |
| 19 | + }, |
12 | 20 | {
|
13 | 21 | "placeholder": "AAABAgMEBQYHCAkKCwwNDg+ukCEMDf0yyQ29NYubggE=",
|
14 | 22 | "_justification": "This is a fake password hash used in test code."
|
|
20 | 28 | {
|
21 | 29 | "placeholder": "1qaz@WSX",
|
22 | 30 | "_justification": "This is a fake password used in test code."
|
| 31 | + }, |
| 32 | + { |
| 33 | + "file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\testCert.pfx", |
| 34 | + "_justification": "Legitimate UT certificate file with private key" |
| 35 | + }, |
| 36 | + { |
| 37 | + "file": "\\src\\DataProtection\\DataProtection\\test\\TestFiles\\TestCert1.pfx", |
| 38 | + "_justification": "Legitimate UT certificate file with private key" |
| 39 | + }, |
| 40 | + { |
| 41 | + "file": "\\src\\DataProtection\\DataProtection\\test\\TestFiles\\TestCert2.pfx", |
| 42 | + "_justification": "Legitimate UT certificate file with private key" |
| 43 | + }, |
| 44 | + { |
| 45 | + "file": "\\src\\DataProtection\\Extensions\\test\\TestFiles\\TestCert.pfx", |
| 46 | + "_justification": "Legitimate UT certificate file with private key" |
| 47 | + }, |
| 48 | + { |
| 49 | + "file": "\\src\\DataProtection\\Extensions\\test\\TestFiles\\TestCert2.pfx", |
| 50 | + "_justification": "Legitimate UT certificate file with private key" |
| 51 | + }, |
| 52 | + { |
| 53 | + "file": "\\src\\DataProtection\\Extensions\\test\\TestFiles\\TestCert3.pfx", |
| 54 | + "_justification": "Legitimate UT certificate file with private key" |
| 55 | + }, |
| 56 | + { |
| 57 | + "file": "\\src\\DataProtection\\Extensions\\test\\TestFiles\\TestCert3WithoutPrivateKey.pfx", |
| 58 | + "_justification": "Legitimate UT certificate file without private key" |
| 59 | + }, |
| 60 | + { |
| 61 | + "file": "\\src\\DataProtection\\Extensions\\test\\TestFiles\\TestCertWithoutPrivateKey.pfx", |
| 62 | + "_justification": "Legitimate UT certificate file without private key" |
| 63 | + }, |
| 64 | + { |
| 65 | + "file": "\\src\\DefaultBuilder\\test\\Microsoft.AspNetCore.FunctionalTests\\testCert.pfx", |
| 66 | + "_justification": "Legitimate UT certificate file with private key" |
| 67 | + }, |
| 68 | + { |
| 69 | + "file": "\\src\\Identity\\ApiAuthorization.IdentityServer\\test\\current.pfx", |
| 70 | + "_justification": "Legitimate UT certificate file with private key" |
| 71 | + }, |
| 72 | + { |
| 73 | + "file": "\\src\\Identity\\ApiAuthorization.IdentityServer\\test\\expired.pfx", |
| 74 | + "_justification": "Legitimate UT certificate file with private key" |
| 75 | + }, |
| 76 | + { |
| 77 | + "file": "\\src\\Identity\\ApiAuthorization.IdentityServer\\test\\future.pfx", |
| 78 | + "_justification": "Legitimate UT certificate file with private key" |
| 79 | + }, |
| 80 | + { |
| 81 | + "file": "\\src\\Identity\\ApiAuthorization.IdentityServer\\test\\test.pfx", |
| 82 | + "_justification": "Legitimate UT certificate file with private key" |
| 83 | + }, |
| 84 | + { |
| 85 | + "file": "\\src\\Middleware\\WebSockets\\test\\ConformanceTests\\AutobahnTestApp\\TestResources\\testCert.pfx", |
| 86 | + "_justification": "Legitimate UT certificate file with private key" |
| 87 | + }, |
| 88 | + { |
| 89 | + "file": "\\src\\Security\\Authentication\\Negotiate\\test\\Negotiate.FunctionalTest\\negotiateAuthCert.pfx", |
| 90 | + "_justification": "Legitimate UT certificate file with private key" |
| 91 | + }, |
| 92 | + { |
| 93 | + "file": "\\src\\Servers\\IIS\\tools\\TestCert.pfx", |
| 94 | + "_justification": "Legitimate UT certificate file with private key" |
| 95 | + }, |
| 96 | + { |
| 97 | + "file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\aspnetdevcert.pfx", |
| 98 | + "_justification": "Legitimate UT certificate file with private key" |
| 99 | + }, |
| 100 | + { |
| 101 | + "file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\eku.client.pfx", |
| 102 | + "_justification": "Legitimate UT certificate file with private key" |
| 103 | + }, |
| 104 | + { |
| 105 | + "file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\eku.code_signing.pfx", |
| 106 | + "_justification": "Legitimate UT certificate file with private key" |
| 107 | + }, |
| 108 | + { |
| 109 | + "file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\eku.multiple_usages.pfx", |
| 110 | + "_justification": "Legitimate UT certificate file with private key" |
| 111 | + }, |
| 112 | + { |
| 113 | + "file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\eku.server.pfx", |
| 114 | + "_justification": "Legitimate UT certificate file with private key" |
| 115 | + }, |
| 116 | + { |
| 117 | + "file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\no_extensions.pfx", |
| 118 | + "_justification": "Legitimate UT certificate file with private key" |
| 119 | + }, |
| 120 | + { |
| 121 | + "file": "\\src\\SignalR\\clients\\ts\\FunctionalTests\\testCert.pfx", |
| 122 | + "_justification": "Legitimate UT certificate file with private key" |
| 123 | + }, |
| 124 | + { |
| 125 | + "file": "\\src\\SignalR\\clients\\ts\\FunctionalTests\\testCertECC.pfx", |
| 126 | + "_justification": "Legitimate UT certificate file with private key" |
| 127 | + }, |
| 128 | + { |
| 129 | + "file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\https-aspnet.key", |
| 130 | + "_justification": "Legitimate key file used for testing" |
| 131 | + }, |
| 132 | + { |
| 133 | + "file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\https-dsa-protected.key", |
| 134 | + "_justification": "Legitimate key file used for testing" |
| 135 | + }, |
| 136 | + { |
| 137 | + "file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\https-dsa.key", |
| 138 | + "_justification": "Legitimate key file used for testing" |
| 139 | + }, |
| 140 | + { |
| 141 | + "file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\https-ecdsa-protected.key", |
| 142 | + "_justification": "Legitimate key file used for testing" |
| 143 | + }, |
| 144 | + { |
| 145 | + "file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\https-ecdsa.key", |
| 146 | + "_justification": "Legitimate key file used for testing" |
| 147 | + }, |
| 148 | + { |
| 149 | + "file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\https-rsa-protected.key", |
| 150 | + "_justification": "Legitimate key file used for testing" |
| 151 | + }, |
| 152 | + { |
| 153 | + "file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\https-rsa.key", |
| 154 | + "_justification": "Legitimate key file used for testing" |
| 155 | + }, |
| 156 | + { |
| 157 | + "file": "\\src\\SignalR\\clients\\ts\\FunctionalTests\\node_modules\\https-proxy-agent\\node_modules\\agent-base\\test\\ssl-cert-snakeoil.key", |
| 158 | + "_justification": "Legitimate key file used for testing" |
23 | 159 | }
|
24 | 160 | ]
|
25 | 161 | }
|
0 commit comments