-
Notifications
You must be signed in to change notification settings - Fork 382
/
credscan_suppression.json
46 lines (45 loc) · 1.46 KB
/
credscan_suppression.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"tool": "Credential Scanner",
"suppressions": [
{
"file": "\\tests\\e2e\\provisioning_e2e\\tests\\test_async_certificate_enrollments.py",
"_justification": "Test containing fake passwords and keys"
},
{
"file": "\\tests\\e2e\\provisioning_e2e\\tests\\test_sync_certificate_enrollments.py",
"_justification": "Test containing fake passwords and keys"
},
{
"file": "\\tests\\unit\\common\\auth\\test_signing_mechanism.py",
"_justification": "Test containing fake keys"
},
{
"file": "\\tests\\unit\\common\\auth\\test_sastoken.py",
"_justification": "Test containing fake signed data"
},
{
"file": "\\tests\\unit\\common\\test_mqtt_transport.py",
"_justification": "Test containing fake passwords"
},
{
"file": "\\tests\\unit\\common\\test_http_transport.py",
"_justification": "Test containing fake passwords"
},
{
"file": "\\tests\\unit\\iothub\\shared_client_tests.py",
"_justification": "Test containing fake signed data"
},
{
"file": "\\tests\\unit\\iothub\\client_fixtures.py",
"_justification": "Test containing fake keys and fake signed data"
},
{
"file": "\\tests\\unit\\iothub\\test_sync_clients.py",
"_justification": "Test containing fake signed data"
},
{
"file": "\\tests\\unit\\iothub\\aio\\test_async_clients.py",
"_justification": "Test containing fake signed data"
}
]
}