From 699f39269b970e9f4a2160d2b75b5a63e303c1c4 Mon Sep 17 00:00:00 2001 From: Karmanyaah Malhotra <32671690+karmanyaahm@users.noreply.github.com> Date: Fri, 14 Jan 2022 13:42:25 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 9b38411..aefc616 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Paranoidhttp provides a pre-configured http.Client that protects you from harm. ## Description Paranoidhttp is a factory of http.Client that is paranoid againt attackers. -This is useful when you craete a HTTP request using inputs from possibly malicious users. +This is useful when you create an HTTP request using inputs from possibly malicious users. The created http.Client protects you from connecting to internal IP ranges even though redirects or DNS tricks are used. @@ -38,10 +38,6 @@ client, _, _ := paranoidhttp.New( paranoidhttp.PermittedIPNets(ipNet)) ``` -## Known Issues - -- Supports only IPv4 (blocks IPv6). - ## Acknowledgement I want to thank [LWPx::ParanoidAgent](https://metacpan.org/pod/LWPx::ParanoidAgent).