This changelog follows the keep a changelog format. This project adheres to Semantic Versioning.
Unreleased
0.1.0 - 2026-09-01
Added
- Add
ReqSSRF.attach/2, which checks every hop of aReqrequest and halts it withReqSSRF.BlockedErrorif the URL may not be fetched. - Add
ReqSSRF.check/2andReqSSRF.allowed?/2for validating a single URL, andReqSSRF.public_address?/1for a single IP address.