From e3ec55a47e1d857e288afecf888c70a1b6754c12 Mon Sep 17 00:00:00 2001 From: Tess Gauthier Date: Tue, 21 Sep 2021 14:51:53 -0400 Subject: [PATCH] add files with test pws to credscan suppression (#528) * add files with test pws to credscan suppression * update justification --- contrib/win32/openssh/CredScanSuppress.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/contrib/win32/openssh/CredScanSuppress.json b/contrib/win32/openssh/CredScanSuppress.json index d697b757b..0a5f7e081 100644 --- a/contrib/win32/openssh/CredScanSuppress.json +++ b/contrib/win32/openssh/CredScanSuppress.json @@ -8,6 +8,26 @@ { "file": "\\contrib\\win32\\openssh\\OpenSSHTestHelper.psm1", "_justification": "password for testing purpose" + }, + { + "file": "\\regress\\pesterTests\\PlatformAbstractLayer.psm1", + "_justification": "password for testing purpose" + }, + { + "file": "auth.c", + "_justification": "upstream code uses fake password" + }, + { + "file": "\\regress\\pesterTests\\data\\sshtest_hostkey_dsa", + "_justification": "ssh key for testing purpose" + }, + { + "file": "\\regress\\pesterTests\\data\\sshtest_hostkey_ecdsa", + "_justification": "ssh key for testing purpose" + }, + { + "file": "\\regress\\pesterTests\\data\\sshtest_hostkey_rsa", + "_justification": "ssh key for testing purpose" } ] }