If you run a command that includes &, for example... !u -ldapfilter '(&(some=query)(some=query))', PoshBot will try to execute the code with \u0026amp; rather than &.
This may be limited to the Slack back end. Haven't dug too deep.
Expected Behavior
PoshBot decodes input messages to allow characters like &
If you run a command that includes
&
, for example...!u -ldapfilter '(&(some=query)(some=query))'
, PoshBot will try to execute the code with\u0026amp;
rather than&
.This may be limited to the Slack back end. Haven't dug too deep.
Expected Behavior
PoshBot decodes input messages to allow characters like
&
Current Behavior
Example logs:
Possible Solution
Sorry, just recording this for now, will be back!
Steps to Reproduce (for bugs)
Create a command that takes a string parameter. Give it a value with
&
, and check the logsContext
Certain queries and parameter values require an
&
among (presumably) other characters that might not be decodedYour Environment
PoshBot v0.10.0
(sorry, behind!)