|
1 | 1 | {
|
2 | 2 | "tool": "Credential Scanner",
|
3 | 3 | "suppressions": [
|
4 |
| - { |
5 |
| - "hash": "5ETIzLYe9aa9Xx5512Uy6gJiCZ/CL2QzS3nDfN51nz8=", |
6 |
| - "_justification": "Secret used by test code" |
7 |
| - }, |
8 | 4 | {
|
9 | 5 | "placeholder": [
|
10 |
| - "SharedKey fakestorageaccount:pass123", |
11 |
| - "1cb763e7c4b9a3c4811c4560af6827c2", |
12 |
| - "009fea5280ed80b780d40e4d0f6012dee17b86c49ef4eee29ad5e59008fc551e", |
13 |
| - "AJ/qUoDtgLeA1A5ND2AS3uF7hsSe9O7imtXlkAj8VR4=", |
14 |
| - "79f43c3b9c23fbdf293bdba80dab38ba194fc1da79187091b3d3760dad840bf8", |
15 |
| - "efQ8O5wj+98pO9uoDas4uhlPwdp5GHCRs9N2Da2EC/g=", |
16 | 6 | "`$`{NPM_TOKEN`}",
|
17 |
| - "azure_client_secret&scope=https%3A%2F%2Fsanitized%2F", |
18 |
| - "azure_client_secret&scope=https%3A%2F%2Fattest.azure.net%2F.default", |
19 |
| - "azure_client_secret&scope=https%3A%2F%2Fcognitiveservices.azure.com%2F.default", |
20 |
| - "SecretBaseUnion", |
21 |
| - "SecureString", |
22 |
| - "azure_client_secret&scope=https%3A%2F%2Feventhubs.azure.net%2F.default", |
23 |
| - "azure_client_secret&scope=https%3A%2F%2Fcognitiveservices.azure.com%2F.default", |
24 |
| - "azure_client_secret&scope=https%3A%2F%2Fdigitaltwins.azure.net%2F.default", |
25 |
| - "azure_client_secret", |
26 |
| - "p@55wOrd", |
27 |
| - "password", |
28 |
| - "nodesdk", |
29 |
| - "liilef#$DdRGSa_ewkjh", |
30 |
| - "kt#_gahr!@aGERDXA", |
31 |
| - "YmFzZTY0X3BsYWNlaG9sZGVy", |
32 |
| - "SecretPlaceholder", |
| 7 | + "credential: new UsernamePasswordCredential(\"tenant\", \"client\", \"[email protected]\", password),", |
33 | 8 | "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjM2MDB9.adM-ddBZZlQ1WlN3pdPBOF5G4Wh9iZpxNP_fSvpF4cWs",
|
34 |
| - "Resource", |
35 |
| - "sanitized.${expiryReplacement}.sanitized", |
36 |
| - "123456789" |
| 9 | + "apiKey: \"123456789\"", |
| 10 | + "password: SecretBaseUnion;", |
| 11 | + "password: SecureString;", |
| 12 | + "secret: SecretFragment,", |
| 13 | + "password: fakeTestSecretPlaceholder", |
| 14 | + "\\\"password\\\":\\\"SecretPlaceholder\\\"", |
| 15 | + "azure_client_secret&scope=https%3A%2F%2Fsanitized%2F" |
37 | 16 | ],
|
38 |
| - "_justification": "Secret used by test code, it is fake." |
| 17 | + "_justification": "Secret used by test code, it is fake and for testing purpose." |
39 | 18 | },
|
40 | 19 | {
|
41 | 20 | "file": [
|
42 | 21 | "eng/common/testproxy/dotnet-devcert.pfx",
|
43 | 22 | "sdk/identity/identity/test/azure-identity-chain-test.crt",
|
44 | 23 | "sdk/identity/identity/test/azure-identity-test.crt",
|
45 |
| - "sdk/keyvault/keyvault-certificates/ca.key", |
46 | 24 | "sdk/identity/identity/assets/fake-cert.pem",
|
| 25 | + "sdk/keyvault/keyvault-certificates/ca.key" |
| 26 | + ], |
| 27 | + "_justification": "File contains private key used by test code." |
| 28 | + }, |
| 29 | + { |
| 30 | + "file": [ |
| 31 | + "sdk/batch/arm-batch/test/fakeTestSecrets.ts", |
| 32 | + "sdk/batch/batch/test/fakeTestSecrets.ts", |
| 33 | + "sdk/cosmosdb/cosmos/test/public/common/_fakeTestSecrets.ts", |
47 | 34 | "sdk/storage/storage-blob/test/utils/fakeTestSecrets.ts",
|
48 | 35 | "sdk/servicebus/service-bus/test/public/fakeTestSecrets.ts",
|
49 |
| - "sdk/cosmosdb/cosmos/test/public/common/_fakeTestSecrets.ts", |
50 | 36 | "sdk/tables/data-tables/test/internal/fakeTestSecrets.ts",
|
51 |
| - "sdk/tables/data-tables/test/internal/node/generateSas.spec.ts" |
| 37 | + "sdk/test-utils/test-utils/src/fakeTestSecrets.ts" |
52 | 38 | ],
|
53 |
| - "_justification": "File contains private key used by test code." |
| 39 | + "_justification": "File contains fake credentials used by test code." |
54 | 40 | }
|
55 | 41 | ]
|
56 | 42 | }
|
0 commit comments