From c8f651180ed4b645fdc180364024c8207f3ef073 Mon Sep 17 00:00:00 2001 From: sgonzalezMSFT Date: Wed, 23 Jan 2019 14:22:02 -0800 Subject: [PATCH 1/2] Add build files --- build/credscan-exclusion.json | 17 +++++++++++++++++ build/findbugs-exclude.xml | 28 ++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 build/credscan-exclusion.json create mode 100644 build/findbugs-exclude.xml diff --git a/build/credscan-exclusion.json b/build/credscan-exclusion.json new file mode 100644 index 00000000..9f90dfe0 --- /dev/null +++ b/build/credscan-exclusion.json @@ -0,0 +1,17 @@ +{ + "tool": "Credential Scanner", + "suppressions": [ + { + "file": "test-certificate.pfx", + "_justification": "test self signed certificate to test signing from the library. this certificate is not associated with any tenant" + }, + { + "placeholder": "client_secret", + "_justification" : "credential used for testing. not associated with any tenant" + }, + { + "placeholder": "ClientPassword", + "_justification" : "credential used for testing. not associated with any tenant" + } + ] +} \ No newline at end of file diff --git a/build/findbugs-exclude.xml b/build/findbugs-exclude.xml new file mode 100644 index 00000000..b72f7cfd --- /dev/null +++ b/build/findbugs-exclude.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file From 20533c47f67262ccc48137e9e40d6d63c44110ab Mon Sep 17 00:00:00 2001 From: sgonzalezMSFT Date: Wed, 23 Jan 2019 14:26:27 -0800 Subject: [PATCH 2/2] Rename for consistency with ADAL --- build/{credscan-exclusion.json => credscan-exclude.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename build/{credscan-exclusion.json => credscan-exclude.json} (100%) diff --git a/build/credscan-exclusion.json b/build/credscan-exclude.json similarity index 100% rename from build/credscan-exclusion.json rename to build/credscan-exclude.json