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
String post = String("token=")+_token+"&user="+_user+"&title="+_title+"&message="+_message+"&device="+_device+"&url="+_url+"&url_title="+_url_title+"&priority="+_priority+"&retry="+_retry+"&expire="+_expire+"&sound="+_sound;
Does not escape special chars... The best fix is probably to just notify the user in the README rather than implement a parser...
The text was updated successfully, but these errors were encountered:
The String concatenation used here
Pushover/Pushover.cpp
Line 53 in 48d0ba5
Does not escape special chars... The best fix is probably to just notify the user in the README rather than implement a parser...
The text was updated successfully, but these errors were encountered: