mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-25 23:05:21 +02:00
add files with test pws to credscan suppression (#528)
* add files with test pws to credscan suppression * update justification
This commit is contained in:
parent
0b73c4636d
commit
e3ec55a47e
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user