Change by Neeraj :
--
keywords: +patch
nosy: +neerajsamtani
nosy_count: 3.0 -> 4.0
pull_requests: +21288
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/22234
___
Python tracker
<https://bugs.python.org/i
Neeraj Sonaniya added the comment:
Hi,
I know that \ (backslash) should be encoded to url encoding (%5c) but if the
same url (without urlencoded form) typed into URL bar of browser we are getting
hostname to 'https://www.googl
New submission from Neeraj Sonaniya :
Summary:
It have been identified that `urlparse` under `urllib.parse` module is
detecting wrong hostname which could leads to a security issue known as Open
redirect vulnerability.
Steps to reproduce the issue:
Following code will help you in
Change by Neeraj Badlani :
--
assignee: docs@python
components: Documentation
nosy: docs@python, neerajbadlani
priority: normal
severity: normal
status: open
title: make check in devguide failing
versions: Python 3.8
___
Python tracker
<ht