remg427 / misp42splunk

A Splunk app to use MISP in background
GNU Lesser General Public License v3.0
109 stars 30 forks source link

Bug: Json request parsing error #228

Closed Nicolas-Pellletier closed 1 year ago

Nicolas-Pellletier commented 1 year ago

Hello,

Thank your for your tool, it seems really great,

I don't know if it's my fault or a parser bug but when i do the following query: image with the following json request {\"returnFormat\":\"json\", \"date\":\"600d\", \"limit\":\"54\"}, i get no result and the error mention above: Expecting ',' delimiter: line 1 column 23 (char 22) even without any space between the fields like that: {\"returnFormat\":\"json\",\"date\":\"600d\",\"limit\":\"54\"} it does not work. (same error)

remg427 commented 1 year ago

HI, fixed in 4.2.2 one parameter was missing in commands.conf supports_rawargs = true

Nicolas-Pellletier commented 1 year ago

Thanks