Open MoeNick opened 3 years ago
example error:
Can reproduce like this: calling this URL in postman: wss://feathers.develop.giveth.io/socket.io/?EIO=3&transport=websocket with this message data:
4221["campaigns::find",{"$ne":{"status":"hi"}}]
Before deploy on UAT
After deploy
@MoeNick @mohammadranjbarz Database error not detected. But Server Stack trace returned to client. Error handling on the server side must also be done. A new user story definition is suggested for the server side error handling.
@MoeNick @mohammadranjbarz Database error not detected. But Server Stack trace returned to client. Error handling on the server side must also be done. A new user story definition is suggested for the server side error handling.
I added Giveth/feathers-giveth#612 for what @rezagazmeh said
According to Reza pen test, our data structure may expose on wrong requests. So we have to provide proper error handling for it.