46 строки
1.8 KiB
JSON
46 строки
1.8 KiB
JSON
{
|
|
"tool": "Credential Scanner",
|
|
"suppressions": [
|
|
{
|
|
"placeholder": [
|
|
"`$`{NPM_TOKEN`}",
|
|
"credential: new UsernamePasswordCredential(\"tenant\", \"client\", \"user@domain.com\", password),",
|
|
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjM2MDB9.adM-ddBZZlQ1WlN3pdPBOF5G4Wh9iZpxNP_fSvpF4cWs",
|
|
"apiKey: \"123456789\"",
|
|
"password: SecretBaseUnion;",
|
|
"password: SecureString;",
|
|
"secret: SecretFragment,",
|
|
"password: fakeTestSecretPlaceholder",
|
|
"\\\"password\\\":\\\"SecretPlaceholder\\\"",
|
|
"azure_client_secret&scope=https%3A%2F%2Fsanitized%2F",
|
|
"secrets:"
|
|
],
|
|
"_justification": "Secret used by test code, it is fake and for testing purpose."
|
|
},
|
|
{
|
|
"file": [
|
|
"eng/common/testproxy/dotnet-devcert.pfx",
|
|
"sdk/identity/identity/test/azure-identity-chain-test.crt",
|
|
"sdk/identity/identity/test/azure-identity-test.crt",
|
|
"sdk/identity/identity/assets/fake-cert.pem",
|
|
"sdk/keyvault/keyvault-certificates/ca.key"
|
|
],
|
|
"_justification": "File contains private key used by test code."
|
|
},
|
|
{
|
|
"file": [
|
|
"sdk/batch/arm-batch/test/fakeTestSecrets.ts",
|
|
"sdk/batch/batch/test/fakeTestSecrets.ts",
|
|
"sdk/batch/batch-rest/test/utils/fakeTestSecrets.ts",
|
|
"sdk/cosmosdb/cosmos/test/public/common/_fakeTestSecrets.ts",
|
|
"sdk/storage/storage-blob/test/utils/fakeTestSecrets.ts",
|
|
"sdk/servicebus/service-bus/test/public/fakeTestSecrets.ts",
|
|
"sdk/tables/data-tables/test/internal/fakeTestSecrets.ts",
|
|
"sdk/test-utils/test-utils/src/fakeTestSecrets.ts",
|
|
"sdk/test-utils/test-utils-vitest/src/fakeTestSecrets.ts"
|
|
],
|
|
"_justification": "File contains fake credentials used by test code."
|
|
}
|
|
]
|
|
}
|