You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rippled is accepting malformed values as inputs for full and accounts and here's the issue link
If malformed values are given as inputs to full or accounts parameters of ledger API with ledger_index:current, Clio forwards the request to rippled and rippled might be accepting those as admin requests. Clio returns failedToForward error as there's no response within forward_request_timeout.
Steps to Reproduce
Test data: "False", "True", "malformedinput", 0, 1, -1, "@#$%^"
Test parameters: "full", "accounts"
Issue Description
Rippled is accepting malformed values as inputs for
full
andaccounts
and here's the issue linkIf malformed values are given as inputs to
full
oraccounts
parameters ofledger
API withledger_index:current
, Clio forwards the request to rippled and rippled might be accepting those as admin requests. Clio returnsfailedToForward
error as there's no response withinforward_request_timeout
.Steps to Reproduce
Test data: "False", "True", "malformedinput", 0, 1, -1, "@#$%^"
Test parameters: "full", "accounts"
Expected Result
Expectation is to stop rippled from accepting admin requests forwarded by Clio.
Below are my suggestions to fix the issue:
full
andaccounts
before forwarding to rippled when there'sledger_index:current
in the request.Actual Result
Environment
Clio: 2.2.3-rc2, Clio rippled: 2.3.0-b1
Supporting Files
The text was updated successfully, but these errors were encountered: