Skip to content

Commit

Permalink
Added suppression rules for python (Azure#16571)
Browse files Browse the repository at this point in the history
  • Loading branch information
sima-zhu authored Feb 18, 2021
1 parent 2be4054 commit f61de7b
Showing 1 changed file with 40 additions and 1 deletion.
41 changes: 40 additions & 1 deletion eng/CredScanSuppression.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,43 @@
{
"tool": "Credential Scanner",
"suppressions": []
"suppressions": [
{
"placeholder": [
"XxxxXxxxXXXxxxXXXXxxxxXXxxxXxxx",
"HusH_Sec4et",
"myPassw0rd",
"myPassw0rd3",
"SWsSsd__233$Sdsds#%Sd!",
"kt#_gahr!@aGERDXA",
"Aa1!zyx_",
"Aa!1()-xyz",
"000000000000000000000000000000000000000000000000000",
"UsernameAndPassword",
"123456",
"Password1!",
"NewPassword1!",
"MyStr0ngP4ssword",
"secret_password",
"secret",
"123",
"connectionstring",
"123_abc",
"pa$$w0rd",
"Password1!!!",
"Un53cuRE!",
"SecretBase",
"nodesdk",
"p@55wOrd",
"pass$w0rd"
],
"_justification": "Secret used by test code, it is fake."
},
{
"file":[
"sdk/keyvault/azure-keyvault-certificates/tests/ca.key",
"sdk/identity/azure-identity/tests/ec-certificate.pem"
],
"_justification": "File contains private key used by test code."
}
]
}

0 comments on commit f61de7b

Please sign in to comment.