Explorar el Código

Update CredScanSuppressions.json (#19297)

Justin Kotalik hace 6 años
padre
commit
b752457e5b
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      .config/CredScanSuppressions.json

+ 4 - 0
.config/CredScanSuppressions.json

@@ -20,6 +20,10 @@
     {
       "placeholder": "1qaz@WSX",
       "_justification": "This is a fake password used in test code."
+    },
+    {
+      "file": "\\src\\Servers\\Kestrel\\shared\\test\\TestCertificates\\testCert.pfx",
+      "_justification": "Legitimate UT certificate file with private key"
     }
   ]
 }