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
there seems to be some untested proxy support in the payload submit method. I haven't tested it either, but the usage of conf_decodeString ( $proxy['port'] ) clearly seems to be wrong. I guess $proxy['pass'] should be decoded at that point to make sense of things?
The text was updated successfully, but these errors were encountered:
The above issue was found by simple code review in the dokuwiki-matrix-notifier which was loosely based on the dokuwiki-discord-notifier. So I kindly informed you about our findings, since the issues stemmed from the original code. I do not have the required discord setup/ credentials to be able to test this in the context of the discord-notifier, so a pull request is impossible from my side. But the issue should be easy to spot and fix, if you look at your code. :)
helper.php/ submit_payload()
conf_decodeString ( $proxy['port'] )
clearly seems to be wrong. I guess$proxy['pass']
should be decoded at that point to make sense of things?The text was updated successfully, but these errors were encountered: