Merge branch 'release/2.1'
This commit is contained in:
commit
638d6d0630
|
|
@ -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."
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue