credscan suppression

This commit is contained in:
Tian Liao 2023-10-24 16:51:15 +08:00
commit 3a800bf4e8

View file

@ -0,0 +1,9 @@
{
"tool": "Credential Scanner",
"suppressions": [
{
"file": "\\src\\NotepadApp\\WindowsDev_TemporaryKey.pfx",
"_justification": "This is an untrusted, self-signed certificate which is used only during development. Its private key is not intended to be secret."
}
]
}