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 sendImage method uses an XML string. This string is currently built by concatenating the attributes inside the template. These attributes are not properly escaped currently.
We should either leverage cherio to build the string or add some utilities to better handle XML.
The text was updated successfully, but these errors were encountered:
The
sendImage
method uses an XML string. This string is currently built by concatenating the attributes inside the template. These attributes are not properly escaped currently.We should either leverage cherio to build the string or add some utilities to better handle XML.
The text was updated successfully, but these errors were encountered: