Releases: scoville/req_ssrf
Releases · scoville/req_ssrf
Release list
0.1.0
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.