yoheioka
yoheioka
Exploit scenario: user calls `deposit()` with `amount` set as `115792089237316195423570985008687907853269984665640564039458 `but only sends `415992086870360064` wei. An alternative solution would be to use the SafeMath library. I don't have time to...
``` client = plaid_api.PlaidApi(plaid.ApiClient(configuration)) api_request = LinkTokenGetRequest(link_token=link_token_id) response = client.link_token_get(api_request) ``` results in ``` File "/Users/user/.pyenv/versions/3.11/envs/pyenv-env/lib/python3.12/site-packages/plaid/model_utils.py", line 1424, in attempt_convert_item return deserialize_model(input_value, valid_class, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/user/.pyenv/versions/3.11/envs/pyenv-env/lib/python3.12/site-packages/plaid/model_utils.py", line 1338, in deserialize_model...
**Description:** When using the Plaid React SDK in sandbox mode, the sandbox banner at the bottom of the screen overlaps with and hides call-to-action buttons/links inside the popup if the...