Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions build/credscan-exclude.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
28 changes: 28 additions & 0 deletions build/findbugs-exclude.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<FindBugsFilter>
<!-- Experimental and not fully vetted bug patterns -->
<Match>
<Bug pattern="CRLF_INJECTION_LOGS"/>
</Match>
<Match>
<Bug pattern="XXE_DOCUMENT"/>
</Match>
<Match>
<Bug pattern="XPATH_INJECTION"/>
</Match>
<Match>
<Bug pattern="FORMAT_STRING_MANIPULATION"/>
</Match>
<Match>
<Bug pattern="WEAK_MESSAGE_DIGEST_SHA1"/>
</Match>
<Match>
<Bug pattern="DM_DEFAULT_ENCODING"/>
</Match>
<Match>
<Bug pattern="DM_CONVERT_CASE"/>
</Match>
<Match>
<Bug pattern="REC_CATCH_EXCEPTION"/>
</Match>
</FindBugsFilter>