Suppress false-positives in credential scanning (#4392)
This commit is contained in:
parent
b875070760
commit
ab12c706ab
|
|
@ -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