Skip to content

Commit

Permalink
whitelist msal (#2049)
Browse files Browse the repository at this point in the history
## Changes
whitelist msal

### Linked issues
Progresses #1901 

### Functionality 
None

### Tests
- [x] manually tested

Co-authored-by: Eric Vergnaud <[email protected]>
  • Loading branch information
ericvergnaud and ericvergnaud authored Jul 8, 2024
1 parent b778018 commit 9791166
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/databricks/labs/ucx/source_code/known.json
Original file line number Diff line number Diff line change
Expand Up @@ -6077,6 +6077,30 @@
"mpmath": {
"mpmath": []
},
"msal": {
"msal": [],
"msal.application": [],
"msal.auth_scheme": [],
"msal.authority": [],
"msal.broker": [],
"msal.cloudshell": [],
"msal.exceptions": [],
"msal.individual_cache": [],
"msal.managed_identity": [],
"msal.mex": [],
"msal.oauth2cli": [],
"msal.oauth2cli.assertion": [],
"msal.oauth2cli.authcode": [],
"msal.oauth2cli.http": [],
"msal.oauth2cli.oauth2": [],
"msal.oauth2cli.oidc": [],
"msal.region": [],
"msal.telemetry": [],
"msal.throttled_http_client": [],
"msal.token_cache": [],
"msal.wstrust_request": [],
"msal.wstrust_response": []
},
"multidict": {
"multidict": []
},
Expand Down

0 comments on commit 9791166

Please sign in to comment.