xmendez / wfuzz

Web application fuzzer
http://wfuzz.io
GNU General Public License v2.0
5.94k stars 1.39k forks source link

Fix XML vulnerability and some bugs #320

Open Ptmlol opened 2 years ago

Ptmlol commented 2 years ago

Please review my updates. It might fix some XML vulnerability. I added check_call() as the initial function did not have exception handling implemented. Thanks!