From 3a800bf4e8b37a8be8d4dddbc86c4c3dc4bee3c6 Mon Sep 17 00:00:00 2001 From: Tian Liao Date: Tue, 24 Oct 2023 16:51:15 +0800 Subject: [PATCH] credscan suppression --- .config/CredScanSuppressions.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .config/CredScanSuppressions.json diff --git a/.config/CredScanSuppressions.json b/.config/CredScanSuppressions.json new file mode 100644 index 00000000..7cbdaa2e --- /dev/null +++ b/.config/CredScanSuppressions.json @@ -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." + } + ] +}