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
The solution is to appropriately wrap the CasRN in double quotes (e.g., n.xrefCasRN = "1071-83-6"), but the API does not do this.
Other instances of inputs that fail due to lack of sanitization are likely, but may be challenging to find in the absence of more robust testing and/or user-submitted bug reports.
The text was updated successfully, but these errors were encountered:
The REST API does not sufficiently sanitize inputs. For example, when you perform a node search by CasRN, the following query should work:
However, an error is received:
The solution is to appropriately wrap the CasRN in double quotes (e.g.,
n.xrefCasRN = "1071-83-6"
), but the API does not do this.Other instances of inputs that fail due to lack of sanitization are likely, but may be challenging to find in the absence of more robust testing and/or user-submitted bug reports.
The text was updated successfully, but these errors were encountered: