[issue41776] Revise example of "continue" in the tutorial documentation

2020-09-13 Thread Neeraj
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

[issue35748] urlparse library detecting wrong hostname leads to open redirect vulnerability

2019-01-16 Thread Neeraj Sonaniya
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

[issue35748] urlparse library detecting wrong hostname leads to open redirect vulnerability

2019-01-15 Thread Neeraj Sonaniya
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

[issue32967] make check in devguide failing

2018-02-27 Thread Neeraj Badlani
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