WithSecureOpenSource / mittn

Mittn: Security test tool runner for test automation in CI
Apache License 2.0
194 stars 35 forks source link

Requests sometimes rejects the fuzzed GET URI and the run fails #20

Open anttivs opened 9 years ago

anttivs commented 9 years ago

The requests library does not like all the fuzzer-generated URLs. This may result in a requests.exceptions.InvalidURL when sending a fuzzed GET request.

The solution would be to catch this exception and just skip that test case, or use something else than requests.