mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-05 00:02:38 -04:00
a plugin which allows for requests to fail when requests are crafted to use IPs considered internal or reserved for specific usages. these SSRF vulnerabilities happen when one allows requests with urls input by an external user. This plugin is inspired, and heavily makes use of routines existing in the ssrf_filter gem: https://github.com/arkadiyt/ssrf_filter/ .