Skip to content

Commit e3ec55a

Browse files
authored
add files with test pws to credscan suppression (#528)
* add files with test pws to credscan suppression * update justification
1 parent 0b73c46 commit e3ec55a

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

contrib/win32/openssh/CredScanSuppress.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,26 @@
88
{
99
"file": "\\contrib\\win32\\openssh\\OpenSSHTestHelper.psm1",
1010
"_justification": "password for testing purpose"
11+
},
12+
{
13+
"file": "\\regress\\pesterTests\\PlatformAbstractLayer.psm1",
14+
"_justification": "password for testing purpose"
15+
},
16+
{
17+
"file": "auth.c",
18+
"_justification": "upstream code uses fake password"
19+
},
20+
{
21+
"file": "\\regress\\pesterTests\\data\\sshtest_hostkey_dsa",
22+
"_justification": "ssh key for testing purpose"
23+
},
24+
{
25+
"file": "\\regress\\pesterTests\\data\\sshtest_hostkey_ecdsa",
26+
"_justification": "ssh key for testing purpose"
27+
},
28+
{
29+
"file": "\\regress\\pesterTests\\data\\sshtest_hostkey_rsa",
30+
"_justification": "ssh key for testing purpose"
1131
}
1232
]
1333
}

0 commit comments

Comments
 (0)