Merge branch 'release/2.1'

This commit is contained in:
Nate McMaster 2018-12-04 15:31:29 -08:00
commit 638d6d0630
No known key found for this signature in database
GPG Key ID: A778D9601BD78810
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
{
"tool": "Credential Scanner",
"suppressions": [
{
"placeholder": "password",
"_justification": "This is a fake password used in test code."
},
{
"placeholder": "newpassword",
"_justification": "This is a fake password used in test code."
},
{
"placeholder": "AAABAgMEBQYHCAkKCwwNDg+ukCEMDf0yyQ29NYubggE=",
"_justification": "This is a fake password hash used in test code."
},
{
"placeholder": "1qaz!QAZ",
"_justification": "This is a fake password used in test code."
},
{
"placeholder": "1qaz@WSX",
"_justification": "This is a fake password used in test code."
}
]
}