fetch: add robust proxy string validation
This commit is contained in:
@@ -289,7 +289,7 @@ PPF (Proxy Fetcher) is a Python 2 proxy scraping and validation framework design
|
||||
|------|-------------|------|
|
||||
| ~~Dual _known_proxies~~ | ~~ppf.py and fetch.py maintain separate caches~~ | **Resolved** |
|
||||
| Global config in fetch.py | set_config() pattern is fragile | Low - works but not clean |
|
||||
| No input validation | Proxy strings parsed without validation | Medium - could crash on bad data |
|
||||
| ~~No input validation~~ | ~~Proxy strings parsed without validation~~ | **Resolved** |
|
||||
| ~~Silent exception catching~~ | ~~Some except: pass patterns hide errors~~ | **Resolved** |
|
||||
| ~~Hardcoded timeouts~~ | ~~Various timeout values scattered in code~~ | **Resolved** |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user