Felipe
Felipe
Improvements applied to the code
 Hi guys how are you? It seems that in the execute_ws_function method there is a possible vulnerability. the "text" parameter is being passed without any sanitation or validation....
- The relative import causing errors when the script was executed directly, so I changed from .utils import exact_div to from utils import exact_div. I also implemented a function ***(get_hann_window)***...