oss-fuzz/projects/urllib3
Sean Gilligan 6809bfb9bc
Updating calling of urllib3 pool manager (#10051)
We're having the issue where the introspector isn't able to see renamed
imports (e.g. `from .poolmanager import PoolManager, ProxyManager,
proxy_from_url`).

I've called `urllib3.poolmanager.PoolManager` instead of
`urllib3.PoolManager` which has included the `PoolManager` coverage in
the analysis.
2023-04-10 03:20:01 -07:00
..
Dockerfile
build.sh
fuzz_requests.py Updating calling of urllib3 pool manager (#10051) 2023-04-10 03:20:01 -07:00
fuzz_urlparse.py
project.yaml