Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

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

Open
anttivs opened this issue Apr 21, 2015 · 0 comments
Open

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

anttivs opened this issue Apr 21, 2015 · 0 comments
Labels

Comments

@anttivs
Copy link
Contributor

anttivs commented Apr 21, 2015

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.

@anttivs anttivs added the bug label Apr 21, 2015
@anttivs anttivs changed the title Requests sometimes rejects the fuzzet GET URI and the run fails Requests sometimes rejects the fuzzed GET URI and the run fails Apr 21, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant